jwst-sources
Compilation of published JWST sources from
https://github.com/dawn-cph/jwst-sources/ .
App help
/help
Print this page
/csv
Dump the whole table in csv
/match?ra=214.914500&dec=52.94304&sep=1&output=table
Return table with nearest matches within sep arcsec.
- Coordinates can also be entered as ?coords=214.914500 52.94304
- output=table returns a rendered table, output=csv gives match table in csv
/jname?ra=214.914500&dec=52.94304
Generate a "jname" like j141939.48p525634.92 for specified
coordinates. If a match is found in the existing
catalog, return that jname, otherwise generate a new one. The function
returns a json-serialized dictionary with the jname, number of
matches (if any), and the parsed ra, dec.
- Coordinates can also be entered as ?coords=214.914500 52.94304