pyrfu.mms.feeps_corrections module#
- pyrfu.mms.feeps_corrections.feeps_corrections(feeps_alle)[source]#
Apply the FEEPS corrections to the all FEEPS eyes data product. The function applies the following corrections: feeps_correct_energies, feeps_flat_field_corrections, feeps_remove_bad_data and feeps_remove_sun.
- Parameters:
feeps_alle (xarray.Dataset) – The all FEEPS eyes data product.
- Returns:
feeps_alle_clean – The all FEEPS eyes data product with the corrections applied.
- Return type: