Skip to content
Snippets Groups Projects
Commit 4172f4bf authored by James Clark's avatar James Clark
Browse files

threshold option identification

parent d4bc0b26
No related branches found
No related tags found
No related merge requests found
......@@ -1144,7 +1144,7 @@ class bayeswave_fpeakJob(bayeswave_postJob):
self.add_opt('fpeakmax', str(fpeak_max))
# threshold on peak detection
if cp.has_option('bayeswave_fpeak_options', 'suppress-inspiral'):
if cp.has_option('bayeswave_fpeak_options', 'threshold'):
self.add_opt('threshold', cp.get('bayeswave_fpeak_options',
'threshold'))
......
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