'absolute magnitude' filter results
'absolute magnitude' filter results
If the object has a host galaxy with z or photoZ, this is the extinction-corrected peak absolute magnitude.
The filter is streamed via kafka with the topic name
Your kafka stream has produced 14 alerts today (2,472 bytes of your quota of 100,000,000)
lasair_14absolutemagnitude .
Your kafka stream has produced 14 alerts today (2,472 bytes of your quota of 100,000,000)
SELECT objects.diaObjectId,
mjdnow()-objects.lastDiaSourceMjdTai AS "days ago",
sherlock_classifications.classification AS "sherlock",
objects.absMag,
mjdnow()- objects.absMagMJD AS "days since peak"
FROM objects,
sherlock_classifications
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
AND objects.nDiaSources > 2
AND objects.absMag IS NOT NULL
AND objects.absMag < 0
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.