Xrdplanner

Latest version: v2023.6.21

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

Scan your dependencies

Page 1 of 5

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.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).

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.