CasService
This is an XML Web Services interface to the SDSS Catalog Archive Server (CAS).
It provides access to catalog data and returns the result in different formats.
Send comments and suggestions to Tamas Budavari -- budavari[at]pha.jhu.edu
The following operations are supported. For a formal definition, please review the Service Description.
-
GetFitsInDime
Return results in FITS format
Input: SQL select command (string)
Output: Result in FITS table (DIME) -
GetVoTable
Return results in VOTable format
Input: SQL select command(s) (string)
Output: Result (VOTable) -
GetStream
Return results in a custom XML stream
Input: SQL select command (string)
Output: Result (CasStream) -
Catalog
Returns description of catalog the service points to. -
GetDataSet
Return results in a DataSet
Input: SQL select command(s) (string)
Output: Result (DataSet) -
Revisions
Return current CVS revision numbers of all classes