Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a08b581
update headers, DP2 100
MelissaGraham Aug 18, 2026
226417b
updated headers, DP2 200
MelissaGraham Aug 18, 2026
6a56f62
update headers, DP2 300
MelissaGraham Aug 18, 2026
adbb349
updates to Commissioning tutorials
MelissaGraham Aug 18, 2026
24e1a6a
update headers, Prompt
MelissaGraham Aug 18, 2026
6ef9308
SP-3234 on Commissioning/101
MelissaGraham Aug 18, 2026
ba1d4cc
fix Commissioning/103 header
MelissaGraham Aug 18, 2026
9e6a26a
edit text for Solar System table joinable fields
sgreenstreet Aug 19, 2026
6607852
Update DP1 101 series for bump
jeffcarlin Aug 20, 2026
aa3b9b3
Update DP1 102 series for bump
jeffcarlin Aug 20, 2026
c064b0f
Update DP1 103 series for bump
jeffcarlin Aug 20, 2026
aa3b55d
Update DP1 104 series for bump
jeffcarlin Aug 20, 2026
23984f2
Update DP1 105 series for bump
jeffcarlin Aug 20, 2026
5a47aa5
Update DP1 201 series for bump
jeffcarlin Aug 20, 2026
f95b021
Update DP1 202 series for bump
jeffcarlin Aug 20, 2026
9080734
Update DP1 203 series for bump
jeffcarlin Aug 20, 2026
49c7883
Update DP1 204 series for bump
jeffcarlin Aug 20, 2026
79359c0
Update DP1 205 series for bump
jeffcarlin Aug 20, 2026
e256f53
Update DP1 206 series for bu
jeffcarlin Aug 20, 2026
14fa9dd
Update DP1 207 series for bump
jeffcarlin Aug 20, 2026
02a2fcc
Update DP1 301 series for bump
jeffcarlin Aug 20, 2026
cd18483
Update DP1 302 series for bump
jeffcarlin Aug 20, 2026
e802fa0
Update DP1 303 series for bump
jeffcarlin Aug 20, 2026
67968c5
Update DP1 304 series for bump
jeffcarlin Aug 20, 2026
a9c0c74
Update DP1 305 series for bump
jeffcarlin Aug 20, 2026
5446cf4
Update DP1 306 series for bump
jeffcarlin Aug 20, 2026
f2de5d2
Update DP1 307 series for bump
jeffcarlin Aug 20, 2026
7c8670b
Update DP1 308 series for bump
jeffcarlin Aug 20, 2026
b10d5c9
Update DP1 309 series for bump
jeffcarlin Aug 20, 2026
ceec89d
Update DP1 310 series for bump
jeffcarlin Aug 20, 2026
ba357f9
Update DP1 311 series for bump
jeffcarlin Aug 20, 2026
a9e9072
Update DP1 312 series for bump
jeffcarlin Aug 20, 2026
b909182
Update DP1 Spanish series for bump
jeffcarlin Aug 20, 2026
31229cf
Change DP1 NB 102_6 queries to DIST-PT-PT
jeffcarlin Aug 20, 2026
9d22820
Text edits to DP2 NB 201_11
jeffcarlin Aug 20, 2026
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
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. <br>\n",
"Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n",
"Container Size: small <br>\n",
"LSST Science Pipelines version: r29.2.0 <br>\n",
"Last verified to run: 2025-09-02 <br>\n",
"LSST Science Pipelines version: r30.0.11 <br>\n",
"Last verified to run: 2026-08-19 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
]
},
Expand Down Expand Up @@ -469,7 +469,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
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 1](https://dp1.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r29.2.0\\\n",
"Last verified to run: 2026-04-28\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-19\\\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 @@ -361,7 +361,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
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 1](https://dp1.lsst.io/)\\\n",
"Container Size: Large\\\n",
"LSST Science Pipelines version: r29.2.0\\\n",
"Last verified to run: 2026-04-28\\\n",
"LSST Science Pipelines version: r30.0.11\\\n",
"Last verified to run: 2026-08-19\\\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 @@ -792,7 +792,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
}
},
"nbformat": 4,
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: <a href=\"https://dp1.lsst.io\">Data Preview 1</a>\\\n",
"Container Size: Small\\\n",
"LSST Science Pipelines version:v29.2.0\\\n",
"Last verified to run: 2026-02-10\\\n",
"LSST Science Pipelines version:v30.0.11\\\n",
"Last verified to run: 2026-08-19\\\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 @@ -609,7 +609,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
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. <br>\n",
"Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r29.2.0 <br>\n",
"Last verified to run: 2026-04-17 <br>\n",
"LSST Science Pipelines version: r30.0.11 <br>\n",
"Last verified to run: 2026-08-19 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>\n",
"DOI: <a href=\"https://doi.org/10.11578/rubin/dc.20250909.20\">10.11578/rubin/dc.20250909.20</a> <br>"
]
Expand Down Expand Up @@ -728,7 +728,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
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. <br>\n",
"Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r29.2.0 <br>\n",
"Last verified to run: 2025-11-10 <br>\n",
"LSST Science Pipelines version: r30.0.11 <br>\n",
"Last verified to run: 2026-08-19 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>\n",
"DOI: <a href=\"https://doi.org/10.11578/rubin/dc.20250909.20\">10.11578/rubin/dc.20250909.20</a> <br>"
]
Expand Down Expand Up @@ -1372,7 +1372,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
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. <br>\n",
"Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r29.2.0 <br>\n",
"Last verified to run: 2025-09-17 <br>\n",
"LSST Science Pipelines version: r30.0.11 <br>\n",
"Last verified to run: 2026-08-19 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
]
},
Expand Down Expand Up @@ -432,7 +432,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
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. <br>\n",
"Data Release: <a href=\"https://dp1.lsst.io\">Data Preview 1</a> <br>\n",
"Container Size: large <br>\n",
"LSST Science Pipelines version: r29.2.0 <br>\n",
"Last verified to run: 2026-04-30 <br>\n",
"LSST Science Pipelines version: r30.0.11 <br>\n",
"Last verified to run: 2026-08-19 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
]
},
Expand Down Expand Up @@ -333,7 +333,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
},
"toc-autonumbering": false
},
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. <br>\n",
"Data Release: <a href=\"https://dp1.lsst.io/\">Data Preview 1</a> <br>\n",
"Container Size: Large <br>\n",
"LSST Science Pipelines version: Release r29.2.0 <br>\n",
"Last verified to run: 2026-07-16 <br>\n",
"LSST Science Pipelines version: Release r30.0.11 <br>\n",
"Last verified to run: 2026-08-19 <br>\n",
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>"
]
},
Expand Down Expand Up @@ -1157,7 +1157,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.13.9"
}
},
"nbformat": 4,
Expand Down
Loading
Loading