Fix fft vs fftpack format issue in FourierAngle cor algo
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.