Skip to content

Commit

Permalink
Merge pull request #144 from annierose3/transfer_uvis_pam_corrections
Browse files Browse the repository at this point in the history
PEP8 corrections
  • Loading branch information
annierose3 authored Nov 22, 2023
2 parents 0052dde + c41aef0 commit 8b3a179
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"- *astroquery* for downloading data from MAST\n",
"- *matplotlib.pyplot* for plotting data\n",
"- *ginga* for finding min/max outlier pixels\n",
"- *shutil* for copying files from one directory to another\n",
"- *urlib* for downloading files from a webpage"
]
},
Expand All @@ -101,7 +100,6 @@
"outputs": [],
"source": [
"%matplotlib inline\n",
"import shutil\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import urllib.request\n",
Expand Down Expand Up @@ -400,8 +398,6 @@
"metadata": {},
"outputs": [],
"source": [
"from urllib.request import urlretrieve\n",
"\n",
"filenames = [\"UVIS1wfc3_map.fits\", \"UVIS2wfc3_map.fits\"]\n",
"\n",
"try:\n",
Expand Down

0 comments on commit 8b3a179

Please sign in to comment.