pyrfu.mms.copy_files_ancillary module#

pyrfu.mms.copy_files_ancillary.copy_files_ancillary(product: Literal['predatt', 'predeph', 'defatt', 'defeph'], tint: list, mms_id: int | str, tar_path: str, data_path: str | None = '')[source]#

Copy ancillary files from local as defined in config.json to the target path.

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

  • tint (list) – Time interval.

  • mms_id (str or int) – Index of the spacecraft.

  • tar_path (str) – Target path.

  • data_path (str, Optional) – Local path to MMS data. Default uses that provided in pyrfu.mms.config.json