Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
workflow
ewoksapps
est
Commits
a030344c
Commit
a030344c
authored
Aug 07, 2019
by
Henri Payno
Browse files
[core][mback_norm] fix configuration read from mback_norm
parent
eaaeb75a
Pipeline
#13412
passed with stage
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
xas/core/process/larch/mback_norm.py
View file @
a030344c
...
...
@@ -63,8 +63,8 @@ def process_spectr_mback_norm(spectrum, configuration, overwrite=True,
return
None
,
None
_conf
=
configuration
if
'mback'
in
_conf
:
_conf
=
_conf
[
'mback'
]
if
'mback
_norm
'
in
_conf
:
_conf
=
_conf
[
'mback
_norm
'
]
opts
=
{}
for
opt_name
in
(
'z'
,
'edge'
,
'e0'
,
'pre1'
,
'pre2'
,
'norm1'
,
'norm2'
,
'nnorm'
,
'nvict'
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment