Skip to content

Commit 2c24faf

Browse files
tibaldojlenain
andcommitted
Fix bug in ChargeDistributionFilter for pedestal maker (cta-observatory#213)
* Only fill charges container if waveforms are available * Cleanup commented stuff from some previous PR * Pin `persistent` (dependency for `ZODB`) version to fix CI --------- Co-authored-by: Jean-Philippe Lenain <[email protected]> # Conflicts: # src/nectarchain/makers/component/pedestal_component.py
1 parent e40c795 commit 2c24faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nectarchain/makers/component/pedestal_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def flag_bad_pixels(self, ped_stats, nevents):
306306
# Flag on standard deviation per pixel
307307
# Standard deviation of pedestal in channel/pixel above threshold
308308
log.info(
309-
f"Flag pixels with pedestal standard deviation in a channel/pixel above "
309+
f"Flag pixels with pedestal standard deviation in a chennel/pixel above "
310310
f"the maximum acceptable value {self.pixel_mask_std_pixel_max}"
311311
)
312312
flag_pixel_std = np.int8(

0 commit comments

Comments
 (0)