Skip to content
Snippets Groups Projects

Fix typo of adjustMgBaseline in AgipdCorrections

Merged Philipp Schmidt requested to merge fix/agipd-baseline-typo into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -184,7 +184,7 @@ class AgipdBaseRunner(base_kernel_runner.BaseKernelRunner):
.displayedName("Override md_additional_offset")
.description(
"If set, the additional offset applied to medium gain pixels "
"(assuming adjustMgBaseLine is set) will use the value from "
"(assuming adjustMgBaseline is set) will use the value from "
"mdAdditionalOffset globally for. Otherwise, the additional offset "
"is derived from the relevant constants."
)
@@ -273,7 +273,7 @@ class AgipdBaseRunner(base_kernel_runner.BaseKernelRunner):
):
if (
self._get("corrections.relGain.overrideMdAdditionalOffset")
and self._get("corrections.relGain.adjustMgBaseLine")
and self._get("corrections.relGain.adjustMgBaseline")
):
self.md_additional_offset.fill(
self._xp.float32(
Loading