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.

AstroTime#

class ctapipe.core.traits.AstroTime(default_value: Any = traitlets.Undefined, allow_none: bool = False, read_only: bool | None = None, help: str | None = None, config: Any | None = None, **kwargs: Any)[source]#

Bases: TraitType

A trait representing a point in Time, as understood by astropy.time.

Methods Summary

info()

validate(obj, value)

try to parse and return an ISO time string

Methods Documentation

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

try to parse and return an ISO time string