File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -507,8 +507,11 @@ def signature(self):
507507 # In particular the raw videos don't need to be downloaded as they can be streamed
508508 [(f'_iblrig_{ cam } Camera.raw.mp4' , self .device_collection , True ) for cam in self .cameras ] +
509509 [(f'{ cam } ROIMotionEnergy.position.npy' , 'alf' , False ) for cam in self .cameras ] +
510+ [(f'{ cam } Camera.ROIMotionEnergy.npy' , 'alf' , False ) for cam in self .cameras ] +
510511 # The trials table is used in the DLC QC, however this is not an essential dataset
511- [('_ibl_trials.table.pqt' , self .trials_collection , False )],
512+ [('_ibl_trials.table.pqt' , self .trials_collection , False ),
513+ ('_ibl_wheel.position.npy' , self .trials_collection , False ),
514+ ('_ibl_wheel.timestamps.npy' , self .trials_collection , False )],
512515 'output_files' : [(f'_ibl_{ cam } Camera.features.pqt' , 'alf' , True ) for cam in self .cameras ] +
513516 [('licks.times.npy' , 'alf' , True )]
514517 }
You can’t perform that action at this time.
0 commit comments