Xrdplanner

Latest version: v2023.6.21

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

Scan your dependencies

Page 2 of 6

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

2.2.0

- 2024-11-08 Update: Added a visual indicators for azimuthal bins (View > Overlay > Grid or hotkey G).
- 2024-11-08 Bugfix: Fixed invisible menus on windows os.

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

2.1.1

- Added a menu action to invert the coloring of the resolution and reference conics (View > Invert cone colors) to increase visibility, when needed.
- Fixed a bug in the export window upon picking a color
- Fixed the hotkey window

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-2.1.0...xrdPlanner-2.1.1

2.1.0

- Added a PXRD plot window for cif files to show the diffraction pattern (gaussian peak shape) including intrumental line broadening (setup FWHM).
- cif files (name and a link to file) are stored now.
- Added somewhat useful doc-strings to all functions (Thanks Github Copilot).

**Full Changelog**: https://github.com/LennardKrause/xrdPlanner/compare/xrdPlanner-2.0.2...xrdPlanner-2.1.0

2.0.2

Fixed an error crashing the detector db editor on python < 3.12 (Thanks Lise).

2.0.1

Fix to allow larger maximum values for capillaries (and all other parameters) in the FWHM calculations.

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.