HEXRD / hexrdgui

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

Grains being saved from previous indexing #1715

Closed gustafsonsven closed 4 months ago

gustafsonsven commented 4 months ago

Hi all,

An edge case here. Here are the operations to run into the error.

  1. In the gui prerelease
  2. Index say 1000 grains but you look at the green dot map and want to redo
  3. Hit okay, go to fit-grains page
  4. Hit cancel to close all pop ups
  5. Run a re-clustering with say 1 completeness requirement
  6. It says 0 grains were found in the log
  7. ISSUE: the green dot map from the previous 1000 grains comes up like it was the solution.

I think we are just running into something being stored and not cleared.

Thanks all - Sven

psavery commented 4 months ago

I think this was only an issue when no grains were found. It should be fixed by #1717.