Skip to content
Closed
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
12 changes: 10 additions & 2 deletions DP0.2/03c_Big_deepCoadd_Cutout.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
"metadata": {},
"outputs": [],
"source": [
"newimage = getTemplateTask.run(coaddExposureHandles=results.coaddExposures, \n",
"newimage = getTemplateTask.run(coaddExposures=results.coaddExposures, \n",
" bbox=newimage_bbox,\n",
" wcs=newWCS, dataIds=results.dataIds,\n",
" physical_filter='r_sim_1.4')"
Expand Down Expand Up @@ -1339,6 +1339,14 @@
"source": [
"> Figure 6: A heatmap showing the difference in PSF size between the anchor image and the new image, only for the area of the new image to which the anchor image contributed. The colorbar ranges from 0.12% (purple) to 0.26% (red). The difference in PSF size varies smoothly in the left half, where the new image is composed just from the anchor image. However, the difference in PSF size varies randomly in the right half, where the new image is composed of pixel data from both the anchor image and an adjacent image."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "36edfad4-c3c8-4b1d-994f-4f1b0c7a9204",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -1357,7 +1365,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.10"
"version": "3.12.11"
}
},
"nbformat": 4,
Expand Down