'lasair_tutorial_mega_stream' filter results
'lasair_tutorial_mega_stream' filter results
This filter is used in the Lasair Github tutorials to demonstrate the streaming output that includes the full alert packet The filter is streamed via kafka with full alert with the topic name lasair_18lasair_tutorial_mega_stream .
Your kafka stream has produced 24 alerts today (17,494,900 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?

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