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.

CaselessStrEnum#

class ctapipe.core.traits.CaselessStrEnum(values: Any, default_value: Any = traitlets.Undefined, **kwargs: Any)#

Bases: Enum[G]

An enum of strings where the case should be ignored.

Methods Summary

info()

info_rst()

validate(obj, value)

Methods Documentation

info() str[source]#
info_rst() str[source]#
validate(obj: Any, value: Any) G[source]#