Begin by opening a new tab in your favorite browser and heading to https://nova.astrometry.net. This website is incredibly powerful: it can find the location of any image within minutes. Once you arrive at the home page, you can explore recent images uploaded by real scientists by clicking the large Explore button. For this activity, we want to upload our own image, so we want to instead click the Calibrate & Share pane right below.
Since this image is already online, select the url option and paste the following url: https://cdn.esahubble.org/archives/images/screen/heic1509a.jpg which links directly to the image. Once the url is pasted in, click Upload. You should be redirected to a page that will automatically refresh every 10 seconds while it analyzes your image. The processing should take about 10 minutes.
While we wait for the image to process, lets examine it a bit more closely. Here are some questions to guide your thoughts:
It turns out that the plus signs are caused by structural supports that block part of the main mirror of telescope that took the picture. The Hubble Telescope orbits the Earth and has been taking images of space since the 1990s. Because of how the camera was built, close and bright stars have a characteristic x-shaped pattern that shows up. All stars are in fact spherical in shape. We will leave the answers to the other two questions for later in this course. Color is actually one of the best ways we can learn about space, so we need to save it for a full future chapter.
Once you have spent a few minutes answering the above questions, check back on your astrometry.net tab. Once the image is processed, you should see "Success" written in bright green in the middle of the page next to a small version of your image. Right above "Success", click on the link titled "Go to results page". You should see your image with some green text on top of it and to the right you should see values for its RA and Dec. You found the star cluster!
Finally, we are able to explore another incredibly usefull and exciting astronomy tool: WorldWide Telescope. The WorldWide Telescope is a website where you can exmaine a 3D view of the sky as seen from Earth. The exciting part is that the website has copies of all the astronomy data collected in the past few decades, meaning you can find any patch of sky and see multiple different views. Navigate to www.worldwidetelescope.org and complete the tutorial.
Once you are comfortable with the website, return to your astrometry.net tab and look for the link that says View in WorldWide Telescope. Click on the link and watch as the telescope finds your star cluster on the night sky. Try playing with the Image Crossfade slider to see how much extra resolution the Hubble Telescope (which took the original image) provides compared to the other data!
Astrometry.net can do a lot more than just locate your image on the sky. In fact, it is able to identify every star in your image and find RA and Dec sky coordinates for them. To access this data though, we need something more powerful than a website. Throughout this course, we will learn and use basic Python to interface and play with astrophysical data and even make some pretty complex calculations. No background in coding or prior Python knowledge is required for any activity in this course.
To run Python on our computers, we will use Google Colaboratory (or Colab for short). Google Colab is basically Google Docs but for coding in Python. We will link to Python documents called Notebooks with multiple cells that you can run. You are encouraged to "Save a copy" of each Colab Notebook in Google Drive so that you can save your changes and your work. If you don't do this for every file, any changes you make to the code will be lost when you close or reload the tab.
For each Notebook, follow the instructions included and return to this activity page when you are finished. Happy coding!