Skip to content

Commit

Permalink
Fix style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Jan 11, 2024
1 parent c64bda5 commit 8e83272
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,7 @@
" final_time -= dt[index]\n",
"\n",
" print(f'The final exposure time after reprocessing is {final_time}.')\n",
" image_new[0].header['EXPTIME'] = final_time\n",
" image_new.flush()\n"
" image_new[0].header['EXPTIME'] = final_time"
]
},
{
Expand Down Expand Up @@ -609,9 +608,6 @@
"outputs": [],
"source": [
"with fits.open(\"f140w_drz_sci.fits\") as DRZ_image, fits.open('mastDownload/HST/icqtbb020/icqtbb020_drz.fits') as Orig_DRZ:\n",
" \n",
"#with fits.open(\"f105w_drz_sci.fits\") as DRZ_image, fits.open('mastDownload/HST/icxt27020/icxt27020_drz.fits') as Orig_DRZ:\n",
"\n",
"\n",
" fig = plt.figure(figsize=(20, 10))\n",
" rows = 1\n",
Expand Down

0 comments on commit 8e83272

Please sign in to comment.