Skip to content

Calibration fix

A few changes were needed to match the LALInference calibration prior samples. The first was to change to interpolating in log-frequency space instead of frequency space. The second change was to use a different interpolation function, UnivariateSpline -> InterpolatedUnivariateSpline.

Merge request reports