|
22 | 22 | "Data Release: <a href=\"https://dp1.lsst.io/\">Data Preview 1</a> <br>\n", |
23 | 23 | "Container Size: Large <br>\n", |
24 | 24 | "LSST Science Pipelines version: Release r29.2.0 <br>\n", |
25 | | - "Last verified to run: 2025-09-18 <br>\n", |
| 25 | + "Last verified to run: 2025-09-19 <br>\n", |
26 | 26 | "Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>" |
27 | 27 | ] |
28 | 28 | }, |
|
33 | 33 | "source": [ |
34 | 34 | "**Learning objective:** How to access Rubin data in LSDB format.\n", |
35 | 35 | "\n", |
36 | | - "**LSST data products:** `Object`, `DiaObject`\n", |
| 36 | + "**LSST data products:** `Object`, `DiaObject`, `DiaSource`, `ForcedSource`, and `ForcedSourceOnDiaObject`\n", |
37 | 37 | "\n", |
38 | 38 | "**Packages:** `lsdb`\n", |
39 | 39 | "\n", |
|
59 | 59 | "It operates on data stored in the [HATS](https://hats.readthedocs.io/) data format that provides an efficient, spatially-indexed format for storing catalog data.\n", |
60 | 60 | "Built on top of [Dask](https://docs.dask.org/), LSDB uses the [HATS](https://hats.readthedocs.io/) (Hierarchical Adaptive Tiling Scheme) data format ([HEALPix](https://healpix.sourceforge.io/documentation.php)-sharded [Parquet](https://parquet.apache.org/docs/)) to efficiently perform spatial operations.\n", |
61 | 61 | "\n", |
62 | | - "LSDB also hosts many other datasets stored in the HATS format, beyond the DP1 catalogs shown in this tutorial, but **only the DP1 dataset is available in the RSP**.\n", |
| 62 | + "LSDB also hosts many other datasets stored in the HATS format, beyond the DP1 catalogs shown in this tutorial, but **only the DP1 dataset is available in the Rubin Science Platform (RSP)**.\n", |
63 | 63 | "Find the full list of LSDB-hosted datasets at [data.lsdb.io](https://data.lsdb.io/).\n", |
64 | 64 | "\n", |
65 | 65 | "**Note:** This notebook is intended only as a simple tutorial on LSDB DP1 catalogs.\n", |
|
0 commit comments