pyrfu.mms.load_ancillary module#

pyrfu.mms.load_ancillary.load_ancillary(product, tint, mms_id, verbose: bool = True, data_path: str = '')[source]#

Loads ancillary data.

Parameters:
  • product ({"predatt", "predeph", "defatt", "defeph"}) – Ancillary type.

  • tint (list of str) – Time interval

  • mms_id (str or int) – Spacecraft index

  • verbose (bool, Optional) – Set to True to follow the loading. Default is True

  • data_path (str, Optional) – Path of MMS data. If None use pyrfu.mms.mms_config.py

Returns:

out – Time series of the ancillary data

Return type:

xarray.Dataset