Web Pages¶
Blast is a fairly simple interface, with basic pages that list transients, give details for each transient, and allow authorized users to upload transients. Details are given below.
List of Ingested Transients¶
The transient list page <blast_base_url>/transients, contains
a simple list of ingested transients with links to the transient
information page for each one. A user can sort the list by name
or by set of categories based on how much of the processing
status has completed successfully, using the search bar at the top of the
table (see below).
Individual Transient Pages¶
The individual transient pages list details of a given transient as well as its downloaded cutout images, photometric apertures, photometry, and SED properties. Cutout image and SED plots are interactive [1]. The status of a transient’s processing is given as well. Authorized users will see an additional column with buttons to report issues with specific processing stages; for example, a poor estimation of isophotal aperture radius, or a SED model that does not fit the data. These reports will cause the task to be highlighted in red font, and “warnings” will appear at the top of the page by the transient name. The goal of reporting is to help users avoid dubious results, but there is no need to flag stages that already have a “failed” status.
Downloading data¶
All data associated with a transient can be downloaded using the Download Data dropdown menu in the navigation bar. Each data product linked from the menu can also be accessed programmatically via the REST API; see the Web API for additional information on each column as well as how to execute queries on individual database tables via the API. See Downloading all Blast data for a given transient
If SED fitting data is available, the download menu will display links for 1) parameter estimation chains, 2) parameter confidence intervals, and 3) best-fit models and uncertainties. These files are in .npz format and can be read with np.load; for additional details see Blast Data Files. Parameters correspond to the Prospector-alpha model, with details given here. To do these downloads programmatically, see SEDFittingResult fit fields.