'ExtraGalactic_NewsLetter_lvra' filter results
'ExtraGalactic_NewsLetter_lvra' filter results
(IN DEV!) Extra-Galactic Transient candidates received in the past 24h. This filter uses the r0b_lvra annotator (score >0.9) to select most likely candidates. The filter is streamed via kafka with the topic name lasair_18ExtraGalactic_NewsLetter_lvra .
Your kafka stream has produced 47 alerts today (27,000 bytes of your quota of 100,000,000)

SELECT objects.diaObjectId,
       r0b_lvra.classification AS r0b_score,
       objects.lastDiaSourceMjdTai AS latest_MJD,
       objects.timestamp AS Alert_arrival_time,
       objects.latestR,
       objects.nDiaSources,
       objects.ebv,
       objects.ra,
       objects.decl,
       objects.tns_name,
       objects.firstDiaSourceMjdTai,
       sherlock_classifications.separationArcsec,
       sherlock_classifications.direct_distance,
       sherlock_classifications.distance,
       sherlock_classifications.z,
       sherlock_classifications.photoZ,
       sherlock_classifications.photoZErr,
       sherlock_classifications.physical_separation_kpc,
       sherlock_classifications.classification AS sherlock_classifications,
       r0b_lvra.timestamp AS VRAtimestamp
FROM objects,
     sherlock_classifications,
     annotations AS r0b_lvra
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
  AND objects.diaObjectId=r0b_lvra.diaObjectId
  AND r0b_lvra.topic="r0b_lvra"
  AND objects.nDiaSources > 2
  AND r0b_lvra.classification>0.9
  AND mjdnow() - objects.lastDiaSourceMjdTai < 1
  AND sherlock_classifications.classification IN ("SN",
                                                  "NT",
                                                  "ORPHAN",
                                                  "UNCLEAR")

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