SpotType

class ctapointing.imagesolver.SpotType(value)

Bases: IntFlag

Spot type class.

Attributes Summary

LED

LID

SKY

UNKNOWN

Attributes Documentation

LED = 2
LID = 3
SKY = 1
UNKNOWN = 0