pyrfu.mms.list_files_aws module#

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

Find available files from the Amazon Wed Services (AWS) 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

  • bucket_prefix (str, Optional) – Name of AWS S3 bucket.

Returns:

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

Return type:

list