electron_dist_single

heliopy.data.helios.electron_dist_single(probe, year, doy, hour, minute, second, remove_advect=False)

Read in 2D electron distribution function.

Parameters:
  • probe (int, string) – Helios probe to import data from. Must be 1 or 2.
  • year (int) – Year
  • doy (int) – Day of year
  • hour (int) – Hour.
  • minute (int) – Minute
  • second (int) – Second
  • remove_advect (bool, optional) –

    If False, the distribution is returned in the spacecraft frame.

    If True, the distribution is returned in the solar wind frame, by subtracting the spacecraft velocity from the velcoity of each bin. Note this significantly slows down reading in the distribution.

Returns:

dist – 2D electron distribution function

Return type:

DataFrame