pyrfu.mms.list_files module#

pyrfu.mms.list_files.list_files(tint, mms_id, var, data_path: str = '')[source]#

Find available files in the data directories of the target instrument, data type, data rate, mms_id and level during the target time interval.

Parameters:
  • tint (array_like) – Time interval

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

  • var (dict) –

    Dictionary containing 4 keys
    • var[“inst”] : name of the instrument

    • var[“tmmode”] : data rate

    • var[“lev”] : data level

    • var[“dtype”] : data type

  • data_path (str, Optional) – Path of MMS data. Default uses pyrfu.mms.mms_config.py

Returns:

file_names – List of files corresponding to the parameters in the selected time interval

Return type:

list