Skip to content
Snippets Groups Projects
Commit a6545a06 authored by Leo Tsukada's avatar Leo Tsukada
Browse files

gstlal-inspiral/bin/gstlal_inspiral_create_prior_diststats : set upper limit...

gstlal-inspiral/bin/gstlal_inspiral_create_prior_diststats : set upper limit for the mismatch range to be 30% by default
parent d34e5866
No related branches found
No related tags found
1 merge request!413Master new signalmodel review
Pipeline #517509 canceled
......@@ -86,7 +86,7 @@ def parse_command_line():
parser.add_option("--idq-file", metavar = "filename", help = "idq glitch file (hdf5 format)")
parser.add_option("--psd-xml", type = "string", help = "Specify a PSD to use for computing template bandwidth. Required if df is bandwidth")
parser.add_option("--mismatch-min", metavar = "float", default = 0.001, type = "float", help = "Set minimum mismatch factor for chisq signal model. (default = 0.001)")
parser.add_option("--mismatch-max", metavar = "float", default = 0.1, type = "float", help = "Set maximum mismatch factor for chisq signal model. (default = 0.1)")
parser.add_option("--mismatch-max", metavar = "float", default = 0.3, type = "float", help = "Set maximum mismatch factor for chisq signal model. (default = 0.3)")
options, filenames = parser.parse_args()
process_params = dict(options.__dict__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment