Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 784c600

Browse files
all ready for 2022_12 (#60)
1 parent 6211a9d commit 784c600

10 files changed

Lines changed: 39 additions & 24 deletions

01_Intro_to_DP0_Notebooks.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
99
"<b>Introduction to Jupyter Notebooks for Data Preview 0</b> <br>\n",
10-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
10+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12<br>\n",
1111
"Contact author: Melissa Graham <br>\n",
1212
"Target audience: All DP0 delegates, especially those new to Notebooks. <br>\n",
1313
"Container Size: medium <br>\n",
@@ -722,7 +722,7 @@
722722
"name": "python",
723723
"nbconvert_exporter": "python",
724724
"pygments_lexer": "ipython3",
725-
"version": "3.8.8"
725+
"version": "3.8.12"
726726
},
727727
"toc-autonumbering": false
728728
},

02_Intermediate_TAP_Query.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250, style=\"padding: 10px\"> \n",
88
"<b>Intermediate TAP Queries for DP0 catalogs </b> <br>\n",
9-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
9+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1010
"Contact authors: Leanne Guy <br>\n",
1111
"Target audience: All DP0 delegates. <br>\n",
1212
"Container Size: medium <br>\n",
@@ -889,6 +889,13 @@
889889
"source": [
890890
"job.delete()"
891891
]
892+
},
893+
{
894+
"cell_type": "code",
895+
"execution_count": null,
896+
"metadata": {},
897+
"outputs": [],
898+
"source": []
892899
}
893900
],
894901
"metadata": {
@@ -907,7 +914,7 @@
907914
"name": "python",
908915
"nbconvert_exporter": "python",
909916
"pygments_lexer": "ipython3",
910-
"version": "3.8.8"
917+
"version": "3.8.12"
911918
}
912919
},
913920
"nbformat": 4,

03_Image_Display_and_Manipulation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"source": [
1111
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
1212
"<b>Displaying images using the LSST astronomical framework (afw) library</b> <br>\n",
13-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
13+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1414
"Contact authors: Alex Drlica-Wagner, Jeff Carlin <br>\n",
1515
"Target audience: All DP0 delegates. <br>\n",
1616
"Container Size: medium <br>\n",
@@ -840,7 +840,7 @@
840840
"name": "python",
841841
"nbconvert_exporter": "python",
842842
"pygments_lexer": "ipython3",
843-
"version": "3.8.8"
843+
"version": "3.8.12"
844844
},
845845
"livereveal": {
846846
"scroll": true,

03b_Image_Display_with_Firefly.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
88
"<br>\n",
99
"<b>Displaying images using Firefly</b> <br>\n",
10-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
10+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1111
"Contact authors: Jeff Carlin <br>\n",
1212
"Target audience: All DP0 delegates. <br>\n",
1313
"Container Size: medium <br>\n",
@@ -486,7 +486,7 @@
486486
"name": "python",
487487
"nbconvert_exporter": "python",
488488
"pygments_lexer": "ipython3",
489-
"version": "3.8.8"
489+
"version": "3.8.12"
490490
}
491491
},
492492
"nbformat": 4,

04_Intro_to_Butler.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
88
"<b>Introduction to the LSST data Butler</b> <br>\n",
9-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
9+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1010
"Contact authors: Alex Drlica-Wagner, Melissa Graham <br>\n",
1111
"Target audience: All DP0 delegates. <br>\n",
1212
"Container Size: medium <br>\n",
@@ -1007,7 +1007,7 @@
10071007
"name": "python",
10081008
"nbconvert_exporter": "python",
10091009
"pygments_lexer": "ipython3",
1010-
"version": "3.8.8"
1010+
"version": "3.8.12"
10111011
}
10121012
},
10131013
"nbformat": 4,

05_Intro_to_Source_Detection.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
88
"<b>Introduction to Source Detection</b> <br>\n",
9-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
9+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1010
"Contact author: Alex Drlica-Wagner, Melissa Graham <br>\n",
1111
"Target audience: All DP0 delegates. <br>\n",
1212
"Container Size: medium <br>\n",
@@ -898,7 +898,7 @@
898898
"name": "python",
899899
"nbconvert_exporter": "python",
900900
"pygments_lexer": "ipython3",
901-
"version": "3.8.8"
901+
"version": "3.8.12"
902902
}
903903
},
904904
"nbformat": 4,

06_Comparing_Object_and_Truth_Tables.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
99
"<br>\n",
1010
"<b>Comparing Object and Truth Tables</b> <br>\n",
11-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
11+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1212
"Contact author: Jeff Carlin <br>\n",
1313
"Target audience: All DP0 delegates. <br>\n",
1414
"Container Size: medium <br>\n",
@@ -424,7 +424,7 @@
424424
"name": "python",
425425
"nbconvert_exporter": "python",
426426
"pygments_lexer": "ipython3",
427-
"version": "3.8.8"
427+
"version": "3.8.12"
428428
}
429429
},
430430
"nbformat": 4,

