-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
34 lines (24 loc) · 1.11 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<h1> jwst-sources </h1>
Compilation of published JWST sources from <a
href="https://github.com/dawn-cph/jwst-sources/">
https://github.com/dawn-cph/jwst-sources/ </a>.
<h2> App help </h3>
<h3> <tt> /help </tt> </h3>
<p> Print this page
<h3> <tt> /csv </tt> </h3>
<p> Dump the whole table in csv
<h3> <tt> /match?ra=214.914500&dec=52.94304&sep=1&output=table </tt> </h3>
<p> Return table with nearest matches within <tt> sep </tt> arcsec.
<ul>
<li> Coordinates can also be entered as <tt> ?coords=214.914500 52.94304 </tt>
<li> <tt> output=table </tt> returns a rendered table, <tt>output=csv</tt> gives match table in csv
</ul>
<h3> <tt> /jname?ra=214.914500&dec=52.94304 </tt> </h3>
<p> Generate a "jname" like <tt> j141939.48p525634.92 </tt> 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.
<ul>
<li> Coordinates can also be entered as <tt> ?coords=214.914500 52.94304 </tt>
</ul>