Skip to content

Commit d2bf848

Browse files
Merge pull request #124 from lsst/u/mlg/2026-02-18/fix-em-to-band
u/mlg/2026-02-18/fix-em-to-band: fix the function that converts filter min/max to band name
2 parents 99c1a17 + 1d57b8b commit d2bf848

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Commissioning/102_rubin_schedule_viewer.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"For the Rubin Science Platform at data.lsst.cloud.\\\n",
2222
"Container Size: Large\\\n",
2323
"LSST Science Pipelines version: v29.2.0\\\n",
24-
"Last verified to run: 2025-01-28\\\n",
24+
"Last verified to run: 2026-02-18\\\n",
2525
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks)\\\n",
2626
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20)"
2727
]
@@ -197,7 +197,7 @@
197197
" \"\"\"\n",
198198
"\n",
199199
" band = None\n",
200-
" band_dict = {'u': (2.95e-7, 4.00e-7), 'g': (4.00e-7, 5.55e-7),\n",
200+
" band_dict = {'u': (2.95e-7, 4.05e-7), 'g': (4.00e-7, 5.55e-7),\n",
201201
" 'r': (5.50e-7, 6.92e-7), 'i': (6.90e-7, 8.20e-7),\n",
202202
" 'z': (8.15e-7, 9.25e-7), 'y': (9.20e-7, 11.1e-7)}\n",
203203
" for b in band_dict.keys():\n",

0 commit comments

Comments
 (0)