'SN II from TNS' filter results
'SN II from TNS' filter results
Getting SNe type II from TNS, crossmatched with Lasair. Lasair keeps a cache of the whole TNS database, and this filter finds objects in both. You can change the type of TNS entry, or use the syntax 'crossmatch_tns.tns_name in ["SN II", "AGN"]' to select from multiple types.
The filter is not active.
SELECT objects.diaObjectId,
crossmatch_tns.tns_prefix,
crossmatch_tns.tns_name,
crossmatch_tns.type
FROM objects,
watchlist_hits,
crossmatch_tns
WHERE objects.diaObjectId=watchlist_hits.diaObjectId
AND watchlist_hits.wl_id=1
AND watchlist_hits.name=crossmatch_tns.tns_name
AND crossmatch_tns.type = "SN II"
ORDER BY lastDiaSourceMJD DESC
Filter Results
ZERO MATCHES
Zero objects have been matched against this filter so far. Check back later to see if any new objects have been matched, or amend the filtering criteria to catch more objects.
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.

