parser.add_option("--frame-cache",metavar="filename",help="Frame cache file to load as input data.")
parser.add_option("--reference-psd",metavar="filename",help="Reference psd files as input to obtain the template and SNR. Can be given for multiple detectors, but must be in one file. If None, the PSD will be measured on the fly, but there will be some burn-in time where the data will not be analyzed until the PSD converges.")
parser.add_option("--output",metavar="filename",help="Name of output xml file.")
parser.add_option("--reference-psd",metavar="filename",help="Reference psd files as input to obtain the template and SNR. Can be given for multiple detectors, but must be in one file. If not given, the PSD will be measured on the fly, which can prevent loss of sensitivity for not using the most recent PSD. However, there will be some burn-in time where the data will not be analyzed until the PSD converges.")
parser.add_option("--output",metavar="filename",help="Name of output xml file to record candidate events.")
parser.add_option("--rankingstat-output",metavar="filename",help="Name of output xml file to record rankingstat objects.")
parser.add_option("--segments-file",metavar="filename",help="Set the name of the LIGO Light-Weight XML file with segment lists that are science mode, for the trigger generator to enable gating. See also --segments-name.")
parser.add_option("--segments-name",metavar="name",help="Set the name of the segment lists to retrieve from the segments file. See also --segments-file.")
parser.add_option("--vetoes-file",metavar="filename",help="Set the name of the LIGO Light-Weight XML file with segment lists that are vetoed, for the trigger generator to enable gating. See also --vetoes-name.")
parser.add_option("--cluster-events",metavar="cluster_events",type="float",help="Cluster events with input timescale (in seconds).")
parser.add_option("--user-tag",metavar="user_tag",type="string",help="User tag set in the search summary and process tables")
parser.add_option("--deltat",metavar="deltat",type="float",default=0.008,help="Maximum time difference in seconds for coincidence, excluding the light-travel time between the detectors. Default: 0.008")
parser.add_option("--delta-t",metavar="delta_t",type="float",default=0.008,help="Maximum time difference in seconds for coincidence, excluding the light-travel time between the detectors. Default: 0.008")