'GC SNe' filter results
'GC SNe' filter results
Supernovae going off near globular clusters The filter is not active.

SELECT objects.*,
       objects.diaObjectId,
       objects.g_psfFluxMean,
       objects.lastDiaSourceMjdTai AS "latest detection",
       sherlock_classifications.classification AS "predicted classification"
FROM objects,
     sherlock_classifications,
     watchlist_hits
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
  AND objects.diaObjectId=watchlist_hits.diaObjectId
  AND watchlist_hits.wl_id=31
  AND objects.nDiaSources > 2
  AND sherlock_classifications.classification = "SN"

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