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

inspiral_lr.py: use the actual SNR threshold for snr_min

parent e8bcecbe
No related branches found
No related tags found
No related merge requests found
Pipeline #69456 passed
......@@ -91,7 +91,7 @@ TYPICAL_HORIZON_DISTANCE = 150.
class LnLRDensity(snglcoinc.LnLRDensity):
# range of SNRs covered by this object
snr_min = 3.5
snr_min = 4.0
# SNR, \chi^2 binning definition
snr_chi_binning = rate.NDBins((rate.ATanLogarithmicBins(2.6, 26., 300), rate.ATanLogarithmicBins(.001, 0.2, 280)))
......
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