We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a61727 commit ee4b258Copy full SHA for ee4b258
ibllib/io/extractors/signatures.py
@@ -190,7 +190,10 @@ def spike_sorting_signature(pname=None):
190
('*ap.cbin', f'raw_ephys_data/{pname}', True),
191
('_spikeglx_sync.channels.*', 'raw_ephys_data*', True),
192
('_spikeglx_sync.polarities.*', 'raw_ephys_data*', True),
193
- ('_spikeglx_sync.times.*', 'raw_ephys_data*', True)]
+ ('_spikeglx_sync.times.*', 'raw_ephys_data*', True),
194
+ ('_iblrig_taskData.raw.*', 'raw_behavior_data', True),
195
+ ('_iblrig_taskSettings.raw', 'raw_behavior_data', True)
196
+ ]
197
return signature
198
199
0 commit comments