parser.add_option("--frame-segments-file",metavar="filename",help="Set the name of the LIGO light-weight XML file from which to load frame segments. Optional iff --data-source=frames")
parser.add_option("--frame-segments-name",metavar="name",help="Set the name of the segments to extract from the segment tables. Required iff --frame-segments-file is given")
# FIXME: uhhhhh... yeah
parser.add_option("--injections",action="append",help="append injection files to analyze. Must prepend filename with X:Y:, where X and Y are floats, e.g. 1.2:3.1:filename, so that the injections are only searched for in regions of the template bank with X <= chirp mass < Y.")
parser.add_option("--analysis-path",metavar="path",help="Set the path to the analysis you want to rerank.")