I\'m computing an autocorrelation using scipy.signal.correlate2d
c2=sig.correlate2d(x-x.mean(), x-x.mean())
where x is a 256x256 array of float64, but