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 +```