diff --git a/ibllib/pipes/ephys_preprocessing.py b/ibllib/pipes/ephys_preprocessing.py index 9cef81a34..22fdfd6c5 100644 --- a/ibllib/pipes/ephys_preprocessing.py +++ b/ibllib/pipes/ephys_preprocessing.py @@ -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),