R0CameraContainer

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

Bases: ctapipe.core.container.Container

Storage 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

meta

prefix

waveform

Attributes Documentation

meta
prefix
waveform