diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 20:43:35 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-02-01 20:43:35 +0100 |
commit | d9206207dcba0cdf464dc7c092c923516872386c (patch) | |
tree | d3538a4e519ce1928970e65094d794b6c8d7d5a7 /docs/todo.txt | |
parent | 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 (diff) | |
download | ufo-roof-temp-d9206207dcba0cdf464dc7c092c923516872386c.tar.gz ufo-roof-temp-d9206207dcba0cdf464dc7c092c923516872386c.tar.bz2 ufo-roof-temp-d9206207dcba0cdf464dc7c092c923516872386c.tar.xz ufo-roof-temp-d9206207dcba0cdf464dc7c092c923516872386c.zip |
Flat-field correction (without detector plane handling)
Diffstat (limited to 'docs/todo.txt')
-rw-r--r-- | docs/todo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/todo.txt b/docs/todo.txt index 88b518c..a9ab4c8 100644 --- a/docs/todo.txt +++ b/docs/todo.txt @@ -3,7 +3,9 @@ Main + Add plane/frame-number/broken metadata in the UFO buffers. Check propagation trough standard ufo filters. [ propogates trough processors, but not reductors ] + Plane selector filter - Handle packets with data from multiple datasets - - Try UFO 'flat-field' correction filter + + Try UFO 'flat-field' correction filter [ works to a degree, but possible to make it better + anyway multiple planes will be needed later likely... ] + - Compute flat-/dark-fields per plane. + - Support reading raw sinograms in get_reader (we need to set dimensions like in flat-/dark-fields, but howto handle parallel-sinograms/slices - function in config?) - Cone-beam to parallel-beam resampling ? - Full reconstruction chain - Try UFO visualization filter |