Skip to content

Commit

Permalink
Merge pull request #45 from jlenain/issue-43
Browse files Browse the repository at this point in the history
Addresses #43
  • Loading branch information
dkerszberg authored Feb 20, 2023
2 parents d5f0b22 + e178233 commit fce5bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nectarchain/dqm/charge_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def ConfigureForRun(self,path, Chan, Samp, Reader1):
self.subarray = Reader1.subarray
subarray = Reader1.subarray
subarray.tel[0].camera.readout = ctapipe.instrument.camera.readout.CameraReadout.from_name("NectarCam")
config = Config({"LocalPeakWindowSum": {"window_shift": 12, "window_width": 12}})
config = Config({"LocalPeakWindowSum": {"window_shift": 4, "window_width": 12}})

self.integrator = LocalPeakWindowSum(subarray, config=config)

Expand Down

0 comments on commit fce5bfc

Please sign in to comment.