Chandra Source Catalog

Simple Cone Search

Chandra Data Archive

The Simple Cone Search web service conducts a position based search of the Chandra Source Catalog. One specifies the RA, DEC, and search radius (SR) in decimal degrees and receives one of three available result sets based on the value of the verbosity (VERB) parameter. The service implements the IVOA Simple Cone Search (v1.03).

The base URL of the Chandra Source Catalog Simple Cone Search is

http://cda.cfa.harvard.edu/csc21scs/coneSearch

The service accepts the following parameters in the HTTP query:

A cone search request may be executed on the Unix command line using the HTTP query syntax with a command-line tool such as cURL or Wget. A VO cone search on the position 246.7925, -24.32027, using a search radius of 1.66 decimal degrees and verbosity level 2, would appear as follows, where we perform the query using Wget:

wget -O out.vot 'http://cda.cfa.harvard.edu/csc21scs/coneSearch?RA=246.7925&DEC=-24.32027&SR=1.66&VERB=2'

Alternatively, a form has been provided which will perform a Simple Cone Search.