Skip to content

Commit

Permalink
Merge pull request #12 from henry-ngo/master
Browse files Browse the repository at this point in the history
Updated tutorial to reflect change from November 2016 in master()

This resolves issue #11
  • Loading branch information
henry-ngo authored Jan 20, 2017
2 parents 5aae2ff + aeea97a commit dfb0efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NIRC2_Preprocessing_ streamlined.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"filelist_sky = listing(path_sky, selection=False, ext='fits')\n",
"\n",
"# Let's go\n",
"mflat = masterFlat(filelist_flat, save=save, path_output=path_output, verbose=True, filtering=5)\n",
"mflat, bad_pixel_map = masterFlat(filelist_flat, save=save, bpm=True, path_output=path_output, verbose=True, filtering=5)\n",
"sci_preprocessed = applyFlat(filelist_sci, mflat, save=save, path_output=path_output, verbose=True)\n",
"sky_preprocessed = applyFlat(filelist_sky, mflat, save=save, path_output=path_output, verbose=True)"
]
Expand Down

0 comments on commit dfb0efa

Please sign in to comment.