Skip to content
Snippets Groups Projects
Commit ce09e07c authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Merge branch 'fix/agipd-baseline-typo' into 'master'

Fix typo of adjustMgBaseline in AgipdCorrections

See merge request !111
parents 30431a67 b442cb6e
No related branches found
No related tags found
1 merge request!111Fix typo of adjustMgBaseline in AgipdCorrections
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment