From 432d85c9b37c00544d9ad79dcdcd7e0ef4297239 Mon Sep 17 00:00:00 2001 From: jochenstahn Date: Wed, 19 Nov 2025 13:25:38 +0100 Subject: [PATCH] release with -m functionality and better lambda resolution in e2h --- eos/__init__.py | 2 +- nicos_config.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eos/__init__.py b/eos/__init__.py index b8b6b34..e1be99b 100644 --- a/eos/__init__.py +++ b/eos/__init__.py @@ -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' diff --git a/nicos_config.md b/nicos_config.md index 72e85de..c0289ce 100644 --- a/nicos_config.md +++ b/nicos_config.md @@ -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'], -``` \ No newline at end of file +```