HEXRD / hexrdgui

Qt6 PySide6 based GUI for the HEXRD library.
Other
29 stars 14 forks source link

Undo calibration after composition calibration #1740

Closed akrygier closed 4 weeks ago

akrygier commented 1 month ago

Can we also add the "undo" option to the Composite calibration tool?

psavery commented 1 month ago

@akrygier We do have an undo button on the composite calibration. Can you make sure you are using the latest hexrdgui?

akrygier commented 1 month ago

hmmm it seems I was using 1.0. Sorry for the confusion!

However, after updating, I am getting an error "Exception: Invalid engineering constraint: PXRDIP" when I try to do any calibrations...

psavery commented 1 month ago

Hmm, is that on the latest release?

I did just try a pxrdip structureless calibration on the prerelease, and it worked.

Are you installing from conda, or using a DMG/ZIP? If you are installing from conda, you might want to try installing the prerelease.

Let me send you an email and we can try to debug the issue...

akrygier commented 1 month ago

I used conda update -c hexrd -c conda-forge hexrd hexrdgui

akrygier commented 1 month ago

image

psavery commented 1 month ago

Try the prerelease:

conda update -c hexrd/label/prerelease -c conda-forge hexrd hexrdgui
psavery commented 4 weeks ago

Resolved!