Skip to content

Commit

Permalink
found and fixed what was causing file not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
kglidic committed May 11, 2024
1 parent bdd42e7 commit ade9f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/NIRSPEC/IFU/ero_nirspec_ifu_02729_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@
"\n",
"if runflag:\n",
"\n",
" for uncal_file in [sorted(glob.glob(mast_products_dir+'*02103*nrs?_uncal.fits'))[1]]:\n",
" for uncal_file in sorted(glob.glob(mast_products_dir+'*02103*nrs?_uncal.fits')):\n",
"\n",
" print(\"Applying Stage 1 Corrections & Calibrations to: \"\n",
" + os.path.basename(uncal_file))\n",
Expand Down

0 comments on commit ade9f6d

Please sign in to comment.