Targeting Flags with semaphore

This tutorial consists of an interactive Python notebook. The results are displayed here to show you what it does, but you can run it yourself if you have an account on the SciServer science platform.

This and other tutorials are available in the SciServer SDSS SAS Data Volume in the /home/idies/workspace/sdss_sas/dr19/dr19_tutorials directory. See the directions in the expandable section below.

Alternatively, you can download this tutorial notebook from GitHub.

How to run this tutorial on SciServer

A specific image is available for working with SDSS data. In order to access both SDSS data and the suite of software tools you will need, create an account then when you create a new container follow these steps:

  • Choose the SDSS Docker image. This image contains the sdss_access python package, as well as astropyastroqueryspecutils and other useful libraries.
  • Include the SDSS SAS data volume. It will be mounted in the Jupyter session under /home/idies/workspace/sdss_sas/.
  • Once in a notebook, make sure the py39 python kernel is selected.

Back to Top