pyrfu.mms.get_feeps_omni module#

pyrfu.mms.get_feeps_omni.get_feeps_omni(tar_var, tint, mms_id, verbose: bool = True, data_path: str = '', spin_avg: bool = False)[source]#

Computes the omni-directional energy spectrum of the target data unit for the target specie over the target energy range. The data are washed, splitted and sunlight contamination free.

Parameters:
  • tar_var (str) – Key of the target variable like {data_unit}_{specie}_{data_rate}_{data_lvl}.

  • tint (list of str) – Time interval.

  • mms_id (int or str) – Index of the spacecraft.

  • verbose (bool, Optional) – Set to True to follow the loading. Default is True.

  • data_path (str, Optional) – Path of MMS data. Default uses pyrfu.mms.mms_config.py

  • spin_avg (bool, Optional) – Spin average the omni-directional flux. Default is False.

Returns:

flux_omni – Energy spectrum of the target data unit for the target specie in omni direction.

Return type:

xarray.DataArray