Python-/TKinter-based GUI for creating optogenetic stimulation protocols for the OptoPad setup
v0.9.3-beta:
- Duty cycle/constant on-cycle option now work
- New function: Load protocol button
v0.9.2-beta:
- New function: Dynamic protocols
- Duty cycle added
- Constant on-cycle added
v0.9.1-beta:
- New function: Copy button for transferring data from one channel to another
v0.9-beta:
- First working version
| Index | Description |
|---|---|
| 0 | Color CH1 (int) |
| 1 | Color CH2 (int) |
| 2 | Delay CH1 (float) |
| 3 | Delay CH2 (float) |
| 4 | Sustain CH1 (float) |
| 5 | Sustain CH2 (float) |
| 6 | Probability CH1 (float) |
| 7 | Probability CH2 (float) |
| 8 | Stop condition (int) |
| 9 | Stop condition (int) |
| 10 | Frequency CH1 (int) |
| 11 | Frequency CH2 (int) |
| 12 | Duty cycle CH1 (float) |
| 13 | Duty cycle CH2 (float) |
