2
'Equatorial strip candidates' filter results
'Equatorial strip candidates' filter results
Targets brighter than mag 19 and at dec>-10
The filter is streamed via email .
SELECT objects.diaObjectId,
objects.ra,
objects.decl,
objects.latest_psfFlux,
objects.absMag,
objects.ebv,
objects.lastDiaSourceMjdTai,
objects.firstDiaSourceMjdTai,
sherlock_classifications.classification
FROM objects,
sherlock_classifications
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
AND sherlock_classifications.classification IN ("SN",
"CV",
"UNCLEAR")
AND objects.decl BETWEEN -10.0 AND 90.0
AND objects.latest_psfFlux > 145000
AND objects.ebv < 0.1
AND mjdnow() - objects.lastDiaSourceMjdTai < 7
AND objects.lastDiaSourceMjdTai - objects.firstDiaSourceMjdTai > 1
ORDER BY objects.latest_psfFlux DESC
Filter Results
A list of objects passing the 'Equatorial strip candidates' filter.
| diaObjectId | ra | decl | latest_psfFlux | absMag | ebv | lastDiaSourceMjdTai | firstDiaSourceMjdTai | classification |
|---|---|---|---|---|---|---|---|---|
| 170028516406460446 | 148.48777 | 2.235003 | 2607400.0 | None | 0.0476322 | 61097.293856981734 | 61090.20557180919 | SN |
| 313994140957278215 | 149.13419 | 1.601802 | 1119990.0 | None | 0.0210656 | 61097.26596895638 | 61056.18673605932 | SN |
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.