parser.add_argument('-mi','--maxImages',nargs='?',type=int,default=30,help='If more images than specified are in a file, make amontage with a subset of the frames present instead of separate files. Detault is 30 images, minimum 6.')
parser.add_argument('-sd','--subDirs',action='store_true',help='Include subdirectories when in directory mode.')
parser.add_argument('-et','--excludeTomograms',action='store_true',help='Do not process tomograms (.rec) files.')
parser.add_argument('-r','--resolution',nargs='?',type=int,default=400,help='Default resoltion for still frames. Montages are saved at 60% of this per individual frame.')
parser.add_argument('-r','--resolution',nargs='?',type=int,default=400,help='Default resoltion for still frames. Montages are saved at 60%% of this per individual frame.')
# parser.add_argument('-g', '--graph', action='store_true', help='Store a graph of the corrected and uncorrected line intensities for debug purposes.')