flux_err_to_mag_err#
- elk.utils.flux_err_to_mag_err(flux, flux_err)[source]#
Converts TESS Flux Errors to Magnitude errors
- Parameters:
- fluxclass: ~numpy.ndarray or float
flux in terms of e/s [for TESS]
- flux_errclass: ~numpy.ndarray or float
flux error in terms of e/s [for TESS]
- Returns:
- mag_errclass: ~numpy.ndarray or float
TESS Magnittude errors