pyrfu.mms.list_files_sdc module#

pyrfu.mms.list_files_sdc.list_files_sdc(tint, mms_id, var)[source]#

Find availables files from the LASP SDC for 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

  • username (str, Optional) – Login to LASP MMS SITL. Default downloads from https://lasp.colorado.edu/mms/sdc/public/

Returns:

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

Return type:

list