summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-11-29 15:58:54 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-11-29 15:58:54 +0100
commit7c28ca451981b042ffd0f2553032e6c581a79a05 (patch)
treefe875dbc7b99e3e0bebb5156491f9bec24359af9 /docs
parentc941d88a7c60997ae14eacdb64304d350082b4dc (diff)
downloadufo-filters-7c28ca451981b042ffd0f2553032e6c581a79a05.tar.gz
ufo-filters-7c28ca451981b042ffd0f2553032e6c581a79a05.tar.bz2
ufo-filters-7c28ca451981b042ffd0f2553032e6c581a79a05.tar.xz
ufo-filters-7c28ca451981b042ffd0f2553032e6c581a79a05.zip
Add sinogram example
Diffstat (limited to 'docs')
-rw-r--r--docs/examples.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/examples.rst b/docs/examples.rst
index a1913fe..f530eb9 100644
--- a/docs/examples.rst
+++ b/docs/examples.rst
@@ -72,6 +72,18 @@ If you want to avoid the automatic absorption correction you have to set
the data, set ``fix-nan-and-inf`` to FALSE.
+Sinograms
+---------
+
+The reconstruction pipelines presented in the following section assume sinograms
+as input in order to parallelize along slices. To transpose a stream of
+(corrected) projections connect it to :gobj:class:`transpose-projections` and
+set ``number`` to the number of expected projections. Note, that the
+transposition happens in main memory and thus may exhaust your system resources
+for a larger number of big projections. For example, to transpose 2048
+projections, each at a size of 2048 by 2048 pixels requires 32 GB of RAM.
+
+
Reconstruction
==============