'Gaia DDF Stars' filter results
'Gaia DDF Stars' filter results
Variable Gaia stars observed in the Rubin Deep Drilling Fields The filter is streamed via kafka with lite lightcurve with the topic name lasair_115GaiaDDFStars .
Your kafka stream has produced 0 alerts today (0 bytes of your quota of 100,000,000)

SELECT objects.diaObjectId,
       mjdnow()- objects.lastDiaSourceMjdTai AS "days ago",
       sherlock_classifications.Mag AS "mag",
       objects.jump1,
       objects.jump2,
       objects.nDiaSources AS "nDia",
       objects.nSourcesGood AS "nGood",
       objects.lastDiaSourceMjdTai - objects.firstDiaSourceMjdTai AS "Dia baseline",
       objects.g_psfFluxMean
FROM objects,
     sherlock_classifications,
     area_hits
WHERE objects.diaObjectId=sherlock_classifications.diaObjectId
  AND objects.diaObjectId=area_hits.diaObjectId
  AND area_hits.ar_id=6
  AND objects.nDiaSources > 10
  AND objects.nSourcesGood > 10
  AND sherlock_classifications.catalogue_table_name ="Gaia"
  AND sherlock_classifications.separationArcsec < 1
  AND sherlock_classifications.classification IN ("VS",
                                                  "BS")

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