Releases: HLinde/RedCamel
Releases · HLinde/RedCamel
Release v0.1.8
- add new logo!
- allow float ion masses
Full Changelog: v0.1.7...v0.1.8
Release v0.1.7
- Improvements on the spectrometer illustration
- Initial implementation of hit position to momentum calculation in RemiCalculator class
- Added several test cases for the RemiCalculator
- Fixed a handful of sign errors that were found by testing
Full Changelog: v0.1.6...v0.1.7
Hotfixfix v0.1.6
- add git lfs checkout to github actions
- validate png files in CI with imagemagick
Full Changelog: v0.1.5...v0.1.6
Hotfix v0.1.5
- fix packacking issue in 0.1.4
- switch build backend from hatchling to uv
- fix title in trajectory plot
- fix ruff settings
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
- finally switched to using scipp structures and a single calculator class for all particles
- add ipython notebook that shows how to sample remi data without using the GUI
- implement generation of coincident reaction channels
- the exported data file from the GUI now contains all generated reaction channels
Full Changelog: v0.1.3...v0.1.4
Relax dependency requirements
- reduce required versions, pip should now start with python 3.8, the conda/pixi dependencies with python 3.11
- added hints regarding the implicit dependency on a python build that actually contains tkinter in the standard library, uv distributed python builds do not yet work
Full Changelog: v0.1.2...v0.1.3
Change from xarray to Scipp
Scipp seems to be better fitting to our event based data as it is driven by neutron scattering instead of imaging/geosciences as is the case with xarray.
- We change from xarray to scipp as a backend for handling the particle data structures.
- Handling of electron dataset implemented in scipp, ions not yet
- fixed the colour styling of the GUI
- fixed some layout issues in ion and electron tabs
- connected the plot update triggers to the spectrometer variables instead of individual GUI-controls
- Restructured tabs and added also some that we would like to implement later :)
v0.1.1 Small improvements
- Add Scrollbars
- Take drift distances into account for the time-of-flight calculations
- Take the opposite spectrometer voltage also into account
- Replace Widgets with themed ttk widgets, the individual styling is lost for now. Will be back later!
Initial Release for RedCamel
The tool is still in early stage, but we want to start the distribution channel early.
- We have already some nice plots
- The spectrometer drift regions are not yet properly integrated
- The GUI lacks scaling and scrollbars
- No proper testing implemented