Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung Letzte Überarbeitung Beide Seiten der Revision | ||
recording [2020/02/12 17:03] oliver |
recording [2020/02/13 08:32] oliver [Multicycle recordings] |
||
---|---|---|---|
Zeile 10: | Zeile 10: | ||
^ Session Id | | Folder/session name where the recorded data is stored. | SESSION | | ^ Session Id | | Folder/session name where the recorded data is stored. | SESSION | | ||
^ Trial Type | | | | | ^ Trial Type | | | | | ||
- | ^ Side | | SIDE | | | + | ^ Side | | | SIDE | |
- | ^ Trial Nr | The trial number is attached to the base file name before the suffix. | The last trial number + 1 with always three digits. | | | + | ^ Trial Nr | The trial number is attached to the base file name before the suffix. | The last trial number + 1 with always three digits. This can be overwritten by a nextCycle() implementation, if this saves a value with key "cycle_nr" in the "modalities" property group. | | |
^ Duration | | | | | ^ Duration | | | | | ||
The properties, which have a key are saved in the property group **modalities** of the trial and can be used to select trials in further postprocessing steps. | The properties, which have a key are saved in the property group **modalities** of the trial and can be used to select trials in further postprocessing steps. | ||
+ | =====Multicycle recordings===== | ||
+ | If a sequence of trials should be recorded, controlled by nextCycle() of an iTrigger SPI implementation, the following properties must be configured as children of the property group **multicycles** in the trial type configuration. | ||
+ | |||
+ | ^ Property name ^ Description ^ | ||
+ | ^ cycles | The total number of trials which should be recorded. | |