AtmosphereProfileKind¶
-
class
ctapipe.io.simteleventsource.AtmosphereProfileKind(value)[source]¶ Bases:
enum.Enumchoice for which kind of atmosphere density profile to load if more than one is present
Attributes Summary
Try TABLE first, and if it doesn’t exist, use FIVELAYER
Use a FiveLayerAtmosphereDensityProfile
Don’t load a profile
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
-