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

Commit 32c4377

Browse files
Merge branch 'prod' into main
2 parents 784c600 + 8858060 commit 32c4377

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

08a_Interactive_Image_Visualization.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@
172172
"calexpId = {'visit': 192350, 'detector': 175, 'band': 'i'}\n",
173173
"calexp = butler.get('calexp', calexpId)\n",
174174
"assert calexp is not None\n",
175-
"\n",
176-
"print(f\"Visit: {calexp.visitInfo.getExposureId()}, Band:{calexp.getFilterLabel().bandLabel}, \\\n",
177-
" Detector: {calexp.detector.getId()}\")"
175+
"f\"Visit: {calexp.visitInfo.getExposureId()}, Band:{calexp.getFilterLabel().bandLabel}, \\\n",
176+
"Detector: {calexp.detector.getId()}\""
178177
]
179178
},
180179
{

0 commit comments

Comments
 (0)