AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

BUG: Remove copypasta setting of wrong momentum for position updates #239

Closed carterbox closed 1 year ago

carterbox commented 1 year ago

Purpose

Fix a big copypasta error that caused momentum updates for position correction to be incorrect. Because of this bug, both the y components of the position updates used the x momentum instead of its own.

Approach

Use the correct setter syntax on the PositionOptions class.

Pre-Merge Checklists

Submitter

Reviewer