Skip to content

Commit

Permalink
Merge branch 'master' into SPEfit
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume.grolleron committed Mar 17, 2023
2 parents 1a85aac + fce5bfc commit 4e12a30
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 4e12a30

Please sign in to comment.