'RR Lyrae Color Cuts' filter results
'RR Lyrae Color Cuts' filter results
Inspired by the SDSS color cuts, transformed to LSST bands.
The filter is streamed via email .
SELECT objects.diaObjectId,
objects.u_psfFlux,
objects.g_psfFlux,
objects.r_psfFlux,
objects.i_psfFlux,
objects.z_psfFlux,
objects.y_psfFlux,
objects.lastDiaSourceMjdTai AS "latest detection",
sherlock_classifications.classification AS "predicted classification",
sherlock_classifications.Mag AS "mags"
FROM objects,
sherlock_classifications
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
AND sherlock_classifications.classification = "VS"
AND (-2.5 * LOG10(objects.u_psfFlux) + 31.4) - (-2.5 * LOG10(objects.g_psfFlux) + 31.4) BETWEEN 0.95 AND 1.28
AND (-2.5 * LOG10(objects.g_psfFlux) + 31.4) - (-2.5 * LOG10(objects.r_psfFlux) + 31.4) BETWEEN -0.15 AND 0.40
AND (-2.5 * LOG10(objects.r_psfFlux) + 31.4) - (-2.5 * LOG10(objects.i_psfFlux) + 31.4) BETWEEN -0.15 AND 0.22
AND (-2.5 * LOG10(objects.i_psfFlux) + 31.4) - (-2.5 * LOG10(objects.z_psfFlux) + 31.4) BETWEEN -0.21 AND 0.25
Filter Results
ZERO MATCHES
Click on the run button above to execute your filter.
Need Help?
readthedocs
Lasair Community
Start with our documentation on readthedocs, you might find the FAQ section especially useful.
If you still have questions, want to report a bug, or make a feature request, please reach out to us on the Lasair topic on the Rubin Community pages.