HEXRD / hexrdgui

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

Add ability to export grains from indexing results #1718

Closed psavery closed 4 months ago

psavery commented 4 months ago

This adds an "Export Grains" button to the indexing results dialog where the user can write out the unfit grains.

If the file is saved with a .npz extension, the new NPZ grains file format is used. Otherwise, the old .out format is used.

Fixes: #1716