prose.Fluxes.sigma_clipping_data#

Fluxes.sigma_clipping_data(iterations: int = 5, **kwargs)[source]#

Return a Fluxes instance masked using iteratively sigma clipped data.

Parameters:
  • it (int, optional) – iterations, by default 5

  • **kwargs (dict) – dict where keys are the names of the data to sigma clip and value are the sigma

Returns:

sigma clipped Fluxes

Return type:

Fluxes