lightkurve.LightCurve.flux_err#

property LightCurve.flux_err#

Brightness uncertainties stored as an AstroPy Quantity object.

Note: In special circumstances, this may be an MaskedQuantity object. 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.