STILTS-CONE(1) | Stilts commands | STILTS-CONE(1) |
NAME¶
stilts-cone - Executes a Cone Search-like query
SYNOPSIS¶
stilts cone [serviceurl=<url-value>] [lon=<degrees>] [lat=<degrees>] [radius=<degrees>] [skysys=icrs|fk5|fk4|galactic|supergalactic|ecliptic] [servicetype=cone|ssa|sia1|sia2|sia] [verb=1|2|3] [compress=true|false] [dataformat=<value>]
DESCRIPTION¶
cone is a utility to execute one of the "Simple" positional DAL query operations on a remote server: Simple Cone Search, Simple Image Access (SIA) or Simple Spectral Access (SSA). The job it does is not very complicated: given a base URL for a service of one of these types and values for the central position and radius required, it assembles the query URL in the form required for the relevant protocol, retrieves the result of the query, and turns it into a table which can be operated on with the usual STILTS pipeline operations.
OPTIONS¶
- cone: Cone Search protocol - returns a table of objects found near each location. See Cone Search standard.
- ssa: Simple Spectral Access protocol - returns a table of spectra near each location. See SSA standard.
- sia1: Simple Image Access protocol version 1 - returns a table of images near each location. See SIA 1.0 standard.
- sia2: Simple Image Access protocol version 2 - returns a table of images near each location. See SIA 2.0 standard.
- sia: alias for sia1
- servicetype=cone: not used
- servicetype=ssa: gives the MIME type of spectra referenced in the output table, also special values "votable", "fits", "compliant", "graphic", "all", and others (value of the SSA FORMAT parameter).
- servicetype=sia1: gives the MIME type required for images/resources referenced in the output table, corresponding to the SIA FORMAT parameter. The special values "GRAPHIC" (all graphics formats) and "ALL" (no restriction) as defined by SIAv1 are also permissible. For SIA version 1 only, this defaults to"image/fits".
- servicetype=sia2: gives the MIME type required for images/resources referenced in the output table, corresponding to the SIA FORMAT parameter. The special values "GRAPHIC" (all graphics formats) and "ALL" (no restriction) as defined by SIAv1 are also permissible.
- servicetype=sia: gives the MIME type required for images/resources referenced in the output table, corresponding to the SIA FORMAT parameter. The special values "GRAPHIC" (all graphics formats) and "ALL" (no restriction) as defined by SIAv1 are also permissible. For SIA version 1 only, this defaults to"image/fits".
SEE ALSO¶
If the package stilts-doc is installed, the full documentation
SUN/256 is available in HTML format:
file:///usr/share/doc/stilts-doc/sun256/index.html
VERSION¶
STILTS version 3.4-debian
This is the Debian version of Stilts, which lack the support of
some file formats and network protocols. For differences see
file:///usr/share/doc/stilts/README.Debian
AUTHOR¶
Mark Taylor (Bristol University)
Mar 2017 |