rcrosscorrelate

jwst.ami.utils.rcrosscorrelate(a=None, b=None)[source]

Calculate cross correlation of two identically-shaped real arrays.

Parameters:
a2D float array

First input array

b2D float array

Second input array

Returns:
c.real.copy()

Real part of array that is the correlation of the two input arrays.