How do I...
Find images and spectra for all objects in a given RA/Dec/Magnitude/Absolute Magnitude range?
Jump to:
You can use the Catalog Archive Server (CAS)'s search tools to find all objects that meet certain criteria, such as position,
magnitude, color, or absolute magnitude. The guide How do I find data for all objects
in a given RA/Dec/Magnitude/Absolute Magnitude range? shows how to use search tools to find such catalog data.
But in addition to searching for catalog data, you can also search for images and spectra using any
constraints you want, including position, magnitude, and absolute magnitude. To search for images and
spectra, you will use the Image List tool along
with SQL (links open in separate new windows).
This is an extremely powerful way to access SDSS data, because it allows you to search based on any
criteria, and then to quickly view all objects that meet your criteria.
Go to the Image List tool (opens in new
window). From the astronomers' main page, look under Advanced Tools. From the public main page, look under
SkyServer Tools.
You can use the textbox in the upper left of the form, just above Cut and Paste ra/dec list, to
get thumbnail images of a list of objects. Paste the list into the textbox in the upper left corner, in
this format: name ra dec (with spaces between). name can be anything you want; ra and
dec must be in decimal degrees.
However, you can also fill in the Image List with results from an SQL search (also called a query),
allowing you to see thumbnail images of objects that meet your search criteria. To send query results to the
Image List tool, click the small Use query to fill form link above the textbox.
Replace the default query in the textbox with your own query. IMPORTANT: the SELECT block of the
query must take the form:
The name can be any piece of data you want, but the RA and Dec must be the ra and dec
fields from the database (note: SQL is not case-sensitive). For example, this query returns object
IDs and positions of 40 galaxies:
SELECT top 40 objid, ra, dec |
FROM photoObj |
WHERE type = 3 |
The Image List tool is limited to returning 1,000 objects from search results. If you request more than
1,000 objects, the list will only display the first 1,000.
Click Submit to send the query to the database. A list of results will come up in a new frame
in the same window.
Click Send to List to send the results to the Image List tool. You will now see a frame of
thumbnail images of your search results.
Click on the thumbnail image to go to the Navigate tool
entry for that object (link opens in a new window). The Navigate tool will give you an image of the object and the
area around it, which you can zoom in or out of.
Click on the object's name (above the thumbnail image) to go to the Explore
tool entry for that object (link opens in new window). The Explore tool shows complete data for the object,
including a spectrum if one was observed by the SDSS.
To download FITS images of the object, click on the FITS link below the PhotoObj heading in
the left-hand menu of the Explore tool. Corrected Frames are the final step of processing for SDSS images. There is one
image for each filter. Right-click on the label for the filter you want to download the image.
From the Summary page, click on the spectrum to show a larger view. Spectral lines are marked
in pink and green. The redshift and redshift error are also marked on the spectrum.
To see the spectrum as a FITS file, click on the FITS link below the SpecObj heading
in the left-hand menu. Right-click on the Download link to download the spectrum. It will be a fits file
with 4 rows and about 4,000 columns. See the
Reading individual spectrum files tutorial
(link opens in a new window) to learn how to interpret the FITS spectra.
You can view and analyze the spectrum using the SpecView
applet (link opens in a new window), developed by the Space Telescope Science Institute.
|