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.

AtmosphereProfileKind#

class ctapipe.io.simteleventsource.AtmosphereProfileKind(value)[source]#

Bases: Enum

choice for which kind of atmosphere density profile to load if more than one is present

Attributes Summary

AUTO

Try TABLE first, and if it doesn't exist, use FIVELAYER

FIVELAYER

Use a FiveLayerAtmosphereDensityProfile

NONE

Don't load a profile

TABLE

Use a TableAtmosphereDensityProfile

Attributes Documentation

AUTO = 4#

Try TABLE first, and if it doesn’t exist, use FIVELAYER

FIVELAYER = 3#

Use a FiveLayerAtmosphereDensityProfile

NONE = 1#

Don’t load a profile

TABLE = 2#

Use a TableAtmosphereDensityProfile