group.add_option("--row-number",type="int",help="The row number of the template (optional). All the SNRs will be outputed if it is not given.")
group.add_option("--table",metavar="filename",help="A LIGO light-weight xml.gz file containing SnglInspiral Table. Expecting one template for each instrument only.")
group.add_option("--approximant",metavar="name",type="str",help="Name of the Waveform model (require).")
group.add_option("--template-duration",metavar="seconds",type="float",help="Duration of the template")
group.add_option("--sample-rate",metavar="Hz",default=2048,type="int",help="Sampling rate of the template and SNR for mode 1")
group.add_option("--f-low",metavar="Hz",default=10,type="float",help="The minimum frequency of GW signal")
group.add_option("--f-high",metavar="Hz",type="float",help="The maximum frequency of GW signal")
raiseValueError("Check your inputted --start / --end or your frame file. You should have a long enough data such that, the --start/--end is larger/less than the start/end of your data at least 650s. ")