Skip to content

Commit

Permalink
Correct magnification
Browse files Browse the repository at this point in the history
  • Loading branch information
skulumani committed Jul 5, 2018
1 parent 44ccd5c commit 1d1d73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissertation/explore_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def plot_volume(filename, img_path="/tmp/diss_explore", show=True):
parser.add_argument("--show", help="Show the plots", action="store_true",
default=False)
parser.add_argument("-m", "--magnification", help="Magnification for images",
action="store", type=int, const=1, nargs='?', default=1)
action="store", type=int, const=4, nargs='?', default=4)

group = parser.add_mutually_exclusive_group()
group.add_argument("-r", "--reconstruct", help="Reconstruction plots for video",
Expand Down

0 comments on commit 1d1d73e

Please sign in to comment.