Versions Compared

Key

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

...

Ultimately, we also want users to be able to download data from this interface, EBs, FITS images, etc. However, we recommend that this implementation be staged. First, enable users to query the metadata and later we can add the capability to download through the scriptable interface. Thus, the interface should be designed with the goal of downloading in mind and not solely metadata queries. How to make the scriptable interface interact with requests for calibrated measurement sets and possibly AUDI images will have to be discussed further.

If possible, it would be useful to also enable access outside of astroquery using URL-specified search parameters, similar to what could be done with the legacy archive and provide the returns in machine readable format. For example:

curl -d 'SUBMIT=Submit+Query&QUERY_MODE=Prepare+Download&PROJECT_CODE=AS1037' https://archive.nrao.edu/archive/ArchiveQuery (the download directory would also be a parameter=value)


Example Use Cases:

  1. A user that has identified a transient event from other means (e.g., ZTF or Rubin), wants to see if calibrated data are available in the archive from VLASS. So the user would want to query on position with some search radius, only for VLASS data in the project title or FSID, and perhaps limited in time. In addition to the return of EBs and images, the user may also want to download the list of returned images and they should be able to do so without going to the web search interface. The user may also want to open those images in CARTA rather than downloading, which should also be a supported option. There should be an ability to request a CARTA session and the user is provided their URL for viewing.
  2. A user plans to propose for VLA time toward a particular object. They search what's available and want to see how good those data are. So the search return should provide EBs, images, and the image metadata which should include the RMS sensitivity, and beam size information. A user should also be able to directly download that image through the search interface or open the image in CARTA, in which case we would need a way to direct the user to the CARTA session by opening their browser or by returning a link within the archive interface.
  3. A user wants to see what data are available toward a science target. There are three EBs available with calibrations in the archive. The user wants to request those EBs as calibrated measurement sets.
  4. (from A. Ginsburg) A user has a program being executed in separate SBs and wants to download the data as soon as they are available.  They'll regularly run queries (cronjobs) to determine if new data are available and trigger the downloads.  (this is a common case for large programs, e.g., the X-program)

  5. (from A. Ginsburg) A user wants to monitor the variability of a quasar that is commonly used as a calibrator.  They should be able to search for all programs that included that target as a calibrator or science target and the integration time and coverage from each observation.

...