diff options
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/compare_hkl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/compare_hkl.1 b/doc/man/compare_hkl.1 index 71c3d544..bddbc66c 100644 --- a/doc/man/compare_hkl.1 +++ b/doc/man/compare_hkl.1 @@ -53,9 +53,9 @@ sqrt(sum[(I1-kI2)^2] / sum(I1^2)) The Pearson correlation coefficient. .IP \fBCC*\fR .PD -The value "CC*", see Karplus and Diederichs, Science 336 (2012) p1030. +See Karplus and Diederichs, Science 336 (2012) p1030. .PP -I1 and I2 are the intensities of the same reflection in both reflection lists. The scale factor, k, is given by sum(i1*i2) / sum(i2^2), unless you use \fB-u\fR. +I1 and I2 are the intensities of the same reflection in both reflection lists. The scale factor, k, is given by sum(I1*i2) / sum(I2^2), unless you use \fB-u\fR. .RE .PD 0 |