Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
srosagomez committed Jul 26, 2024
1 parent 007d80b commit 0ef9ff4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
"import shutil\n",
"from pathlib import Path\n",
"\n",
"import glob\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"\n",
Expand Down Expand Up @@ -2038,8 +2036,6 @@
" with fits.open(ref_file) as ref_hdul:\n",
" ref_flux = ref_hdul[1].data[\"FLUX\"].ravel()\n",
"\n",
" \n",
"\n",
" # If current file's mean flux > ref file, replace ref file\n",
" if ((np.mean(curr_flux) > np.mean(ref_flux)) & (aperture == \"52X2\")):\n",
" ref_file = file\n",
Expand Down

0 comments on commit 0ef9ff4

Please sign in to comment.