lightkurve.LightCurve.flux_err#
- property LightCurve.flux_err#
Brightness uncertainties stored as an AstroPy
Quantityobject.Note: In special circumstances, this may be an
MaskedQuantityobject. Masked values are treated by lightkurve as missing data. Masked data may be accessed via self.flux_err.unmasked, which returns the unmasked Quantity object.