pyrfu.mms.psd2def module#

pyrfu.mms.psd2def.psd2def(inp)[source]#

Changes units to differential energy flux.

Parameters:

vdf (xarray.Dataset) –

Time series of the 3D velocity distribution with :
  • time : Time samples.

  • data : 3D velocity distribution.

  • energy : Energy levels.

  • phi : Azimuthal angles.

  • theta : Elevation angle.

Returns:

out

Time series of the 3D differential energy flux with :
  • time : Time samples.

  • data : 3D density energy flux.

  • energy : Energy levels.

  • phi : Azimuthal angles.

  • theta : Elevation angle.

Return type:

xarray.Dataset