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.

AstroQuantity#

class ctapipe.core.traits.AstroQuantity(physical_type=None, **kwargs)[source]#

Bases: TraitType

A trait containing an astropy.units quantity.

Methods Summary

info()

validate(obj, value)

Methods Documentation

info()[source]#
validate(obj, value)[source]#