Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Commissioning/101_LSSTCam_visits_database.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"\n",
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: v29.2.0\\\n",
"Last verified to run: 2026-06-09\\\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a>\\\n",
"DOI: <a href=\"https://doi.org/10.11578/rubin/dc.20250909.20\">10.11578/rubin/dc.20250909.20</a>"
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
},
{
Expand Down Expand Up @@ -54,10 +54,10 @@
"## 1. Introduction\n",
"\n",
"This tutorial demonstrates how to query and load data from a temporary SQL-formatted table of LSSTCam visits that is available in the Rubin Science Platform.\n",
"An early version of this file, for visits up to the end of September 2025, was first made available on the <a href='https://survey-strategy.lsst.io/progress/sv_status/sv_20250930.html'> Science Validation survey summary webpage </a>.\n",
"**This is a temporary, static database file with non-standard schema and formatting. It only includes LSSTCam visit metadata from April 2025 to June 2026.** \n",
"An earlier version of this file, for visits up to the end of September 2025, was first made available on the <a href='https://survey-strategy.lsst.io/progress/sv_status/sv_20250930.html'> Science Validation survey summary webpage </a>.\n",
"For more recent visits and a forecast of the Rubin scheduler, see the tutorial notebook for the Rubin Schedule Viewer.\n",
"The future Rubin data releases will have similar information in their `Visit` and `CcdVisit` tables."
"The future Rubin data releases will have similar information in their `Visit` and `VisitDetector` tables."
]
},
{
Expand Down Expand Up @@ -501,7 +501,7 @@
"source": [
"### 3.2. Target names\n",
"\n",
"The `target_name` is either a region of the LSST WFD (e.g., bulge, low-dust) or a proper name (for DDFs, or the commissioning small field survey fields).\n",
"The `target_name` is either a region of the [LSST baseline](https://survey-strategy.lsst.io/baseline/index.html) (e.g., bulge, low-dust, a micro/mini-survey) or a proper name (a DDF, a commissioning small field survey fields, or a mini-survey field).\n",
"Since regions can overlap, or a single visit can overlap the boundaries of multiple regions, the `target_name` is often a comma-separated list.\n",
"For example, most DDFs are also in the low-dust extragalactic regions of the LSST WFD."
]
Expand Down Expand Up @@ -539,7 +539,7 @@
"\\\n",
"**Wide-fast-deep regions.**\n",
"\n",
"Option to print the `target_name` for all visits that were _not_ done with an `observation_reason` related to the small field surveys, the deep drilling fields, or targets of opportunity - the result will be inclusive of all WFD sky regions."
"Option to print the `target_name` for all visits that were _not_ done with an `observation_reason` related to the small field surveys, the deep drilling fields, or targets of opportunity."
]
},
{
Expand All @@ -552,30 +552,30 @@
"# query = \"(observation_reason != 'field_survey_science') & \"\n",
"# query += \"(observation_reason.str.contains('ddf') == 0) & \"\n",
"# query += \"(observation_reason.str.contains('too') == 0) \"\n",
"# df_wfd = df.query(query)\n",
"# df_temp = df.query(query)\n",
"\n",
"# print(\"All target_name values, omitting non-WFD observation reasons.\")\n",
"# values, counts = np.unique(df_wfd['target_name'], return_counts=True)\n",
"# print(\"All target_name values, omitting SV surveys, DDFs, and ToOs.\")\n",
"# values, counts = np.unique(df_temp['target_name'], return_counts=True)\n",
"# for value, count in zip(values, counts):\n",
"# print('%30s %5i' % (value, count))\n",
"# print('%-50s %5i' % (value, count))\n",
"# print(\" \")\n",
"# print(\"Unique target_name values for WFD observation reasons.\")\n",
"# print(\"Unique target_name values:\")\n",
"# temp = []\n",
"# for value in values:\n",
"# for name in str(value).split(','):\n",
"# temp.append(name.strip())\n",
"# targets = np.unique(temp)\n",
"# print(targets)\n",
"\n",
"# del query, values, counts, temp, targets, df_wfd"
"# del query, values, counts, temp, targets, df_temp"
]
},
{
"cell_type": "markdown",
"id": "f0dcbd4c-7329-452a-bc9a-24634a87050f",
"metadata": {},
"source": [
"The WFD sky regions covered during commissioning are:\n",
"The sky regions covered during commissioning are:\n",
"\n",
"* `LMC_SMC` - Large and Small Magellanic Clouds\n",
"* `bulgy` - Galactic bulge region\n",
Expand All @@ -586,11 +586,11 @@
"* `nes` - North Ecliptic Spur (NES)\n",
"* `scp` - south celestial pole\n",
"\n",
"Learn more about all of the planned LSST WFD regions on the <a href=\"https://survey-strategy.lsst.io/baseline/index.html\">LSST Baseline Strategy webpage</a>.\n",
"Learn more about all of the planned LSST regions on the <a href=\"https://survey-strategy.lsst.io/baseline/index.html\">LSST Baseline Strategy webpage</a>.\n",
"\n",
"> **Notice:** These WFD sky regions are not mutually exclusive; the Euclid fields are within the low-dust WFD region, for example, just like the DDFs are.\n",
"> **Notice:** These sky regions are not mutually exclusive; the Euclid fields are within the low-dust region, for example, just like the DDFs are.\n",
"\n",
"List the number of visits that overlap with each WFD sky region.\n",
"List the number of visits that overlap with each sky region.\n",
"As sky regions are not mutually exclusive, the sum is greater than the total number of visits."
]
},
Expand All @@ -601,11 +601,11 @@
"metadata": {},
"outputs": [],
"source": [
"WFD_targets = ['LMC_SMC', 'bulgy', 'dusty_plane', 'euclid_overlap',\n",
"targets = ['LMC_SMC', 'bulgy', 'dusty_plane', 'euclid_overlap',\n",
" 'field_m49', 'lowdust', 'nes', 'scp', 'virgo']\n",
"for target in WFD_targets:\n",
"for target in targets:\n",
" print('%15s %5i' % (target, len(df.query(\"target_name.str.contains(@target)\"))))\n",
"del WFD_targets"
"del targets"
]
},
{
Expand Down Expand Up @@ -1527,7 +1527,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions Commissioning/102_Rubin_Schedule_Viewer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"\n",
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: v29.2.0\\\n",
"Last verified to run: 2026-06-09\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down Expand Up @@ -1130,7 +1130,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
}
},
"nbformat": 4,
Expand Down
11 changes: 6 additions & 5 deletions Commissioning/103_3I_ATLAS_image_stamps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Chandler et al. (2026)](https://ui.adsabs.harvard.edu/abs/2025arXiv250713409C/abstract)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: v29.2.0\\\n",
"Last verified to run: 2026-06-09\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\"
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
},
{
Expand Down Expand Up @@ -161,7 +162,7 @@
"outputs": [],
"source": [
"fn_table1 = \"Chandler+26_Table1.dat\"\n",
"table1 = np.genfromtxt(path + fn_table1, delimiter='', dtype=None,\n",
"table1 = np.genfromtxt(path + fn_table1, delimiter='',\n",
" names=True, filling_values=np.nan)\n",
"assert len(table1) == 97\n",
"print(table1[0])"
Expand Down Expand Up @@ -568,7 +569,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Small\\\n",
"LSST Science Pipelines version: r30.0.9\\\n",
"Last verified to run: 2026-07-19\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: <a href=\"https://dp2.lsst.io\">Data Preview 2</a>\\\n",
"Container Size: Small\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-23\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-24\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-22\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-26\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
"\n",
"</div>\n",
"\n",
"For the Rubin Science Platform at data.lsst.cloud. <br>\n",
"Data Release: <a href=\"https://dp2.lsst.io\">Data Preview 2</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r30.0.10 <br>\n",
"Last verified to run: 2026-07-23 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
"\n",
"</div>\n",
"\n",
"For the Rubin Science Platform at data.lsst.cloud. <br>\n",
"Data Release: <a href=\"https://dp2.lsst.io\">Data Preview 2</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r30.0.9 <br>\n",
"Last verified to run: 2026-07-20 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-21\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
13 changes: 7 additions & 6 deletions DP2/200_Data_products/201_Catalogs/201_01_Object_table.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
"\n",
"</div>\n",
"\n",
"For the Rubin Science Platform at data.lsst.cloud. <br>\n",
"Data Release: <a href=\"https://dp2.lsst.io/\">Data Preview 2</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r30.0.10 <br>\n",
"Last verified to run: 2026-07-22 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
},
{
Expand Down
13 changes: 7 additions & 6 deletions DP2/200_Data_products/201_Catalogs/201_02_Source_table.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
"\n",
"</div>\n",
"\n",
"For the Rubin Science Platform at data.lsst.cloud. <br>\n",
"Data Release: <a href=\"https://dp2.lsst.io/\">Data Preview 2</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r30.0.9 <br>\n",
"Last verified to run: 2026-07-17 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
"\n",
"</div>\n",
"\n",
"For the Rubin Science Platform at data.lsst.cloud. <br>\n",
"Data Release: <a href=\"https://dp2.lsst.io/\">Data Preview 2</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r30.0.10 <br>\n",
"Last verified to run: 2026-07-22 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-22\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-22\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-07-22\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-08-05\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
"Data Release: [Data Preview 2](https://dp2.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r30.0.10\\\n",
"Last verified to run: 2026-08-05\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-18\\\n",
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
]
Expand Down
Loading
Loading