parser.add_option("","--output-xml-file",default="snr_optimizer_coinc.xml",help="set the output xml file name. default snr_opt_coinc.xml. Only applies to offline")
parser.add_option("","--nearest-templates",default=1000,help="set the number of nearest templates to consider. default = 1000")
parser.add_option("","--nearest-templates",type="int",default=1000,help="set the number of nearest templates to consider. default = 1000")