Skip to content

Commit

Permalink
corrected file opening error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevalski committed Dec 9, 2024
1 parent abaa0be commit bcd7ae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,9 @@
"metadata": {},
"outputs": [],
"source": [
"c0m_drw_sci = fits.getdata('wfpc2_c0m_drw_sci.fits')\n",
"flt_drw_sci = fits.getdata('wfpc2_flt_drw_sci.fits')\n",
"\n",
"im1 = c0m_drw_sci[700:1600, 700:1600]\n",
"im2 = flt_drw_sci[700:1600, 700:1600]\n",
"\n",
Expand Down

0 comments on commit bcd7ae0

Please sign in to comment.