Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Intro, notes by Stubbs June 9, 2022

Goal is to learn how to extract reliable atmospheric transmission parameters from Rubin Observatory Auxiliary Telescope data. The instrument is a 'slitless spectrograph', that produces a spectrum of a star.
That spectrum is attenuated by the Earth's atmosphere, which imprints information about attenuation at each wavelength.
If we knew both the star's spectrum and the response function of the instrument, we'd divide the observed spectrum by the product of those two and the result would be the atmospheric transmission spectrum 

details on this instrument are here: Dissertations and History in Nick Mondrik's PhD dissertation. 

Looking through more atmosphere introduces more attenuation. If atmosphere is uniform then this depends only on 'zenith angle', or 'airmass': https://en.wikipedia.org/wiki/Air_mass_(astronomy)

Image Added


airmass ~ secant(zenith angle). 

Rubin data: 

Start here to look at historical data:
https://roundtable.lsst.codes/rubintv/auxtel/historical 

Image Added


Cutouts from https://roundtable.lsst.codes/rubintv/auxtel/specevents/2022-02-16/774:

spectrum on detector: 

Image Added

Extracted one-dimensional spectrum, pixels on x-axis, flux on y-axis: 

Image Added

This is run through some analysis software that extracts features like the atmospheric O2 absorption line at pixel 1600, stellar lines at around pixel 1400, water vapor trough at around pixel 2100, etc

Image Added

Line strengths are quoted as 'equivalent widths', units are nm

https://en.wikipedia.org/wiki/Equivalent_width#:~:text=The%20equivalent%20width%20of%20a,relation%20to%20underlying%20continuum%20level.

Image Added

Image Added


Our initial task is to make some  diagnostic plots, for each night of observing, of these extracted parameters. 

  1. Summarize the quantities that are generated by the spectral analysis code, and make a notebook that puts them into a single format (should we make a database?)
  2. make some diagnostic plots:
  • plot O2, water, ozone atmospheric line strengths vs. airmass, for each star
  • same plot, for all stars
  • plot stellar line strengths for each distinct target star as.a function of time, for single night
  • same plot for all nights

an example: 

Image Added


...

to-do: 

  1. learn how to edit this Wiki page and use it as an electronic lab book for the duration. Check!
  2. ensure account access on Research Computer system works
  3. do background reading 

Data are here:

/n/holystore01/LABS/stubbs_lab/Lab/Auxtel_data/spectrum_data

Goal-for-the-week:

set up Research Computing access

make a plot of data using a Jupyter notebook!