pyrfu.pyrf.ts_skymap module#

pyrfu.pyrf.ts_skymap.ts_skymap(time, data, energy, phi, theta, **kwargs)[source]#

Creates a skymap of the distribution function.

Parameters:
  • time (array_like) – List of times.

  • data (array_like) – Values of the distribution function.

  • energy (array_like) – Energy levels.

  • phi (array_like) – Azimuthal angles.

  • theta (array_like) – Elevation angles.

  • **kwargs

    Hash table of keyword arguments with :
    • energy0array_like

      Energy table 0 (odd time indices).

    • energy1array_like

      Energy table 1 (even time indices).

    • esteptablearray_like

      Time series of the stepping table between energies (burst).

Returns:

out – Skymap of the distribution function.

Return type:

xarray.Dataset