08a_Interactive_Image_Visualization.ipynb

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"<b><img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250, style=\"padding: 10px\"> \n",
88
"<p><p><p><p><p><p>\n",
99
"<b>Interactive Image Visualization</b> <br>\n",
10-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
10+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1111
"Contact authors: Leanne Guy <br>\n",
1212
"Target audience: All DP0 delegates. <br>\n",
1313
"Minimum Container Size: medium <br>\n",
@@ -155,6 +155,13 @@
155155
"butler = Butler(repo, collections=collection)"
156156
]
157157
},
158+
{
159+
"cell_type": "markdown",
160+
"metadata": {},
161+
"source": [
162+
"It is ok to ignore a pink FutureWarning from the next cell."
163+
]
164+
},
158165
{
159166
"cell_type": "code",
160167
"execution_count": null,
@@ -165,8 +172,9 @@
165172
"calexpId = {'visit': 192350, 'detector': 175, 'band': 'i'}\n",
166173
"calexp = butler.get('calexp', calexpId)\n",
167174
"assert calexp is not None\n",
168-
"f\"Visit: {calexp.visitInfo.getExposureId()}, Band:{calexp.getFilterLabel().bandLabel}, \\\n",
169-
"Detector: {calexp.detector.getId()}\""
175+
"\n",
176+
"print(f\"Visit: {calexp.visitInfo.getExposureId()}, Band:{calexp.getFilterLabel().bandLabel}, \\\n",
177+
" Detector: {calexp.detector.getId()}\")"
170178
]
171179
},
172180
{
@@ -470,7 +478,7 @@
470478
"cell_type": "markdown",
471479
"metadata": {},
472480
"source": [
473-
"Here's another version of the image with a [tap stream](http://holoviews.org/reference/streams/bokeh/Tap.html) instead of box select. A Tap stream allows you to click or 'tap' a position to interact with a plot. Try zooming in on an interesting part of the image and then 'tap' somewhere to place an 'X' marker. "
481+
"Below is another version of the image with a [tap stream](http://holoviews.org/reference/streams/bokeh/Tap.html) instead of box select. A Tap stream allows you to click or 'tap' a position to interact with a plot. Try zooming in on an interesting part of the image and then 'tap' somewhere to place an 'X' marker. "
474482
]
475483
},
476484
{
@@ -534,7 +542,7 @@
534542
"name": "python",
535543
"nbconvert_exporter": "python",
536544
"pygments_lexer": "ipython3",
537-
"version": "3.8.8"
545+
"version": "3.8.12"
538546
}
539547
},
540548
"nbformat": 4,

08b_Interactive_Catalog_Visualization.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"<b><img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250, style=\"padding: 10px\"> \n",
88
"<p><p><p><p><p><p>\n",
99
"<b>Interactive Catalog Visualization</b> <br>\n",
10-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
10+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1111
"Contact authors: Leanne Guy <br>\n",
1212
"Target audience: All DP0 delegates. <br>\n",
1313
"Minimum Container Size: medium <br>\n",
@@ -921,7 +921,7 @@
921921
"cell_type": "markdown",
922922
"metadata": {},
923923
"source": [
924-
"In fact, this dataset is really too small to use datashder on. Let's see how to visualize the full 200 million dataset returned by the query with datashader. "
924+
"In fact, this dataset is really too small to use datashader on. Let's see how to visualize the full 200 million dataset returned by the query with datashader. "
925925
]
926926
},
927927
{
@@ -1104,7 +1104,7 @@
11041104
"name": "python",
11051105
"nbconvert_exporter": "python",
11061106
"pygments_lexer": "ipython3",
1107-
"version": "3.8.8"
1107+
"version": "3.8.12"
11081108
}
11091109
},
11101110
"nbformat": 4,

09_Single_Star_Lightcurve_with_Butler.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250 style=\"padding: 10px\"> \n",
99
"<br>\n",
1010
"<b>Single Star Lightcurve with the Butler</b> <br>\n",
11-
"Last verified to run on 2021-12-08 with LSST Science Pipelines release w_2021_49 <br>\n",
11+
"Last verified to run on 2022-04-18 with LSST Science Pipelines release w_2022_12 <br>\n",
1212
"Contact authors: Melissa Graham, Jeff Carlin <br>\n",
1313
"Target audience: All DP0 delegates. <br>\n",
1414
"Container Size: medium <br>\n",
@@ -789,7 +789,7 @@
789789
"name": "python",
790790
"nbconvert_exporter": "python",
791791
"pygments_lexer": "ipython3",
792-
"version": "3.8.8"
792+
"version": "3.8.12"
793793
}
794794
},
795795
"nbformat": 4,

0 commit comments

Comments
 (0)