Versions Compared

Key

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

These web services are the back-end of the MWA triggering system, described in detail Hancock et al, 2019 (https://ui.adsabs.harvard.edu/link_gateway/2019PASA...36...46H/EPRINT_PDF)

...

Given a single trigger ID, this service returns detailed information about that trigger. Currently this service only returnsĀ  JSON structure, but it will be ugraded upgraded to return a web page instead.

Parameters are:

  • html: No effect.
  • trigger_id: The ID code of the trigger to return
  • pretty: If supplied and evaluates to True, pretty-format the JSON stucture for human readability.

Returns a JSON structure containing trigger_id, project_id, pretend, success, creator, obsname, trigger_mode, obsids, params, errors, and created_datetime, where:

  • obsids is a list of observation IDs that were either scheduled by this trigger (in MWAX_CORRELATOR and MWAX_VCS mode), or contain data created by a buffer dump from this trigger (in BUFFER mode).
  • params is a list of all parameters passed in the call that scheduled this trigger.
  • errors is a list of all errors reported when processing this trigger
  • created_datetimeis the UTC timestamp in ISOT format.