R1CameraContainer

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

Bases: ctapipe.core.container.Container

Storage of r1 calibrated data from a single telescope

Attributes
waveformField(default=None)

numpy array containing a set of images, one per ADC sampleShape: (n_pixels, n_samples)

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