Skip to content

Commit e40f97f

Browse files
committed
Switch BAND for band to avoid mobu failures
1 parent ed283aa commit e40f97f

3 files changed

Lines changed: 3 additions & 19 deletions

File tree

DP1/200_Data_Products/204_Calibrations/204_2_The_Monster.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"source": [
312312
"visitimage_refs = butler.query_datasets('visit_image',\n",
313313
" where=\"visit.region OVERLAPS POINT(:ra, :dec) \"\n",
314-
" f\"and BAND='{my_band}'\",\n",
314+
" f\"and band='{my_band}'\",\n",
315315
" bind={'ra': ra_cen, 'dec': dec_cen},\n",
316316
" order_by=['visit', 'detector'],\n",
317317
" with_dimension_records=True,\n",
@@ -749,14 +749,6 @@
749749
"source": [
750750
"> **Figure 2:** Astrometric residuals in RA (left) and Dec (right) across this particular field."
751751
]
752-
},
753-
{
754-
"cell_type": "code",
755-
"execution_count": null,
756-
"id": "78be6057-e3b7-421e-9abf-ee39bca3e8ed",
757-
"metadata": {},
758-
"outputs": [],
759-
"source": []
760752
}
761753
],
762754
"metadata": {

DP1/200_Data_Products/205_Point_Spread_Function_PSF/205_1_PSF_visit_images.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
"source": [
278278
"visitimage_refs = butler.query_datasets('visit_image',\n",
279279
" where=\"visit.region OVERLAPS POINT(ra, dec) \"\n",
280-
" f\"and BAND='{my_band}'\",\n",
280+
" f\"and band='{my_band}'\",\n",
281281
" bind={'ra': ra, 'dec': dec},\n",
282282
" order_by=['visit', 'detector'],\n",
283283
" with_dimension_records=True,\n",

DP1/300_Science_Demos/304_Cosmology/304_1_PSF_for_cosmology.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"visitimage_refs = butler.query_datasets(\n",
334334
" 'visit_image',\n",
335335
" where=(\"visit.region OVERLAPS POINT(ra, dec) \"\n",
336-
" f\"and BAND='{my_band}'\"),\n",
336+
" f\"and band='{my_band}'\"),\n",
337337
" bind={'ra': ra_bcg, 'dec': dec_bcg},\n",
338338
" order_by=['visit', 'detector'],\n",
339339
" with_dimension_records=True,\n",
@@ -1186,14 +1186,6 @@
11861186
"source": [
11871187
"> **Figure 5:** Tangential ellipticity PSF residuals around Abell 360's center."
11881188
]
1189-
},
1190-
{
1191-
"cell_type": "code",
1192-
"execution_count": null,
1193-
"id": "9f19b040-c59c-4dfe-b068-7edf55c168ff",
1194-
"metadata": {},
1195-
"outputs": [],
1196-
"source": []
11971189
}
11981190
],
11991191
"metadata": {

0 commit comments

Comments
 (0)