AstroQuantity#

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

Bases: TraitType

A trait containing an astropy.units quantity.

Attributes Summary

info_text

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Methods Summary

validate(obj, value)

Attributes Documentation

info_text: str#

Methods Documentation

validate(obj, value)[source]#