Skip to content

Commit

Permalink
Merge pull request #643 from int-brain-lab/passive_fix
Browse files Browse the repository at this point in the history
Add _iblrig_taskSettings.raw*.json to EphysPassive signature
  • Loading branch information
GaelleChapuis authored Aug 30, 2023
2 parents 1fdc9c3 + 231db0c commit e72578f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibllib/pipes/ephys_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,8 @@ class EphysPassive(tasks.Task):
('_spikeglx_sync.times.*', 'raw_ephys_data*', True),
('*.meta', 'raw_ephys_data*', True),
('*wiring.json', 'raw_ephys_data*', False),
('_iblrig_RFMapStim.raw*', 'raw_passive_data', True)],
('_iblrig_RFMapStim.raw*', 'raw_passive_data', True),
('_iblrig_taskSettings.raw*.json', 'raw_passive_data', True)],
'output_files': [('_ibl_passiveGabor.table.csv', 'alf', True),
('_ibl_passivePeriods.intervalsTable.csv', 'alf', True),
('_ibl_passiveRFM.times.npy', 'alf', True),
Expand Down

0 comments on commit e72578f

Please sign in to comment.