parser.add_option("--overlap",metavar="num",type="int",action="append",help="set the factor that describes the overlap of the sub banks, must be even!")
parser.add_option("--autocorrelation-length",type="int",default=201,help="The minimum number of samples to use for auto-chisquared, default 201 should be odd")