Open danielpollak opened 3 months ago
Two options:
Consolidate the contents of each continuous
and events
directories into one of your Record Node directories. You’ll also have to modify the structure.oebin
file accordingly, and remove the resulting empty Record Node. Then you can use the python-tools compute_global_timestamps()
directly as described in the tutorial.
To avoid modifying the original data, you’ll have to copy the python-tools alignment functions into a separate file, rather than using the Recording
class directly.
Hello, I am trying to synchronize my neuropixel recordings with my USB-6221 (BNC) NI board. I have two separate recording nodes for these devices. I would like to synchronize them, but the synchronization tutorial seems to assume all processors are on the same recording.
These sources share a physical sync pulse and they are recorded using digital IO. However, the following does not work because the NIDAQ_processor timestamps are not recorded on the NPIX_recording.events dataframe.
This dataframe attribute is protected so I cannot merge them like so:
Is there some way to proceed and synchronize these timestamps?