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.

GainChannel#

class ctapipe.calib.camera.gainselection.GainChannel(value)[source]#

Bases: IntEnum

Possible gain channels

Attributes Summary

HIGH

LOW

Attributes Documentation

HIGH = 0#
LOW = 1#