Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
recording [2020/02/12 17:03] oliver |
recording [2020/02/13 08:34] oliver [Multicycle recordings] |
||
---|---|---|---|
Zeile 11: | Zeile 11: | ||
^ 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. | | ||
+ | |||
+ | If multicycle recording is used the trial number suffix as defined in the recording UI is ignored. Instead the automatically created cycle index, starting with "000", for the first trial, is used. |