Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions DP1/200_Data_Products/204_Calibrations/204_2_The_Monster.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
"source": [
"visitimage_refs = butler.query_datasets('visit_image',\n",
" where=\"visit.region OVERLAPS POINT(:ra, :dec) \"\n",
" f\"and BAND='{my_band}'\",\n",
" f\"and band='{my_band}'\",\n",
" bind={'ra': ra_cen, 'dec': dec_cen},\n",
" order_by=['visit', 'detector'],\n",
" with_dimension_records=True,\n",
Expand Down Expand Up @@ -749,14 +749,6 @@
"source": [
"> **Figure 2:** Astrometric residuals in RA (left) and Dec (right) across this particular field."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "78be6057-e3b7-421e-9abf-ee39bca3e8ed",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"source": [
"visitimage_refs = butler.query_datasets('visit_image',\n",
" where=\"visit.region OVERLAPS POINT(ra, dec) \"\n",
" f\"and BAND='{my_band}'\",\n",
" f\"and band='{my_band}'\",\n",
" bind={'ra': ra, 'dec': dec},\n",
" order_by=['visit', 'detector'],\n",
" with_dimension_records=True,\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
"visitimage_refs = butler.query_datasets(\n",
" 'visit_image',\n",
" where=(\"visit.region OVERLAPS POINT(ra, dec) \"\n",
" f\"and BAND='{my_band}'\"),\n",
" f\"and band='{my_band}'\"),\n",
" bind={'ra': ra_bcg, 'dec': dec_bcg},\n",
" order_by=['visit', 'detector'],\n",
" with_dimension_records=True,\n",
Expand Down Expand Up @@ -1186,14 +1186,6 @@
"source": [
"> **Figure 5:** Tangential ellipticity PSF residuals around Abell 360's center."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "9f19b040-c59c-4dfe-b068-7edf55c168ff",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down