'lasair_tutorial_standard_stream' filter results
'lasair_tutorial_standard_stream' filter results
This filter is used in the Lasair Github tutorials to demonstrate the standard streaming output
The filter is streamed via kafka with the topic name
Your kafka stream has produced 24 alerts today (5,445 bytes of your quota of 100,000,000)
lasair_18lasair_tutorial_standard_stream .
Your kafka stream has produced 24 alerts today (5,445 bytes of your quota of 100,000,000)
SELECT objects.diaObjectId,
objects.lastDiaSourceMjdTai,
objects.latestR,
objects.nDiaSources,
objects.ra,
objects.decl,
sherlock_classifications.separationArcsec
FROM objects,
sherlock_classifications
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
AND objects.nDiaSources >= 2
AND sherlock_classifications.classification IN ("SN")
AND objects.latestR > 0.9
AND objects.latest_psfFlux > 5754
ORDER BY objects.lastDiaSourceMjdTai DESC
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.