parser.add_option("--output-kafka-server",metavar="addr",help="Set the server address and port number for output data. Optional, e.g., 10.14.0.112:9092")
parser.add_option("--tag",metavar="string",default="test",help="Sets the name of the tag used. Default = 'test'")
parser.add_option("--ifo",metavar="ifo",action="append",help="ifos with which to create output filenames if they don't already exist")
parser.add_option("--fast-burnin",action="store_true",default=False,help="Set whether to enable fast burn-in or not. If enabled, only 67% of bins are required to contribute to the marginalized PDF")