'Equatorial strip candidates' filter results
'Equatorial strip candidates' filter results
Targets brighter than mag 19 and at dec>-10 The filter is streamed via email .

SELECT objects.diaObjectId,
       objects.ra,
       objects.decl,
       objects.latest_psfFlux,
       objects.absMag,
       objects.ebv,
       objects.lastDiaSourceMjdTai,
       objects.firstDiaSourceMjdTai,
       sherlock_classifications.classification
FROM objects,
     sherlock_classifications
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
  AND sherlock_classifications.classification IN ("SN",
                                                  "CV",
                                                  "UNCLEAR")
  AND objects.decl BETWEEN -10.0 AND 90.0
  AND objects.latest_psfFlux > 145000
  AND objects.ebv < 0.1
  AND mjdnow() - objects.lastDiaSourceMjdTai < 7
  AND objects.lastDiaSourceMjdTai - objects.firstDiaSourceMjdTai > 1
ORDER BY objects.latest_psfFlux DESC

Filter Results

ZERO MATCHES

Click on the run button above to execute your filter.
Need Help?

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.

readthedocs Lasair Community
Help