parser.add_argument('-d','--inDir',nargs='?',default='.',help='If specified, automatically process entire directory of mrc files.')
parser.add_argument('-mi','--maxImages',nargs='?',type=float,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('-g', '--graph', action='store_true', help='Store a graph of the corrected and uncorrected line intensities for debug purposes.')