pyrfu.mms.vdf_elim module#

pyrfu.mms.vdf_elim.vdf_elim(vdf, e_int)[source]#

Limits the skymap distribution to the selected energy range.

Parameters:
  • vdf (xarray.Dataset) – Skymap velocity distribution to clip.

  • e_int (list or float) – Energy interval boundaries (list) or energy to slice.

Returns:

vdf_e_clipped – Skymap of the clipped velocity distribution.

Return type:

xarray.Dataset