diff --git a/python/slsdet/detector.py b/python/slsdet/detector.py index ae9566968..383c2265c 100755 --- a/python/slsdet/detector.py +++ b/python/slsdet/detector.py @@ -2202,7 +2202,7 @@ class Detector(CppDetectorApi): Note ----- [Jungfrau] DYNAMIC_GAIN_MODE, FORCE_SWITCH_G1, FORCE_SWITCH_G2, FIX_G1, FIX_G2, FIX_G0 \n - CAUTION: Do not use FIX_G0 blindly, you can damage the detector!!! + CAUTION: Do not use FIX_G0 without caution, you can damage the detector!!! """ return element_if_equal(self.getGainMode()) diff --git a/slsDetectorSoftware/include/sls/Detector.h b/slsDetectorSoftware/include/sls/Detector.h index 09f7e74fd..8ad4c5338 100644 --- a/slsDetectorSoftware/include/sls/Detector.h +++ b/slsDetectorSoftware/include/sls/Detector.h @@ -1180,8 +1180,8 @@ class Detector { Result getGainMode(Positions pos = {}) const; /** [Jungfrau] Options: DYNAMIC_GAIN_MODE, FORCE_SWITCH_G1, FORCE_SWITCH_G2, - * FIX_G1, FIX_G2, FIX_G0 \n\CAUTION: Do not use FIX_G0 blindly, you can - * damage the detector!!!\n + * FIX_G1, FIX_G2, FIX_G0 \n\CAUTION: Do not use FIX_G0 without caution, you + * can damage the detector!!!\n */ void setGainMode(const defs::gainMode mode, Positions pos = {}); diff --git a/slsDetectorSoftware/src/CmdProxy.h b/slsDetectorSoftware/src/CmdProxy.h index c7ed685a0..f501a6f99 100644 --- a/slsDetectorSoftware/src/CmdProxy.h +++ b/slsDetectorSoftware/src/CmdProxy.h @@ -1878,7 +1878,8 @@ class CmdProxy { gainmode, getGainMode, setGainMode, sls::StringTo, "[dynamicgain|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]\n\t[" - "Jungfrau] Gain mode.\n\tCAUTION: Do not use fixg0 blindly, you can " + "Jungfrau] Gain mode.\n\tCAUTION: Do not use fixg0 without caution, " + "you can " "damage the detector!!!"); /* Gotthard Specific */