ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

R0CameraContainer#

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

Bases: 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

default_prefix

fields

meta

prefix

waveform

Attributes Documentation

default_prefix = 'r0camera'#
fields = {'waveform': Field(default=None)}#
meta#
prefix#
waveform#