2. Photometric Data¶
In astronomy, there are two ways we can measure an object in the sky. One method that is expensive method is to construct a spectrum. A cheaper method is to take photometric measurements (i.e. putting the light into some number of bins).
2.1. Dust Extinction¶
As light travels through space to Earth, some of it get absorbed and scattered by the galatic dust. Light in the higher frequency is more affected, hence extinction causes an object to become redder. This gives the phonomena the name interstallar reddening.
The amount of extinction varies across the sky. For example, there is a lot of dust in the Milky Way band, as can be seen from the following reddening map, where red indicates a high level of extinction:
Thus we need to correct the photometric data for this bias.
2.1.1. SFD98 Correction Set¶
In the SDSS dataset (which will be used throughout the example notebooks), there are four columns labelled \(A_u\), \(A_g\), \(A_r\), \(A_i\), and \(A_z\). We will need to subtract these from the ugriz filter magnitudes. The corrected magnitudes will become smaller, corresponding a brighter flux (yes, the astronomical magnitude system is weird!). This set of correction is called SFD98, which has been the default choice in the astronomical community for a long time.
2.1.2. SF11 Correction Set¶
There is another variation called SF11, where there is one free paramter. In trying to refine the dust extinction estimates, we need to turn our attention to the \(E_{b1-b2}\) band instead of the A-band. Define the reference value
where \(A_r\) is from the SFD98 set. Then we can retrieve the SF11 estimates:
As an aside, we can also recover the SFD98 estimates:
2.1.3. W14 Correction Set¶
In the most recent correction set from [W2014], we again start with
We now need to remap the \(E_{B-V}\) scale:
This allows us to calculate the W14 estimates:
References
[W2014] | Wolf, Christian. “Milky Way dust extinction measured with QSOs”. arXiv:1410.0109 [astro-ph.GA] |