parser.add_option("--inj-dq-channel-name",metavar="name",default=[],action="append",help="Set the name of the injection DQ channel to process (required if --inj-channel-name set).")
parser.add_option("--inj-framexmit-addr",metavar="name",default=[],action="append",help="Set the framexmit address to process for the injection stream (required if --inj-channel-name set). IFO=ADDR:port can be given multiple times.")
parser.add_option("--inj-framexmit-iface",metavar="name",action="append",help="Set the interface address to process for injections (required if --inj-channel-name set).")
parser.add_option("--inj-shared-memory-partition",metavar="name",action="append",help="Set the name of the shared memory partition for a given instrument. Can be given multiple times as --inj-shared-memory-partition=IFO=PARTITION-NAME")
parser.add_option("--inj-shared-memory-assumed-duration",type="int",default=4,help="Set the assumed span of files in seconds. Default = 4.")
parser.add_option("--inj-shared-memory-block-size",type="int",default=4096,help="Set the byte size to read per buffer. Default = 4096.")
parser.add_option("--ht-gate-threshold",metavar="float",help="Set the h(t) gate threshold to reject glitches",type="float")
parser.add_option("--ht-gate-threshold-linear",metavar="mchirp_min:ht_gate_threshold_min-mchirp_max:ht_gate_threshold_max",type="string",help="Set the threshold on whitened h(t) to mark samples as gaps (glitch removal) with a linear scale of mchirp")
parser.add_option("--max-jobs",metavar="num",type="int",help="stop parsing the cache after reaching a certain number of jobs to limit what is submitted to the HTCondor pool")