mirror of
https://github.com/nqrduck/quackseq.git
synced 2024-11-09 13:10:00 +00:00
Added readme.
This commit is contained in:
parent
1fceff04d7
commit
06e9bf210a
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
@ -1 +1,22 @@
|
||||||
# quackseq
|
# QuackSeq
|
||||||
|
|
||||||
|
QuackSeq is a tool for programming pulse sequences for magnetic resonance experiments.
|
||||||
|
|
||||||
|
The general idea is that different QuackSeq sequences can be run on either hardware spectrometers or software simulators.
|
||||||
|
|
||||||
|
Different QuackSeq interpreters can be used to run the same sequence on different spectrometers or simulators.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Create a new virtual environment and install QuackSeq:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
|
pip install quackseq
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modules
|
||||||
|
|
||||||
|
- [quackseq-simulator](https://github.com/nqrduck/quackseq-simulator): A simulator for QuackSeq sequences.
|
||||||
|
- [quackseq-limenqr](https://github.com/nqrduck/quackseq-limenqr): A QuackSeq interpreter for the LimeNQR spectrometer.
|
||||||
|
|
Loading…
Reference in a new issue