'Gaia Jump Stars' filter results
'Gaia Jump Stars' filter results
Well sampled stars from the deep drilling fields, with cross matches to Gaia, that have large jumps in flux The filter is streamed via email .

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 > 100
  AND objects.nSourcesGood > 100
  AND sherlock_classifications.catalogue_table_name ="Gaia"
  AND sherlock_classifications.separationArcsec < 1
  AND objects.jump1 > 5
  AND sherlock_classifications.classification IN ("VS",
                                                  "BS")

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?

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