| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | vo | |
| Module | conesearch | |
| Tool | conesearch |
The service is denoted by an integer - the index of the service in the list.
To facilitate testing of non-registered services, the query also accepts a URL. This must be the same URL as expected by the conesearch registry. For example for the NVSS conesearch being developed at the NRAO, this would be
http://www.aoc.nrao.edu/e2e/java/NVSSConeSearchServlet?
| i | Service to be queried | ||
| Allowed: | Integer | ||
| Default: | 1 | ||
| ra | Right ascension (degrees) | ||
| Allowed: | Double | ||
| Default: | 200.0 | ||
| dec | Declination (degrees) | ||
| Allowed: | Double | ||
| Default: | 45.0 | ||
| sr | Search radius (degrees) | ||
| Allowed: | Float | ||
| Default: | 10 | ||
| url | Alternative to service: URL to query | ||
| Allowed: | String | ||
| Default: | F | ||
cs:=conesearch(); cs.list() rec:=cs.query(14, 180, 45, 1) cs.done()