Skip to content

Commit

Permalink
Fix angle method
Browse files Browse the repository at this point in the history
  • Loading branch information
zjmorgan committed Jul 6, 2021
1 parent f89eaa1 commit b8d8cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/goniometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ def make_q_rot_matrix(self, angles):
# of angles of this goniometer.
"""
#For other instruments, this method may be different.
(phi, kappa, omega) = self.get_phi_kappa_omega(angles)
(phi, kappa, omega) = self.get_phi_chi_omega(angles)

#In Q space, detector coverage rotates OPPOSITE to what the real space rotation is.
#Because that is where the detectors and incident beam go, AS SEEN BY THE SAMPLE.
Expand Down

0 comments on commit b8d8cda

Please sign in to comment.