group.add_option("--psd-fft-length",metavar="seconds",default=32,type="int",help="The length of the FFT used to used to whiten the data (default is 32 s).")
group.add_option("--local-frame-caching",action="store_true",help="Pre-reads frame data and stores to local filespace.")
group.add_option("--disable-web-service",action="store_true",help="If set, disables web service that allows monitoring of PSDS of aux channels.")