Allow time domain approximants
Compare changes
- Colm Talbot authored
+ 55
− 0
@@ -38,6 +41,13 @@ class TestLalBBH(unittest.TestCase):
@@ -132,5 +142,50 @@ class TestEccentricLalBBH(unittest.TestCase):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
Closes #308 (closed)
This changes the lalsimulation
function being called and enforces frequency bounds on the waveforms returned.
I noticed there's a lot of duplicate code in the source functions. I'll make a separate issue to rationalise this.
@michael.puerrer can you check this?
UPDATE: I got carried away and made all the lal source functions call a single base function. This is likely a more maintainable solution.