empyrean.BandStat

class BandStat(band, n, offset_applied, mean_residual, rms)[source]

Bases: object

Per-band photometric fit statistics. Mirrors empyrean::BandStat.

Methods

__init__(band, n, offset_applied, ...)

Attributes

band

Photometric band tag.

n

Number of observations in this band.

offset_applied

Band→V offset applied (mag).

mean_residual

Mean residual in V (mag).

rms

RMS residual in V (mag).

Parameters:
band: str

Photometric band tag.

n: int

Number of observations in this band.

offset_applied: float

Band→V offset applied (mag).

mean_residual: float

Mean residual in V (mag).

rms: float

RMS residual in V (mag).