Skip to content

Fix fft vs fftpack format issue in FourierAngle cor algo

Jerome Lesaint requested to merge issue538 into master

Initially, revamping of COR algos and COR options handling broke the FourierCor algo. This was due to the shift from scipy.fftpack.rfft to scipy.fft.rfft. Dirty fix to emulate fftpack.rfft format and make the algo work.

Merge request reports