PixelStatusContainer

class ctapipe.containers.PixelStatusContainer(prefix=None, **fields)[source]

Bases: ctapipe.core.container.Container

Container for pixel status information It contains masks obtained by several data analysis steps At r0/r1 level only the hardware_mask is initialized

Attributes
hardware_failing_pixelsField(default=None)

Boolean np array (True = failing pixel) from the hardware pixel status data (n_chan, n_pix)

pedestal_failing_pixelsField(default=None)

Boolean np array (True = failing pixel) from the pedestal data analysis (n_chan, n_pix)

flatfield_failing_pixelsField(default=None)

Boolean np array (True = failing pixel) from the flat-field data analysis (n_chan, n_pix)

metadict

dict of attached metadata

prefixstr

Prefix attached to column names when saved to a table or file

Attributes Summary

flatfield_failing_pixels

hardware_failing_pixels

meta

pedestal_failing_pixels

prefix

Attributes Documentation

flatfield_failing_pixels
hardware_failing_pixels
meta
pedestal_failing_pixels
prefix