|
7 | 7 | "<b><img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250, style=\"padding: 10px\"> \n", |
8 | 8 | "<p><p><p><p><p><p>\n", |
9 | 9 | "<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", |
11 | 11 | "Contact authors: Leanne Guy <br>\n", |
12 | 12 | "Target audience: All DP0 delegates. <br>\n", |
13 | 13 | "Minimum Container Size: medium <br>\n", |
|
155 | 155 | "butler = Butler(repo, collections=collection)" |
156 | 156 | ] |
157 | 157 | }, |
| 158 | + { |
| 159 | + "cell_type": "markdown", |
| 160 | + "metadata": {}, |
| 161 | + "source": [ |
| 162 | + "It is ok to ignore a pink FutureWarning from the next cell." |
| 163 | + ] |
| 164 | + }, |
158 | 165 | { |
159 | 166 | "cell_type": "code", |
160 | 167 | "execution_count": null, |
|
165 | 172 | "calexpId = {'visit': 192350, 'detector': 175, 'band': 'i'}\n", |
166 | 173 | "calexp = butler.get('calexp', calexpId)\n", |
167 | 174 | "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()}\")" |
170 | 178 | ] |
171 | 179 | }, |
172 | 180 | { |
|
470 | 478 | "cell_type": "markdown", |
471 | 479 | "metadata": {}, |
472 | 480 | "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. " |
474 | 482 | ] |
475 | 483 | }, |
476 | 484 | { |
|
534 | 542 | "name": "python", |
535 | 543 | "nbconvert_exporter": "python", |
536 | 544 | "pygments_lexer": "ipython3", |
537 | | - "version": "3.8.8" |
| 545 | + "version": "3.8.12" |
538 | 546 | } |
539 | 547 | }, |
540 | 548 | "nbformat": 4, |
|
0 commit comments