Skip to content

Commit

Permalink
Add more fields to qc extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Dec 8, 2023
1 parent bac2374 commit ba2553d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ibllib/pipes/ephys_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,10 @@ def _run(self, plot_qc=True):
qc.extractor.data['wheel_timestamps_bpod'] = wheel_ts_bpod
qc.extractor.data['wheel_position_bpod'] = self.extractor.bpod_trials['wheel_position']
qc.extractor.wheel_encoding = 'X4'
qc.extractor.settings = self.extractor.settings
qc.extractor.frame_ttls = self.extractor.frame2ttl
qc.extractor.audio_ttls = self.extractor.audio
qc.extractor.bpod_ttls = self.extractor.bpod

# Aggregate and update Alyx QC fields
qc.run(update=True)
Expand Down

0 comments on commit ba2553d

Please sign in to comment.