-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
# Get the pericenters |
Does this code first compute pericenters when getting gwecc_object
and then recompute them again? That's very bad!
Similarly, why repeat the code about retaining good extrema, and building the interpolant?
If that's not what is happening: It's still bad to repeat this whole section of code. How about making a function in the main code and just calling that in both places. This is important because, let's say you decide to change the 1,5
factor in one place and forget to change it in the other one..
Finally, independent: What does this code do if you give it a waveform that is too short for flow=20Hz, but ask it to truncate it at flow=20Hz? It should raise a helpful error message.
Metadata
Metadata
Assignees
Labels
No labels