Skip to content
Snippets Groups Projects
Commit a24a952c authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'update_psd' into 'master'

Update the default design sensitivity PSD

Closes #451

See merge request !757
parents 8f2507a7 ff242c56
No related branches found
No related tags found
1 merge request!757Update the default design sensitivity PSD
Pipeline #121627 passed
# Advanced LIGO Hanford at design sensitvity.
# LIGO-T980044-10
# https://dcc.ligo.org/LIGO-P1200087-v42/public
# https://dcc.ligo.org/LIGO-T2000012/public
name = 'H1'
power_spectral_density = PowerSpectralDensity(psd_file='aLIGO_ZERO_DET_high_P_psd.txt')
power_spectral_density = PowerSpectralDensity(asd_file='aLIGO_O4_high_asd.txt')
minimum_frequency = 20
maximum_frequency = 2048
length = 4
......
# Advanced LIGO Livingston at design sensitvity.
# LIGO-T980044-10
# https://dcc.ligo.org/LIGO-P1200087-v42/public
# https://dcc.ligo.org/LIGO-T2000012/public
name = 'L1'
power_spectral_density = PowerSpectralDensity(psd_file='aLIGO_ZERO_DET_high_P_psd.txt')
power_spectral_density = PowerSpectralDensity(asd_file='aLIGO_O4_high_asd.txt')
minimum_frequency = 20
maximum_frequency = 2048
length = 4
......
......@@ -5,7 +5,7 @@ WARNING: Some of these may not (yet) be correct.
If you alter or add any curves to this directory please edit this file appropriately.
### AdLIGO
https://dcc.ligo.org/LIGO-P1200087-v42/public
https://dcc.ligo.org/LIGO-T2000012/public
### AdVirgo
https://dcc.ligo.org/LIGO-P1200087-v42/public
......
This diff is collapsed.
......@@ -45,7 +45,7 @@ class TestBasicGWTransient(unittest.TestCase):
"""Test log likelihood matches precomputed value"""
self.likelihood.log_likelihood()
self.assertAlmostEqual(self.likelihood.log_likelihood(),
-4055.265194950631, 3)
-4054.047229508672, 3)
def test_log_likelihood_ratio(self):
"""Test log likelihood ratio returns the correct value"""
......@@ -114,7 +114,7 @@ class TestGWTransient(unittest.TestCase):
"""Test log likelihood matches precomputed value"""
self.likelihood.log_likelihood()
self.assertAlmostEqual(self.likelihood.log_likelihood(),
-4055.265194950631, 3)
-4054.047229508673, 3)
def test_log_likelihood_ratio(self):
"""Test log likelihood ratio returns the correct value"""
......
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