'Gaia Alert Stars' filter results
'Gaia Alert Stars' filter results
A detailed description of your filter.
The filter is streamed via email .
SELECT watchlist_hits.name,
objects.diaObjectId,
mjdnow()- objects.lastDiaSourceMjdTai AS "days ago",
sherlock_classifications.Mag AS "mag",
objects.jump1,
objects.jump2,
objects.nDiaSources AS "nDia",
objects.nSourcesGood AS "nGood",
objects.lastDiaSourceMjdTai - objects.firstDiaSourceMjdTai AS "Dia baseline",
objects.g_psfFluxMean
FROM objects,
sherlock_classifications,
watchlist_hits
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
AND objects.diaObjectId=watchlist_hits.diaObjectId
AND watchlist_hits.wl_id=87
AND objects.nDiaSources > 2
AND sherlock_classifications.classification IN ("VS",
"BS")
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.