Quad

class ctapointing.imagesolver.Quad(objects, invariants, status=<Status.DEFAULT: 0>, quad_id=None)

Bases: StatusBase

Class representing a triangular quad object of either spot or star coordinates.

Attributes Summary

area

Area of the quad, using Heron's formula, calculated from the SkyCameraFrame coordinates.

Methods Summary

get_num_matches()

Attributes Documentation

area

Area of the quad, using Heron’s formula, calculated from the SkyCameraFrame coordinates.

Methods Documentation

get_num_matches()
__init__(objects, invariants, status=<Status.DEFAULT: 0>, quad_id=None)
property area

Area of the quad, using Heron’s formula, calculated from the SkyCameraFrame coordinates.