Catalogues
From EStar
Catalogue Brokering Service
This is a testbed for the eSTAR Project's REST catalogue search service (a SOAP service is also available). The eSTAR service acts as a broker layer between the various available SOAP and REST services, allowing the end user to download catalogues from a single source. The service will also parse the catalogues from the 3rd party services, returning them in a variety of user specified formats.
REST Service Documentation
The REST service can be called directly bypassing the form above, the following parameters are required. Either RA and Dec, or the target name, should be passed to the service.
| Parameter | Description | Valid Values |
| ra | Right Ascension | Sexagesimal format (hh mm ss) |
| dec | Declination | Sexagesimal format (±dd mm ss) |
| name | Target Name | Resloved by CDS [Sesame] |
| radius | Cone search radius | In arc minutes |
| equinox | Equinox required | J2000 or B1950 |
| catalogue | Name of the catalogue required | GSC, 2MASS, SuperCOSMOS or USNOA2 |
| format | Format of returned catalogue | VOTable, Cluster, JCMT or Simple |
with the base URL being http://estar9.astro.ex.ac.uk/cgi-bin/search.cgi
SOAP Service Documentation
Complimenting the REST service is an RPC style SOAP service. The SOAP service will automatically query the CDS Sesame service to resolve target names before making a cone search query using the returned R.A. and Dec. on the requested catalogue. Errors will raise a SOAP Exception which will be returned to the client code.
