parser.add_argument('-psf','--pixelSizeFactor',nargs='?',type=float,default=1,help='Correction factor for pixel size, set to 0.5 for super resolution with binned mdoc.')
# parser.add_argument('-c', '--cutoff', nargs='?', type=float, default='1', help='The threshold of how many standard deviations above or below the a line must deviate before it is corrected')
# parser.add_argument('-g', '--graph', action='store_true', help='Store a graph of the corrected and uncorrected line intensities for debug purposes.')
...
...
@@ -104,8 +105,12 @@ if not subframesDir:
print("No subframes found in current directory tree, terminating!")