cta-observatory/ctapipe

NSBImageCleaner tries to reach the tel attribute from the MonitoringCameraContainer

Closed this issue · 0 comments

'NSBImageCleaner' tries to reach the 'tel' attribute from the 'MonitoringCameraContainer' here

pedestal_std = monitoring.tel[tel_id].pedestal.charge_std

which results in an AttributeError when e.g. using the 'ImageProcessor' in ctapipe-process.

Thanks to @BastienLacave for noticing!