neutronimaging / imagingsuite

Sources for imaging related tools
GNU General Public License v3.0
18 stars 10 forks source link

Implement detector lag correction module. #579

Open anderskaestner opened 1 year ago

anderskaestner commented 1 year ago

Simulations

Experiment

Implementation

anderskaestner commented 1 year ago

Added the minimum of files for the implementation commit 3e994b88 in branch __issue579_detectorlag__

modified: core/algorithms/ImagingAlgorithms/CMakeLists.txt new file: core/algorithms/ImagingAlgorithms/include/detectorlag.h new file: core/algorithms/ImagingAlgorithms/src/detectorlag.cpp modified: core/algorithms/UnitTests/tImagingAlgorithms/tst_testImagingAlgorithms.cpp modified: frameworks/tomography/Preprocessing/StdPreprocModules/CMakeLists.txt new file: frameworks/tomography/Preprocessing/StdPreprocModules/include/DetectorLagModule.h new file: frameworks/tomography/Preprocessing/StdPreprocModules/src/DetectorLagModule.cpp modified: frameworks/tomography/Preprocessing/StdPreprocModulesGUI/CMakeLists.txt modified: frameworks/tomography/Preprocessing/StdPreprocModulesGUI/src/datascalerdlg.h new file: frameworks/tomography/Preprocessing/StdPreprocModulesGUI/src/detectorlagdlg.cpp new file: frameworks/tomography/Preprocessing/StdPreprocModulesGUI/src/detectorlagdlg.h new file: frameworks/tomography/Preprocessing/StdPreprocModulesGUI/src/detectorlagdlg.ui modified: frameworks/tomography/UnitTests/tStdPreprocModules/tst_StdPreprocModules.cpp