Frm tomwer to tomoscan2
Question
Before merging commit containing get_sinogram and the flat_field_normalization we should ask ourself how much processing we want to integrate in tomoscan.
To get sinogram we need to embed the flat_field_normalization. And for the flat field normalization we need to compute / get mean / median dark and flats (normed_flats and normed_dark
in the code).
So:
- do we want this to be part of tomoscan ?
- do we want to create a third library / class for this processing ?
- do we let this to the applications ?
TODO
-
move some unit test from tomwer to tomoscan -
add get_sinogram function to TomwerScanBase and implementation -
add flat field normalization ??? for now the code included is used for 'simple visualization' and is making some approximation. -
tests -
name standardisation ?
Edited by payno
Merge request reports
Activity
Filter activity
changed milestone to %0.4
assigned to @payno
added 49 commits
-
3e591b3a...f821d720 - 38 commits from branch
master
- 80d43e3a - [test] add test on MockHDF5
- 6daa7b3e - small fix on mock
- bde8f82c - [mock] add some unit test from tomwer
- 39052a0f - update requirements
- 1c3370dd - add flat field normalization
- 5657b708 - add get_sinogram
- 62597a91 - add test for hdf5 and flat field normalization and get sinogram
- 1dc31042 - move get_sinogram to the scan base function
- ee4cbb03 - [test] add test for edf on flat field correction and and get_sinogram
- c164d03a - add progress module
- 03f44cf9 - clean
Toggle commit list-
3e591b3a...f821d720 - 38 commits from branch
enabled an automatic merge when the pipeline for 03f44cf9 succeeds
mentioned in commit 9cd81acf
mentioned in commit dd9cee63
mentioned in merge request !25 (closed)
Please register or sign in to reply