ReconstructedGeometryContainer

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

Bases: ctapipe.core.container.Container

Standard output of algorithms reconstructing shower geometry

Attributes
altField(default=nan deg, unit=deg)

reconstructed altitude

alt_uncertField(default=nan deg, unit=deg)

reconstructed altitude uncertainty

azField(default=nan deg, unit=deg)

reconstructed azimuth

az_uncertField(default=nan deg, unit=deg)

reconstructed azimuth uncertainty

ang_distance_uncertField(default=nan deg, unit=deg)

uncertainty radius of reconstructed altitude-azimuth position

core_xField(default=nan m, unit=m)

reconstructed x coordinate of the core position

core_yField(default=nan m, unit=m)

reconstructed y coordinate of the core position

core_uncert_xField(default=nan m, unit=m)

reconstructed core position uncertainty along ground frame X axis

core_uncert_yField(default=nan m, unit=m)

reconstructed core position uncertainty along ground frame Y axis

core_tilted_xField(default=nan m, unit=m)

reconstructed x coordinate of the core position

core_tilted_yField(default=nan m, unit=m)

reconstructed y coordinate of the core position

core_tilted_uncert_xField(default=nan m, unit=m)

reconstructed core position uncertainty along tilted frame X axis

core_tilted_uncert_yField(default=nan m, unit=m)

reconstructed core position uncertainty along tilted frame Y axis

h_maxField(default=nan m, unit=m)

reconstructed height of the shower maximum

h_max_uncertField(default=nan m, unit=m)

uncertainty of h_max

is_validField(default=False)

direction validity flag. True if the shower directionwas properly reconstructed by the algorithm

average_intensityField(default=nan)

average intensity of the intensities used for reconstruction

goodness_of_fitField(default=nan)

measure of algorithm success (if fit)

telescopesField(default=None)

Telescopes used if stereo, or None if Mono

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

alt

alt_uncert

ang_distance_uncert

average_intensity

az

az_uncert

core_tilted_uncert_x

core_tilted_uncert_y

core_tilted_x

core_tilted_y

core_uncert_x

core_uncert_y

core_x

core_y

goodness_of_fit

h_max

h_max_uncert

is_valid

meta

prefix

telescopes

Attributes Documentation

alt
alt_uncert
ang_distance_uncert
average_intensity
az
az_uncert
core_tilted_uncert_x
core_tilted_uncert_y
core_tilted_x
core_tilted_y
core_uncert_x
core_uncert_y
core_x
core_y
goodness_of_fit
h_max
h_max_uncert
is_valid
meta
prefix
telescopes