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.

DispContainer#

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

Bases: Container

Standard output of disp reconstruction algorithms for origin reconstruction

Attributes:
parameterField(default=nan deg, unit=deg)

reconstructed value for disp (= sign * norm)

sign_scoreField(default=nan)

Score for how certain the disp sign classification was. 0 means completely uncertain, 1 means very certain.

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

default_prefix

fields

meta

parameter

prefix

sign_score

Attributes Documentation

default_prefix = 'disp'#
fields = {'parameter': Field(default=nan deg, unit=deg), 'sign_score': Field(default=nan)}#
meta#
parameter#
prefix#
sign_score#