Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
tomwer
Commits
56b7cf14
Commit
56b7cf14
authored
Jul 21, 2021
by
payno
Committed by
Henri Payno
May 03, 2022
Browse files
[normalization] minor fixes
parent
656a405e
Changes
2
Hide whitespace changes
Inline
Side-by-side
orangecontrib/tomwer/widgets/reconstruction/test/test_i_norm.py
View file @
56b7cf14
...
...
@@ -126,7 +126,7 @@ class TestProcessing(TestCaseQt):
self
.
widget
.
setROI
(
start_x
=
0
,
end_x
=
10
,
start_y
=
0
,
end_y
=
10
)
self
.
qapp
.
processEvents
()
self
.
widget
.
compute
()
self
.
widget
.
wait_processing
(
5000
00
)
self
.
widget
.
wait_processing
(
5000
)
self
.
qapp
.
processEvents
()
self
.
widget
.
process
(
self
.
scan_1
)
...
...
tomwer/gui/reconstruction/normalization/intensity.py
View file @
56b7cf14
...
...
@@ -123,6 +123,7 @@ class NormIntensityWindow(qt.QMainWindow):
if
self
.
getCurrentMethod
().
value
in
TomoScanMethod
.
values
():
scan
.
intensity_normalization
=
self
.
getCurrentMethod
().
value
scan
.
intensity_normalization
.
set_extra_infos
(
self
.
getExtraArgs
())
scan
.
intensity_normalization
.
tomwer_processing_res_code
=
True
def
getScan
(
self
):
if
self
.
_scan
is
not
None
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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