Skip to content

Commit

Permalink
Merge pull request spacetelescope#184 from spacetelescope/fix_driz_wfpc2
Browse files Browse the repository at this point in the history
attempt to get updates to drizzle_wfpc2.ipynb to post to html
  • Loading branch information
dulude authored Jan 30, 2024
2 parents 3b77d00 + c5d827b commit b762e61
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"drw_data = fits.getdata('final_drw_sci.fits')\n",
Expand Down Expand Up @@ -321,9 +319,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"with fits.open(backup_image, mode='update') as h:\n",
Expand Down Expand Up @@ -382,7 +378,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We need to make a simulated DQ array. We used the first science image in the downloaded dataset for the simulation, so we will use its DQ image."
"We need to make a simulated DQ array. We used the first science image in the downloaded dataset for the simulation, so we will use its DQ image. "
]
},
{
Expand Down Expand Up @@ -574,5 +570,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit b762e61

Please sign in to comment.