Skip to content

Commit 35c0a51

Browse files
authored
Update README.md - add brief descriptions of current features
1 parent 93acb7a commit 35c0a51

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,18 @@
1111
[![Read The Docs](https://img.shields.io/readthedocs/lsdb-rubin)](https://lsdb-rubin.readthedocs.io/)
1212

1313
Suite 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).

0 commit comments

Comments
 (0)