'Single night transients' filter results
'Single night transients' filter results
Positive transients that appear on a single night only with at least one good source. The filter is streamed via kafka with the topic name lasair_338Singlenighttransients .
Your kafka stream has produced 110 alerts today (27,387 bytes of your quota of 100,000,000)

SELECT objects.diaObjectID,
       objects.ra,
       objects.decl,
       objects.lastDiaSourceMjdTai,
       objects.firstDiaSourceMjdTai,
       objects.latest_psfflux,
       objects.nSourcesGood
FROM objects
WHERE (objects.lastDiaSourceMjdTai-objects.firstDiaSourceMjdTai)<.5
  AND objects.latest_psfFlux >0
  AND objects.nSourcesGood>0

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