Skip to content

Commit

Permalink
input file
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleChapuis committed Aug 30, 2023
1 parent 1fdc9c3 commit 231db0c
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 231db0c

Please sign in to comment.