Overview
hexrdgui 1.1.1 introduces a few new features compared to the last version. A few highlights are listed below:
- Allow lmfit boundaries to be set as a delta rather than as absolute min/max
- Added support for a new (optional) image series format: EigerStreamV1, which is the current file format we are streaming off the Eiger detector at CHESS
- Allow Euler angle convention to be specified for the calibration workflows (it was fixed to intrinsic ZXZ before - but some workflows need other conventions such as extrinsic XYZ)
- Fixed fast powder calibration with subpanels
What's Changed
- Fix fast powder calibration with subpanels by @psavery in #1700
- Allow Euler convention setting for calibration by @psavery in #1701
- Increase qfib warning threshold to 1e8 by @psavery in #1702
- Add support for eiger-stream-v1 by @psavery in #1703
- Use
hkl_to_str
for consistency by @psavery in #1705 - Add option to set lmfit boundaries as a delta by @psavery in #1706
Full Changelog: 1.1.0...1.1.1