Skip to content

Commit ee4b258

Browse files
committed
add task settings to spike sorting datasets signature
1 parent 3a61727 commit ee4b258

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ibllib/io/extractors/signatures.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,10 @@ def spike_sorting_signature(pname=None):
190190
('*ap.cbin', f'raw_ephys_data/{pname}', True),
191191
('_spikeglx_sync.channels.*', 'raw_ephys_data*', True),
192192
('_spikeglx_sync.polarities.*', 'raw_ephys_data*', True),
193-
('_spikeglx_sync.times.*', 'raw_ephys_data*', True)]
193+
('_spikeglx_sync.times.*', 'raw_ephys_data*', True),
194+
('_iblrig_taskData.raw.*', 'raw_behavior_data', True),
195+
('_iblrig_taskSettings.raw', 'raw_behavior_data', True)
196+
]
194197
return signature
195198

196199

0 commit comments

Comments
 (0)