Xrdplanner

Latest version: v2023.6.21

Safety actively analyzes 712615 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

23.09.2024

- The definition of detector modules was changed from mm to px to be more accurate and consistent.
- Consequently, custom detectors added to the detector_db file are no longer available.
- A new detector editor was added (_Settings_ > _Detector db editor_) to make the addition of custom detectors more feasible.
- Define and add whatever detector you collect your data with, now more easily.
- If something goes wrong use _Settings_ > _Reset detector db_.
- There is a backup of your _custom_ detector_db (detector_db.json.bak) in the xrdPlanner folder (_Help_ > _xrdPlanner_).
- A new parameter was added to allow for detector screen padding (geo.plot_padding), default is 0.

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-1.8.2...xrdPlanner-2.0.0

2.4.1

2025-03-05 Update: The slider values now accept input (thanks Clemens and Guðrún).
2025-03-05 Bugfix: Windows that allow typing will now disregard hotkeys.

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-2.4.0...xrdPlanner-2.4.1

2.4.0

2025-03-04 Update: Added pxrd ghost lines to play with and compare the scattering using different parameters.
2025-03-04 Update: Made some improvements to the highlighting.
2025-03-04 Update: Trained most sub-windows to remember their place.
2025-03-04 Update: Started to declutter the code.
2025-03-04 Bugfix: Resynchronized the menu button for the angular grid (Thanks Frederik).

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-2.3.1...xrdPlanner-2.4.0

2.3.1

2025-02-12 Bugfix: Fixed f-string SyntaxError crash on startup (python version < 3.12).

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-2.3.0...xrdPlanner-2.3.1

2.3.0

2025-01-10 Update: Added the option to estimate Thomas-Cox-Hastings parameters (gaussian) from the estimated instrumental broadening.
2025-01-10 Update: Reworked the hkl display and cone highlighting to make identification and location of hkl more straightforward.
2025-01-10 Update: Highlighting is now linked between the main window and the pxrd viewer.

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-2.2.1...xrdPlanner-2.3.0

2.2.1

Added the option to export the FWHM grid as a compressed numpy .npz file (View > Functions > Export FWHM).
- The array is flipped before saving -> np.flipud()
- The stored grid file neglects any rotation or tilt!
- use np.load('path/to/file/) to load it, the key is 'fwhm'.
e.g.
npz = np.load('path/to/file.npz')
arr = npz['fwhm']

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-2.2.0...xrdPlanner-2.2.1

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.