AtmosphereProfileKind

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

Bases: enum.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