| CC | [Cross Correlation ||] |
| CC N | [Cross Correlation - Normalized ||] |
| CN | [Convolution ||] |
| CN N | [Convolution - Normalized ||] |
| AC | [Auto Correlation ||] |
| AC N | [Auto Correlation - Normalized ||] |
| CC C | [Cross Correlation Coefficient] |
| FT | [Fourier Transform ||] |
.REFERENCE FILE: REF001
[Enter the name of the second image/volume, which is used
as the reference.]
.OUTPUT FILE: CCF001
[Enter name for file which will contain phase cross-correlation
coefficients. It can be the same as the input file. In this case
INPUT FILE will be replaced by the cross correlation.]
NOTES
CTEMP = X(I,J) * CONJG(Y(I,J)) * CMPLX(COS(ARG),SIN(ARG))
O(I,J) = CTEMP / (SQRT(REAL(CTEMP)**2 + AIMAG(CTEMP)**2))