... | ... | @@ -190,7 +190,7 @@ In `frequency_domain_strain`, `lal_binary_black_hole` is replaced with `binary_b |
|
|
|
|
|
The majority of this time is spent initialising and calling SciPy's `interp1d`. Cubic splines are used for calibration, has a cost comparable to computing the waveform itself. Disabling calibration speeds up the run time by a factor of 2-3x.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
Disabling calibration eliminates two out of three calls to `interp1d`. The remaining call is
|
|
|
```
|
... | ... | |