Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • obs_id: An observation ID (GPS start time in seconds)

  • filename: One data file name associated with anobservation, instead of an obs_id

  • mintime: Minimum data file timestamp, as an integer GPS second value. Only works for VCS observations.

  • maxtime: Maximum data file timestamp, as an integer GPS second value. Only works for VCS observations.

  • filetype_id: If supplied, return only files of this integer type code.

  • pretty1 to have the JSON results are indented to make them more human readable (the default when a GUI web browser is used to make the query). If 0 is passed (the default), then the results are not indented.

  • location: Integer - if supplied, only return files in this location. Here 2 is Acacia, 3 is Banksia.

  • all_files: If supplied, and True (1, y, Y, true, True, etc) then include files that have been deleted, or not yet archived at Pawsey, otherwise omit them from the file list.

  • terse: If supplied, and True (1, y, Y, true, True, etc) then only return the bucket, folder and filename for each file, instead of the full list of attributes.

  • max_files: Integer - if supplied, limit the number of file structures returned to the value given.

...