parser.add_option("--write-likelihood",metavar="filename",help="Write merged raw likelihood data to this file.")
parser.add_option("--write-likelihood",metavar="filename",help="Write merged raw likelihood data to this file.")
parser.add_option("--instrument",action="append",help="Append to a list of instruments to create dist stats for. List must be whatever instruments you intend to analyze.")
parser.add_option("--instrument",action="append",help="Append to a list of instruments to create dist stats for. List must be whatever instruments you intend to analyze.")
parser.add_option("-p","--background-prior",metavar="N",default=1,type="float",help="Include an exponential background prior with the maximum bin count = N, default 1")
parser.add_option("-p","--background-prior",metavar="N",default=1,type="float",help="Include an exponential background prior with the maximum bin count = N, default 1")
parser.add_option("--df",metavar="N",default=40,type="int",help="set the degrees of freedom for the background chisq prior: default 40")
parser.add_option("--svd-file",metavar="filename",help="The SVD file to read the template ids from")
parser.add_option("--svd-file",metavar="filename",help="The SVD file to read the template ids from")
parser.add_option("--mass-model-file",metavar="filename",help="The mass model file to read from (hdf5 format)")
parser.add_option("--mass-model-file",metavar="filename",help="The mass model file to read from (hdf5 format)")
options,filenames=parser.parse_args()
options,filenames=parser.parse_args()
...
@@ -137,7 +138,7 @@ process = ligolw_process.register_to_xmldoc(xmldoc, u"gstlal_inspiral_create_pri
...
@@ -137,7 +138,7 @@ process = ligolw_process.register_to_xmldoc(xmldoc, u"gstlal_inspiral_create_pri