Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement/expose simplex method to compute orientation matrix **UB** #154

Closed
Tracked by #189
prjemian opened this issue May 15, 2021 · 1 comment
Closed
Tracked by #189
Milestone

Comments

@prjemian
Copy link
Contributor

Implement (expose) the libhkl simplex method to refine the orientation matrix UB. As described in #40 (comment),

The case of computing UB with more than 2 reflections is described in the libhkl documentation (simplex computation with more than 2 reflections using the GSL library) but not yet supported in the hklpy code. This code should be revised as the simplex technique is supported in hklpy.

@prjemian
Copy link
Contributor Author

prjemian commented Nov 1, 2023

Already implemented as method affine():

hklpy/hkl/sample.py

Lines 377 to 381 in 360609e

def affine(self):
"""
Make the sample transform affine
"""
return self._sample.affine()

@prjemian prjemian closed this as completed Nov 1, 2023
@prjemian prjemian modified the milestones: v1.2, v1.1 Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant