PixelStatusContainer#
- class ctapipe.containers.PixelStatusContainer(prefix=None, **fields)[source]#
Bases:
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
Attributes Documentation
- default_prefix = 'pixelstatus'#
- fields = {'flatfield_failing_pixels': Field(default=None), 'hardware_failing_pixels': Field(default=None), 'pedestal_failing_pixels': Field(default=None)}#
- flatfield_failing_pixels#
- hardware_failing_pixels#
- meta#
- pedestal_failing_pixels#
- prefix#