Frequently Asked Questions

How do I re-create the RGB images from the sky viewer?

The function that the viewer uses to make its RGB images is dr2_rgb(), which takes a list of images (e.g. [im1, im2, im3]) and a list of bands (e.g. ['g', 'r', 'z']) and calls the function sdss_rgb() with scalings that appropriately render the images.

What observational effects are corrected for in the Legacy Surveys coadded images?

The images are all calibrated to the same zero-point of 22.5 mag, and are sky subtracted with outliers (cosmic rays, satellite trails, etc.) masked (as best we can). So if a star generates a total value of 1.0 in the coadded images, then it has magnitude 22.5.

The major observational characteristic for which we don't correct any Legacy Surveys fluxes, including in the coadds, is Milky Way dust extinction/reddening.

How do I convert fluxes in nanomaggies to magnitudes?

The conversion from fluxes in nanomaggies (\(f\)) to magnitudes (\(m\)) is:

\begin{equation*} m = 22.5 - 2.5\log_{10}(f) \end{equation*}