Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: JSON coordinate units update

...

JSON keys - these are the JSON keys with an example API response:

  • "freq_lower_hz":800000000026000000000.0,
  • "freq_upper_hz":1200000000040000000000.0,
  • "notes":"inAdv:FalseTrue",
  • "obs_id":"23A20B-324062.sb44292859sb38816982",
  • "site_alt_meters" :2124.0,
  • "site_id":"vla",
  • "site_lat_raddeg":034.594786377977784807874917,
  • "site_lon_raddeg":-1107.8782836783890466177275,
  • "src_dec_j2000_raddeg":038.412650136533886702661111111111,
  • "src_end_utc":"2023-0708-28T2202T16:0343:3814.000626000772",
  • "src_id":"J1513J0418+23383801_BU",
  • "src_is_pulsar_bool":false,
  • "src_ra_j2000_raddeg":364.98663639915825858865416666667,
  • "src_start_utc":"2023-0708-28T2202T16:0242:3844.000953000936",
  • "trk_rate_dec_raddeg_per_sec":0.0,
  • "trk_rate_ra_raddeg_per_sec":0.0

Although radians is the default unit for angles in the international system, ISO 6709 sets degrees for point location by coordinates. Also, major astronomical tools (Simbad, AstroPy) use degree instead of radians.

API process - will expose REST interface to SpaceX.  API process will receive request from SpaceX, query Obs Status DB for GBT and VLA observation status data and format and send response to SpaceX.  API format to be finalized.  Interface security needs to be finalized.  API process will be deployed on a VLA web server.

...