'pair colour' filter results
'pair colour' filter results
Finds colour and fits blackbody temperature from the most recent pair of diaSources that are less than an hour apart. The filter is not active.

SELECT objects.diaObjectId,
       mjdnow()-objects.lastDiaSourceMjdTai AS "days ago",
       objects.latestPairColourTemp AS TEMP,
       objects.latestPairColourBands AS Bands,
       objects.latestPairColourMag AS magDiff,
       objects.latestPairMJD AS mjdPair
FROM objects
WHERE objects.nDiaSources > 2
  AND objects.latestPairColourTemp IS NOT NULL
ORDER BY objects.lastDiaSourceMjdTai DESC

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