From 231db0c3ab6d66a83a38b1a7d4e095a94bff1a65 Mon Sep 17 00:00:00 2001 From: Gaelle Date: Wed, 30 Aug 2023 11:03:27 +0200 Subject: [PATCH] input file --- ibllib/pipes/ephys_preprocessing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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),