Age | Commit message (Collapse) | Author |
|
... and replace hdfile_get_value() with it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduced by aa1676f35317df92840b27ba78f13c13308bc7d4
|
|
This allows compatibility with older versions of GSL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These values were inconsistently set by different parts of the code,
e.g. different peak search methods. num_saturated_peaks was even set
during final integration. Now, the peak count is taken from the
ImageFeatureList, so it's authoritative.
|
|
It's only used by two test programs
|
|
|
|
compare_hkl does all of these, much better than these functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
csl set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original centering must be able to provide a lattice point for 1,1,1
in the new centering. The new centering's 1,1,1 point must also map to
a lattice point in the original centering.
Note that it's no use checking 0,0,0, because it'll just be a load of
zeroes.
|
|
warnings
|
|
Not used anywhere
|