heyoka.sw_data_row

Contents

heyoka.sw_data_row#

heyoka.sw_data_row: dtype = dtype([('mjd', '<f8'), ('Ap_avg', '<u2'), ('f107', '<f8'), ('f107a_center81', '<f8')], align=True)#

Space weather data row.

Added in version 7.3.0.

This is a structured NumPy datatype used to represent a row of space weather (SW) data in the sw_data class. The fields in the datatype are:

  • the UTC MJD,

  • the arithmetic average of the 8 Ap indices for the day,

  • the observed 10.7-cm solar radio flux (F10.7),

  • the 81-day arithmetic average of the observed F10.7 centred on the day.