mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
211 stars 124 forks source link

Fix l2q instrument setup usage #9360

Closed OwenArnold closed 9 years ago

OwenArnold commented 10 years ago

l2q.py is hard-coded with an instrument reference frame for the MoveComponent correction calculations.

For instruments that do not share the same reference frame, the calculation will yield completely different and incorrect results.

Use the ReferenceFrame type associated with the instrument to correctly apply the corrections without having to know the specifics of the instrument setup.

OwenArnold commented 9 years ago

This issue was originally trac ticket 8516