Skip to content
GitLab
Menu
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
001a2646
Commit
001a2646
authored
Apr 05, 2022
by
payno
Committed by
Henri Payno
May 03, 2022
Browse files
orangecontrib: doc: add minimal documentation for I normalization
parent
885395d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/index.rst
View file @
001a2646
...
...
@@ -126,6 +126,7 @@ Reconstruction
widgets/reconstruction/sadeltabetawidget.rst
widgets/reconstruction/tofuwidget.rst
widgets/reconstruction/castvolumewidget.rst
widgets/reconstruction/intensitynormalization.rst
Cluster
...
...
doc/widgets/reconstruction/img/intensity_normalization/main_screen.png
0 → 100644
View file @
001a2646
268 KB
doc/widgets/reconstruction/intensitynormalization.rst
0 → 100644
View file @
001a2646
.. _intensity normalization:
I normalization
```````````````
.. image:: img/intensity_normalization/main_screen.png
Behavior
''''''''
The goal of this widget is to let the user define some normalization to be applied to sinograms.
This normalization can be one of the following:
* None: no extra normalization will be applied to the sinogram
* chebyshev: chebyshev normalization will be applied to sinograms
* division: a value or an array of value will divide the sinogram (during nabu preprocessing step)
* subtraction: a value or an array of value will subtract the sinogram (during nabu preprocessing step)
For **division** and **subtraction** the user can either provide:
* a scalar value which will be constant
* a roi to compute one scalar value *per projections* in order to be applied on the sinogram.
* an URL to be provided directly to nabu. In this case the dataset can be provided locally or globally.
If provided locally then the path will be updated for each scan. If provided globally then it will be constant.
Write
Preview
Supports
Markdown
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