Age | Commit message (Collapse) | Author |
|
|
|
Fixed issue with incorrect calculation of the "displacement error" for
some panels. Also fixed wrong "displacement error" in case of very small
amount of patterns.
|
|
Fixes occasional silly values for one panel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will need a separate way to create the official releases
(which shouldn't have Git revisions attached)
|
|
|
|
|
|
|
|
Peak locations in CrystFEL are considered to be distances (in pixel
units) from the corner of the detector panel. Therefore, simple
truncation is needed here, not rounding.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're x/y offsets, not fs/ss
|
|
|
|
They're x/y coordinates, not fs/ss. Fixed the labelling as well.
|
|
|
|
Because the status message is only printed after possibly skipping over
a non-indexed pattern, if n_chunks is used it might skip entire
messages. Better to use n_images, which is always incremented just before
possibly printing the message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is found
|