R0CameraContainer#
- class ctapipe.containers.R0CameraContainer(prefix=None, **fields)[source]#
 Bases:
ContainerStorage of raw data from a single telescope
- Attributes:
 - waveformField(default=None)
 numpy array containing ADC samples: (n_channels, n_pixels, n_samples)
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- default_prefix = 'r0camera'#
 
- fields = {'waveform': Field(default=None)}#
 
- meta#
 
- prefix#
 
- waveform#