'BBB parameters' filter results
'BBB parameters' filter results
Fitting a 2D time-wavelength model to the lightcurve., with either exponential or Bazin in time, and blackbody in wavelength. The filter is streamed via kafka with the topic name lasair_14BBBparameters .
Your kafka stream has produced 76 alerts today (15,783 bytes of your quota of 100,000,000)

SELECT objects.diaObjectId,
       mjdnow()-objects.lastDiaSourceMjdTai AS "days ago",
       sherlock_classifications.classification AS "sherlock",
       objects.BBBRiseRate,
       objects.BBBFallRate,
       objects.BBBTemp,
       objects.BBBPeakFlux
FROM objects,
     sherlock_classifications
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
  AND objects.nDiaSources > 5
  AND objects.BBBRiseRate 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