20 lines
315 B
Markdown
20 lines
315 B
Markdown
# ALF
|
|
|
|
Collection of scripts for _**A**nalysis and **L**ive **F**eedback_ using:
|
|
- [bstrd](https://gitlab.psi.ch/augustin_s/bstrd)
|
|
- [zoetrope](https://gitlab.psi.ch/augustin_s/zoetrope)
|
|
|
|
## Usage Examples
|
|
|
|
Run camerata:
|
|
|
|
```bash
|
|
./run camerata/main.py
|
|
```
|
|
|
|
Run ipython in our conda env:
|
|
|
|
```bash
|
|
./run ipython
|
|
```
|