Digital event series are data represented by an ordered sequence of timestamps. Examples include spike timestamps from extracellular recordings or behavioral events (e.g. go cue, reward given).
Name of the data once it is loaded into Neuralyzer
Yes
string
format
Yes
string
“uint16”
channel
Specifies which bit in binary representation should be extracted as digital interval
No
number
Default is 0. Valid values range from 0-15
Transition
“rising” will count a TTL interval as one extending from low-to-high transitions to high-to-low transitions. “falling” will count a TTL interval as one extending from high-to-low to low-to-high transitions.
No
string
Default is “rising”. Valid values are “rising” or “falling”.
clock
Clock signal to associate with this digital interval
No
string
The clock string must match the name of a loaded clock signal.
header_size
This many bytes will be skipped at the beginning of the file before reading the rest.
No
number
Default is 0. Accepted values range from 0 to size of file in bytes.