Skip to content

Commit

Permalink
forgot to pass through optional kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerd-bouma committed Aug 30, 2023
1 parent 14e393f commit 57f5a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NuRadioReco/modules/RNO_G/channelBlockOffsetFitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def remove_offsets(self, event, station, mode='fit', channel_ids=None):

block_offsets = fit_block_offsets(
trace, self.block_size,
channel.get_sampling_rate(), self._max_frequency
channel.get_sampling_rate(), self._max_frequency,
mode=mode
)
offsets[channel_id] = -block_offsets

Expand Down

0 comments on commit 57f5a44

Please sign in to comment.