Skip to content

Draft: Use accelerated cubic spline interpolation for SNR

Leo Pound Singer requested to merge leo-singer/ligo.skymap:snr-interp into main

At some points in the past, the interpolation of the SNR time series has been one of the code's hotspots because it is performed for every single time sample. The idea here is to take the cubic interpolation acceleration scheme that we use for the distance integral and reuse it for the SNR time series.

Edited by Leo Pound Singer

Merge request reports