File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1111[ ![ Read The Docs] ( https://img.shields.io/readthedocs/lsdb-rubin )] ( https://lsdb-rubin.readthedocs.io/ )
1212
1313Suite of utilities for interacting with Rubin LSST data within LSDB.
14+
15+ ## LSST tract/patch search
16+ Use LSDB to search catalogs by LSST tract and/or patch.
17+ ``` python
18+ gaia.tract_patch_search(skymap = lsst_skymap, tract = tract_index)
19+ ```
20+ See the [ demo notebook] ( https://github.com/astronomy-commons/lsdb-rubin/blob/main/docs/notebooks/tract_patch_search.ipynb ) .
21+
22+ ## Plot a LSST light curve
23+ LSST light curves can be tricky to plot, so we've provided an easy method for a single light curve.
24+
25+ ``` python
26+ plot_light_curve(dia_object.iloc[0 ][" diaObjectForcedSource" ])
27+ ```
28+ See the [ demo notebook] ( https://github.com/astronomy-commons/lsdb-rubin/blob/main/docs/notebooks/plot_light_curves.ipynb ) .
You can’t perform that action at this time.
0 commit comments