Skip to content

Commit

Permalink
Also update last_readout_times when not applying delta t correction
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 23, 2023
1 parent 599bb6c commit 8cc5682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ctapipe_io_lst/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ def apply_drs4_corrections(self, event: LSTArrayEventContainer):

if self.apply_timelapse_correction:
self.time_lapse_corr(event, tel_id)
else:
self.update_last_readout_times(event, tel_id)

if self.apply_spike_correction:
if self.spike_correction_method == 'subtraction':
Expand Down

0 comments on commit 8cc5682

Please sign in to comment.