pyrfu.mms.eis_combine_proton_spec module#

pyrfu.mms.eis_combine_proton_spec.eis_combine_proton_spec(phxtof_allt, extof_allt)[source]#

Combine ExTOF and PHxTOF proton energy spectra into a single combined Dataset.

Parameters:
  • phxtof_allt (xarray.Dataset) – Dataset containing the PHxTOF energy spectrum of the 6 telescopes.

  • extof_allt (xarray.Dataset) – Dataset containing the ExTOF energy spectrum of the 6 telescopes.

Returns:

comb_allt – Dataset containing the combined PHxTOF and ExTOF energy spectrum of the 6 telescopes.

Return type:

xarray.Dataset