-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
If you look at line 306-309 of fast_dp.py:
self._refined_beam = (
beam_pixels[1] * float(self._xds_inp["QY"]),
beam_pixels[0] * float(self._xds_inp["QX"]),
)
It appears to me that the refined beam is being ordered with Y first and X second. I think this is propagating into the fast_dp.xml file where refinedXBeam and refinedYBeam are swapped with respect to the starting values. SynchWeb (master branch) has been written to accept these swapped beam centres, but the changes that were made to Synchweb in order to display things properly for fast_dp means that, at least for me, the other pipeline results (autoPROC, xia2-3d, xia2-dials) indicate a badly misaligned beam_xy in my image headers... which I know they are not.
Metadata
Metadata
Assignees
Labels
No labels