Home
Where to Start
News and Updates
Tutorials
Data Products
Data Access
Sky Coverage
Instruments
Data Flow
Algorithms
Glossary
Help and Feedback
Search

Tools for data access

DR2 data are distributed via the Catalog Archive Server (CAS), an SQL database with fast search capabilities, and the Data Archive Server (DAS), a collection of fits images and tables containing the outputs of the imaging and spectroscopic reduction pipelines. In addition, the SDSS collaboration has created catalogs and other data products based on public survey data that we link from our Value Added Data Products page.

Catalog Archive Server (CAS) Search

Web interfaces

Catalog Archive Server (CAS) The Catalog Archive Server offers efficient search tools for querying the imaging and spectro catalogs from SDSS.
Spectro Query Server New: now part of the CAS. Search spectra by position, or by spectral or photometric parameters. Retrieve survey files.
Imaging Query Server New: now part of the CAS. Search photometry catalog by position or by photometric parameters. Retrieve survey files.
SpecList Upload plate,MJD,fiber list as part of a SQL query
Imaging cross-ID Find SDSS matches for a list of objects.
SQL search Directly search the database using your own SQL queries (also see skyserver help pages).
CasJobs New: Use this batch job server for direct SQL searches of the database without restrictions on query time. Share result sets with your collaborators.
Navigate Point and click on SDSS images.
Finding charts Generate jpeg finding charts from SDSS images.
Image lists Get jpeg cutouts of SDSS imaging for object lists with link to finding chart. Option to generate object list from SQL query.

Query clients

In addition to using the web interfaces above, you can directly connect to the database server to perform your own SQL queries using these clients.

sdssQA Provides GUI to edit and submit SQL queries
sqlcl python script to submit SQL queries from the command-line
skyserver.el Submit SQL queries from an emacs buffer

Data Archive Server (DAS)

The DAS contains

  • images of the night sky ("corrected frames") in fits and jpeg format
  • calibrated object lists with photometric parameters as fits binary tables
  • reduced spectra and spectral parameters as fits binary tables and ps/gif plots

Files and directories within the DAS are designated by survey identifiers of the desired data: run/rerun/camcol/field for imaging; plate/MJD/fiberID for spectroscopy. The easiest way to obtain this designation is by one of the query forms provided. The DAS is described in detail on the DAS structure and contents page.

Search

FOOT Check whether coordinate is in DR2 for arbitrary (list of) RA,DECs; if so, retrieve run,rerun,camcol,field,rowc,colc

Retrieve

DAS retrieval form Use query forms above to obtain survey designation of required data to be uploaded here. Small result sets will be returned as .tar or .zip archive; larger sets can be downloaded using rsync (see rsync help). The coverage page explains runs, reruns etc.
rsync server Recommended way for mirroring the DR2 data archive in part or whole. The rsync URL is rsync://dr2@rsync.sdss.org/DR2. See the rsync help page.
http access to DAS Use your web browser or other http clients like wget.
Recommended options for wget to mirror entire directories:
--no-host-directories -l inf -r -np --continue
Spectra in bulk Get all spectroscopic data, or redshift lists by object type (galaxies, quasars, stars)

Last modified: Wed May 12 16:28:38 CDT 2004