Try to finish this hunt by 5:15pm on Tuesday afternoon

Those people who are not going on the platform tour should work on this scavenger hunt Tuesday morning and be ready to help others go through it quickly. We also suggest that groups may want to have different members work on the different sections and then share results.



Useful links:
  • Using Arecibo for ALFALFA
  • Using ALFALFA for science
  • AO telescope schedule
  • A2010 observer's page
  • Observing checklist for LBW observing
  • L-band wide (LBW) observing for ALFALFA followup
  • Standard ALFALFA LBW followup observing modes
  • Instructions on reducing LBW data using IDL_LBW

  • TOPCAT
  • ALFALFA data release page


    Rules of the scavenger hunts: You may consult any source anywhere but please be sure to indicate where you got your information. And watch out for bad websites!


    UAT15.01 Scavenger Hunt #2:   Introduction to more useful tools to use ALFALFA for science!

    This scavenger hunt will provide an introduction to our SKYD utility to generate links to public databases and the TOPCAT, the Tool for OPerations on Catalogues And Tables. Then we'll look at some more LBW spectra to investigate some of the objects observed by the awesome UAT over the past few years.


    ALFALFA observers' favorite quote
    "A hypothesis or theory is clear, decisive, and positive, but it is believed by no one but the [person] who created it. Experimental findings, on the other hand, are messy, inexact things, which are believed by everyone except the [person] who did the work."
    -- Harlow Shapley, "Through Rugged Ways to the Stars"



    2.0   Introduction to SKYD and SKYDEG to generate links to public databases

    We have developed some simple IDL utilities which you can use to generate a set of links to public databases, notably the Sloan Digital Sky Survey (SDSS), SkyView/the Digital Sky survey (DSS) and the NASA Extragalactic Database (NED). SKYD and SKYDEG are similar routines which take input coordinates (RA and Dec). Both of them generate an output file called skylinks.html in the directory in which you run IDL (... so you need to pay attention). There is an option to append the file or start a new one but the file always has the same name, so take that into account. There are also small differences in their usage, so learn which is better for what application. In either case, the input coordinates must always be in epoch J2000.0; the difference between them is whether the input format is in decimal degrees (SKYDEG) or as given in the ASCII version of the AGC (SKYD). SKYD can also read a list of positions from an input file in standard AGC format.

    SKYD: Works on single entries from the command line or alternatively an AGC-style input file. The format for input is hhmmsss+ddmmss just as in the ASCII version of the AGC.
    SKYDEG: Works on single entries from the command line where the positions are given in decimal degrees.

    Here are links to the front pages of the SDSS, SkyView/DSS and the NED: If you are not already familiar with these really useful websites, we suggest that you should become more familiar with them tonight, tomorrow or after you return from the workshop. Here, we'll hope that someone in your group knows enough to use them to answer the questions below about some of our favorite galaxies.

    a.   Start up IDL as you did yesterday through to running @corinit and @lbwinit. Be sure to work in the directory assigned to your team!

    b.   Use SKYDEG to generate the links to the following objects:

    Then copy the HTML file with the links to your local machine (ask for help if you need it). Then use FIREFOX or your favorite browser to examine the links to answer the remaining questions in this section.

    Note: The links to DR7 don't work because this particular set of objects isn't in DR7; we've kept the links because in general it is sometimes useful to be able to compare older and new SDSS data releases.

    c.   Consider Object #1:

    d.   Consider Object #2:

    e.   Consider Object #3:
    Now that you know how to use SKYDEG, use it in the future to learn more about interesting ALFALFA galaxies.



    2.2   Using TOPCAT to match two catalogs

    We hope that you have already had a chance to play with TOPCAT; here we have designed a quick exercise to show how you can use it to match entries in two catalogs. Here are two files for you to work with:
    HI positions and OC positions

    The first one contains a long list of the HI positions of ALFALFA detections; the second one contains the optical coordinates of a subset of the first. Use these two files to answer the questions below. If you have not used TOPCAT before, check out the links given in 0.12 in SH#0.

    a.   How many objects are contained in each of the two catalogs?

    b.   How does the sky distribution of the first set (HIpos) compare to that of the subset (OCpos)?

    Crossmatch the two catalogs by AGC number; use the "Joins" function with the "Pair Match" option in TOPCAT. How many matches do you get?

    c.   Going back to the original catalogs, make a crossmatch using the "Sky" algorithm. Why don't the positions match exactly? How large must "Max Error" be to get the same number of matches that you found when you cross matched by AGC number? Explain your answer.

    d.   What is the mean separation between the HI and OC positions? What is the median value?   Hint: Think about which of the cross-matched catalogs you should use for this; some of them already include the separation. And, you should be able to find the mean and median values easily using built-in functions; ask for advice if you get stuck here.

    e.   For the 2nd file, make a plot of distance versus HI mass. Examine the result and comment on it.



    2.3   The color-magnitude diagram and how galaxy color correlates with morphology

    Probably you are familiar with the Hertzsprung-Russell diagram for stellar classification. We can make a similar "color-magnitude" diagram for galaxies using TOPCAT and the photometric data from the SDSS. For nearby galaxies, there are problems with the standard SDSS photometric pipeline, so we use the ones available through the NASA-Sloan Atlas (N-S Atlas). We can also look at the morphological classification provide by the citizen science project Galaxy Zoo.

    For this exercise, we have put together a useful dataset in CSV format from a combination of the N-S Atlas and the Galaxy Zoo 1 data release. It does not cover the whole sky because each galaxy has to be included in both catalogs. The file contains the basic information plus we have calculated a color (called "gminusi") and an absolute magnitude ("absmagi") as well as an indicator of morphology. Note that the way the morphological type is identified is by having a flag set to "1" according to whether the galaxy was classified as "spiral", "elliptical" or "uncertain". In fact, most galaxies are typed "uncertain".

    a.   Why do we call the difference between the magnitude measured in the SDSS-g band and that in the SDSS-i band a "color"?

    b.   Because we wanted to keep things simple, using only the raw data as they are included in the compilations, we have limited this subset to galaxies which are viewed face-on. Why does that make things simpler?

    c.  First, using the N-S Atlas magnitudes, make a color-magnitude diagram using the absolute magnitude and color given here. Be sure that luminosity increases from left to right and that blue galaxies are towards the botton, red towards the top. What do you notice about the distribution of galaxies?   (Note: this diagram will be useful to some of the teams in SH#3).

    Next, let's add the information about morphology from the GZ.

    d.   Use the "column statistics" capability to figure out quickly the fraction of the galaxies which are classified as ellipticals? As spirals? As uncertain?

    e.  Using the TOPCAT subsets capability, plot the spirals and ellipticals separately, using different symbols/colors. Superpose the spirals on the ellipticals (be sure to do it in that order). What do you conclude?



    2.3   Interesting LBW targets!

    In this part, you should investigate some interesting LBW spectra observed in the our various LBW observing runs in the last couple of years. As in yesterday's exercise, you are given the filename corresponding to the LBW spectrum. Your job is to use whatever methods you can to explore the LBW data and measure its line properties but you should also try to determine the nature of the extragalactic source detected by LBW. What can you tell us about the objects assigned to your team? At the end of the day, each team will present its results (in 3 minutes or less total.... so SUMMARIZE!)

    Team filename AGC number LBW Spectral Measurements Optical Counterpart Other notable information
    A /proj/a2669/corfile.22mar12.a2669.52    
     
     
     
     
     
     
     
     
      /proj/a2752/corfile.22mar13.a2752.17    
     
     
     
     
     
     
     
     
    B /proj/a2707/corfile.13jan13.a2707.32    
     
     
     
     
     
     
     
     
      /proj/a2752/corfile.20mar13.a2752.6    
     
     
     
     
     
     
     
     
    C /proj/a2752/corfile.25mar13.a2752.32    
     
     
     
     
     
     
     
     
      /proj/a2669/corfile.18jan12.a2669.16    
     
     
     
     
     
     
     
     
    D /proj/a2669/corfile.18jan12.a2669.36    
     
     
     
     
     
     
     
     
      /proj/a2752/corfile.27mar13.a2752.9    
     
     
     
     
     
     
     
     
    E /share/olcor/corfile.29nov13.a2811.7    
     
     
     
     
     
     
     
     
      /proj/a2707/corfile.15jan13.a2707.28    
     
     
     
     
     
     
     
     
    F /proj/a2752/corfile.22mar13.a2752.10    
     
     
     
     
     
     
     
     
      /share/olcor/corfile.25nov13.a2811.6    
     
     
     
     
     
     
     
     




    2.4   (Important) questions about the Arecibo staff

    a.   Which Arecibo staff member spent 8 years with the Klamath Indians in Oregon (rustling cattle, so the rumor goes) before moving to Puerto Rico?

    b.   Who is perfecting a new drink called the "avocalada"?

    c.   What was the traditional sumptuous delicacy made by Martha and savored by Willy during late night observing runs over the Christmas and New Year's holidays?

    d.   Who played Carl Sagan wandering around the observatory during the filming of the Cosmos series, when Carl did not make the trip to Arecibo?

    e.   What former Arecibo atmospheric scientist is the author of the (classic) mystery novel "Murder at Arecibo"?




    Last updated Wed Jan 7 10:15:55 EST 2015 by martha