Skip to content

Commit

Permalink
Reset to remove the uncleared notebook. Should be okay now
Browse files Browse the repository at this point in the history
  • Loading branch information
catherine-martlin committed Mar 26, 2019
1 parent 2b885f5 commit ff61a96
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
" productSubGroupDescription='FLC')\n",
"\n",
"# Move to working directory (not necessary, but outputs will all be in the same place if this is done)\n",
"input_flcs = glob.glob(os.path.join('mastDownload', 'HST', '*', '*flc.fits'))\n",
"input_flcs = sorted(glob.glob(os.path.join('mastDownload', 'HST', '*', '*flc.fits')))\n",
"for flc in input_flcs:\n",
" shutil.copy(flc, os.path.basename(flc))\n",
"shutil.rmtree('mastDownload') #remove mast download dir now that we've moved the files"
Expand Down Expand Up @@ -130,8 +130,7 @@
"#Remove the second file in the W4 association to simplify this notebook example and define the input file list.\n",
"\n",
"os.remove('j9irw4b3q_flc.fits')\n",
"input_flcs = glob.glob('*flc.fits')\n",
"print(input_flcs)"
"input_flcs = ['j9irw3fwq_flc.fits', 'j9irw5kaq_flc.fits', 'j9irw4b1q_flc.fits']"
]
},
{
Expand Down Expand Up @@ -687,7 +686,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.5.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ff61a96

Please sign in to comment.