DL0CameraContainer

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

Bases: ctapipe.core.container.Container

Storage of data volume reduced dl0 data from a single telescope

Attributes
waveformField(default=None)

numpy array containing data volume reduced p.e. samples(n_pixels, n_samples). Note this may be a masked array, if pixels or time slices are zero-suppressed

selected_gain_channelField(default=None)

Numpy array containing the gain channel chosen for each pixel. Shape: (n_pixels)

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

meta

prefix

selected_gain_channel

waveform

Attributes Documentation

meta
prefix
selected_gain_channel
waveform