empyrean.GateRecord

class GateRecord(model, passed, reason)[source]

Bases: object

One model-ladder gate decision from the photometric fit. Mirrors empyrean::GateRecord.

Methods

__init__(model, passed, reason)

Attributes

model

Model the gate evaluated.

passed

Whether the model was admitted.

reason

Human-readable gate reason.

Parameters:
  • model (PhotometryModel)

  • passed (bool)

  • reason (str)

model: PhotometryModel

Model the gate evaluated.

passed: bool

Whether the model was admitted.

reason: str

Human-readable gate reason.