release with -m functionality and better lambda resolution in e2h

This commit is contained in:
2025-11-19 13:25:38 +01:00
parent c222f42a89
commit 432d85c9b3
2 changed files with 3 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ Package to handle data redction at AMOR instrument to be used by __main__.py scr
"""
__version__ = '3.0.5'
__date__ = '2025-11-04'
__date__ = '2025-11-05'

View File

@@ -37,6 +37,7 @@ hist_tofz = device('nicos_sinq.devices.just_bin_it.JustBinItImage',
```
These images have then to be set in the detector configuration as _images_ items:
```
images=['hist_yz', 'hist_tofz'],
```
```