empyrean.BandStat¶
- class BandStat(band, n, offset_applied, mean_residual, rms)[source]
Bases:
objectPer-band photometric fit statistics. Mirrors
empyrean::BandStat.Methods
__init__(band, n, offset_applied, ...)Attributes
bandPhotometric band tag.
nNumber of observations in this band.
offset_appliedBand→V offset applied (mag).
mean_residualMean residual in V (mag).
rmsRMS residual in V (mag).
- 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).