Your first crossmatch¶
Stub. This notebook is part of the documentation scaffold. The final version will walk through a real Gaia DR3 × 2MASS crossmatch over a small sky region, with plots.
Planned flow:
- Download a small Gaia DR3 and 2MASS subset over a ~2 deg cone
using
acid download --cone. - Register them with
acid.connect("./data/")and inspect the schemas withs.list_catalogs(). - Run a nearest-neighbor crossmatch at 1″, look at the
distance distribution, and plot a (J vs G) color-magnitude
diagram with
matplotlib. - Swap in
mode => 'all'andLEFT JOINto see what changes. - Save the result with
r.write_parquet(...)andacid.run(..., output=...).
See the Quickstart for the commands that get you to step 1 today.