group.add_option("--outdir",metavar="directory",type="str",help="Output directory for SNR(s) (requires).")
group.add_option("--mode",metavar="method",type="int",default=0,help="The method (0 = LLOID / 1 = FIR) that is used to calculate SNR (default = 0).")
group.add_option("--complex",action="store_true",help="Choose whether to output the complex snr or not.")
group.add_option("--drop-first",metavar="seconds",type="int",default=0,help="Dropping the initital '--drop-first' seconds of SNR data (default = 0).")
group.add_option("--drop-last",metavar="seconds",type="int",default=0,help="Dropping the last '--drop-last' seconds of SNR data (default = 0).")
group.add_option("--start",metavar="seconds",type="int",help="Start SNR time series at GPS time '--start'.")
group.add_option("--end",metavar="seconds",type="int",help="End SNR time series at GPS time '--end'.")
group.add_option("--output-width",metavar="bits",type="int",default=32,help="The size of the output data, can only be 32 or 64 bits (default = 32 bits).")
group.add_option("--instrument",metavar="name",help="The detector from which the --reference-psd and --frame-cache are loaded (require).")