Skip to content
Snippets Groups Projects
Commit f9a0765f authored by Qi Chu's avatar Qi Chu
Browse files

inspiral.py: iirbank snr threshold set from 5.5 to 4.0

parent e52baf8d
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ def parse_bank_files(svd_banks, verbose, snr_threshold = None):
raise ValueError("Could not parse bank files into valid bank dictionary.\n\t- Perhaps you are using out-of-date svd bank files? Please ensure that they were generated with the same code version as the parsing code")
return banks
def parse_iirbank_files(iir_banks, verbose, snr_threshold = 5.5):
def parse_iirbank_files(iir_banks, verbose, snr_threshold = 4.0):
"""
given a dictionary of lists of iir template bank file names parse them
into a dictionary of bank classes
......
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