From 067e003723e4d6a03a8377d274d08942fd4303b7 Mon Sep 17 00:00:00 2001 From: jeffcarlin Date: Thu, 27 Aug 2026 22:24:17 +0000 Subject: [PATCH] Update 313 NBs --- .../313_1_Visualizing_LSB_features.ipynb | 17 +++++++++++++---- .../313_2_LSB_feature_detection.ipynb | 4 ++-- .../313_3_Tidal_feature_visualization.ipynb | 4 ++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/DP2/300_Science_demos/313_Low_surface_brightness/313_1_Visualizing_LSB_features.ipynb b/DP2/300_Science_demos/313_Low_surface_brightness/313_1_Visualizing_LSB_features.ipynb index 47b706f4..6350ad08 100644 --- a/DP2/300_Science_demos/313_Low_surface_brightness/313_1_Visualizing_LSB_features.ipynb +++ b/DP2/300_Science_demos/313_Low_surface_brightness/313_1_Visualizing_LSB_features.ipynb @@ -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-08-06 \\\n", + "LSST Science Pipelines version: r30.0.11 \\\n", + "Last verified to run: 2026-08-27 \\\n", "Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)" ] }, @@ -268,8 +268,17 @@ "metadata": {}, "outputs": [], "source": [ - "butler = Butler.from_config('dp2', collections='dp2')\n", - "assert butler is not None" + "butler = Butler.from_config('dp2', collections='dp2')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d25bf17d-9db4-4af3-94f6-5a3db89a598b", + "metadata": {}, + "outputs": [], + "source": [ + "skymap = butler.get('skyMap')" ] }, { diff --git a/DP2/300_Science_demos/313_Low_surface_brightness/313_2_LSB_feature_detection.ipynb b/DP2/300_Science_demos/313_Low_surface_brightness/313_2_LSB_feature_detection.ipynb index 9970deea..74f6d8d8 100644 --- a/DP2/300_Science_demos/313_Low_surface_brightness/313_2_LSB_feature_detection.ipynb +++ b/DP2/300_Science_demos/313_Low_surface_brightness/313_2_LSB_feature_detection.ipynb @@ -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-08-06\\\n", + "LSST Science Pipelines version: r30.0.11\\\n", + "Last verified to run: 2026-08-27\\\n", "Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)" ] }, diff --git a/DP2/300_Science_demos/313_Low_surface_brightness/313_3_Tidal_feature_visualization.ipynb b/DP2/300_Science_demos/313_Low_surface_brightness/313_3_Tidal_feature_visualization.ipynb index 34903dec..e639d39e 100644 --- a/DP2/300_Science_demos/313_Low_surface_brightness/313_3_Tidal_feature_visualization.ipynb +++ b/DP2/300_Science_demos/313_Low_surface_brightness/313_3_Tidal_feature_visualization.ipynb @@ -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-08-06\\\n", + "LSST Science Pipelines version: r30.0.11\\\n", + "Last verified to run: 2026-08-27\\\n", "Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)" ] },