Sloan Digital Sky Survey
SkyServer DR14  
Not logged in Login Help
 

DR14 Projects
 Basic
 Advanced
     - Hubble Diagram
     - Color
     - Spectral Types
     - H-R Diagram
     - Galaxies
     - Sky Surveys
     - Quasars
 Research Challenges
 For Kids
 User Activities
 Games and Contests
 Links to Others

Galaxies
 Classifying
 Hubble Tuning Fork
 Characteristics
 Clusters
     - Using Clusters
 Separating
 Spectra
 Collisions
 Conclusion
 Your Results

Using the SQL Search Tool

Open the SQL Search tool. You will see a textbox with a submit button below. Copy the following query and paste it into the textbox (deleting what is already there). Click "CSV" to request results as a CSV (comma-separated value) file. Click Submit. Results will appear in a new window. Wait for all the results to appear - it should take between one and three minuteql for the query to run.


select
g.objid, g.ra, g.dec, g.u, g.g, g.r, g.i, g.z

from
galaxy g

join dbo.fGetNearbyObjEq(258.1292,64.0925,5) n
on n.objid = g.objid

When the query is finished, save the results to your computer using the "Save" command in your browser. Be sure to save the file as plain text (not HTML), and to give the file extension .csv.

Use Excel's "Import Text File" option to open the results in Excel (see SkyServer's Graphing and Analyzing Data tutorial to learn how to import). Look at the results.

The first column, "objid," is the SDSS's Object ID for each galaxy. You can use this number to look up each galaxy in the Object Explorer. The next two numbers are the galaxy's ra and dec. The next five numbers are the magnitudes u,g,r,i,z, which you will use to make your diagram.

Now that you have your data, click the Previous button to go back to the previous page, where you will make your color-color diagram.