Skip to content
Snippets Groups Projects
Commit d2e19442 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral_treebank: fix default values for chirp mass

parent 2b18bd68
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,9 @@ def parse_command_line():
parser.add_argument("--max-mass2", action="store", type=float,\
default=10.0, help="Maximum mass2 to generate bank.")
parser.add_argument("--min-mc", action="store", type=float,\
default=3.0, help="Minimum chirp mass to generate bank. Must have --mcm2.")
help="Minimum chirp mass to generate bank. Must have --mcm2.")
parser.add_argument("--max-mc", action="store", type=float,\
default=10.0, help="Maximum chirp mass to generate bank. Must have --mcm2.")
help="Maximum chirp mass to generate bank. Must have --mcm2.")
# aligned spin limits
parser.add_argument("--min-spin1z", action="store", type=float,\
......
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