From 6dbcd4722082883860168d528f4123322c940df2 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 25 Oct 2021 12:16:00 +0200 Subject: Update copyright years --- matlab/algorithms/DART/DARTalgorithm.m | 4 ++-- matlab/algorithms/DART/IterativeTomography.m | 4 ++-- matlab/algorithms/DART/IterativeTomography3D.m | 4 ++-- matlab/algorithms/DART/Kernels.m | 4 ++-- matlab/algorithms/DART/MaskingDefault.m | 4 ++-- matlab/algorithms/DART/MaskingGPU.m | 4 ++-- matlab/algorithms/DART/OutputDefault.m | 4 ++-- matlab/algorithms/DART/SegmentationDefault.m | 4 ++-- matlab/algorithms/DART/SmoothingDefault.m | 4 ++-- matlab/algorithms/DART/SmoothingGPU.m | 4 ++-- matlab/algorithms/DART/StatisticsDefault.m | 4 ++-- matlab/algorithms/DART/examples/example1.m | 4 ++-- matlab/algorithms/DART/examples/example2.m | 4 ++-- matlab/algorithms/DART/examples/example3.m | 4 ++-- matlab/algorithms/DART/tools/DARToptimizer.m | 4 ++-- matlab/algorithms/DART/tools/DARToptimizerBoneStudy.m | 4 ++-- matlab/algorithms/DART/tools/ProjDiffOptimFunc.m | 4 ++-- matlab/algorithms/DART/tools/dart_create_base_phantom.m | 4 ++-- matlab/algorithms/DART/tools/dart_scheduler.m | 4 ++-- matlab/algorithms/DART/tools/rNMPOptimFunc.m | 4 ++-- matlab/mex/astra_mex_algorithm_c.cpp | 4 ++-- matlab/mex/astra_mex_c.cpp | 4 ++-- matlab/mex/astra_mex_data2d_c.cpp | 4 ++-- matlab/mex/astra_mex_data3d_c.cpp | 4 ++-- matlab/mex/astra_mex_direct_c.cpp | 4 ++-- matlab/mex/astra_mex_log_c.cpp | 4 ++-- matlab/mex/astra_mex_matrix_c.cpp | 4 ++-- matlab/mex/astra_mex_plugin_c.cpp | 4 ++-- matlab/mex/astra_mex_projector3d_c.cpp | 4 ++-- matlab/mex/astra_mex_projector_c.cpp | 4 ++-- matlab/mex/mexCopyDataHelpFunctions.cpp | 4 ++-- matlab/mex/mexCopyDataHelpFunctions.h | 4 ++-- matlab/mex/mexDataManagerHelpFunctions.cpp | 4 ++-- matlab/mex/mexDataManagerHelpFunctions.h | 4 ++-- matlab/mex/mexHelpFunctions.cpp | 4 ++-- matlab/mex/mexHelpFunctions.h | 4 ++-- matlab/mex/octave_support.cpp | 4 ++-- matlab/tools/astra_add_noise_to_sino.m | 4 ++-- matlab/tools/astra_clear.m | 4 ++-- matlab/tools/astra_create_backprojection.m | 4 ++-- matlab/tools/astra_create_backprojection3d_cuda.m | 4 ++-- matlab/tools/astra_create_backprojection_cuda.m | 4 ++-- matlab/tools/astra_create_proj_geom.m | 4 ++-- matlab/tools/astra_create_projector.m | 4 ++-- matlab/tools/astra_create_reconstruction.m | 4 ++-- matlab/tools/astra_create_reconstruction_cuda.m | 4 ++-- matlab/tools/astra_create_sino.m | 4 ++-- matlab/tools/astra_create_sino3d_cuda.m | 4 ++-- matlab/tools/astra_create_sino_cuda.m | 4 ++-- matlab/tools/astra_create_sino_gpu.m | 4 ++-- matlab/tools/astra_create_sino_sampling.m | 4 ++-- matlab/tools/astra_create_vol_geom.m | 4 ++-- matlab/tools/astra_downsample_sinogram.m | 4 ++-- matlab/tools/astra_geom_2vec.m | 4 ++-- matlab/tools/astra_geom_postalignment.m | 4 ++-- matlab/tools/astra_geom_size.m | 4 ++-- matlab/tools/astra_get_gpu_info.m | 4 ++-- matlab/tools/astra_mex.m | 4 ++-- matlab/tools/astra_mex_algorithm.m | 4 ++-- matlab/tools/astra_mex_data2d.m | 4 ++-- matlab/tools/astra_mex_data3d.m | 4 ++-- matlab/tools/astra_mex_direct.m | 4 ++-- matlab/tools/astra_mex_log.m | 4 ++-- matlab/tools/astra_mex_matrix.m | 4 ++-- matlab/tools/astra_mex_plugin.m | 4 ++-- matlab/tools/astra_mex_projector.m | 4 ++-- matlab/tools/astra_mex_projector3d.m | 4 ++-- matlab/tools/astra_plot_geom.m | 4 ++-- matlab/tools/astra_projector_handle.m | 4 ++-- matlab/tools/astra_set_directory.m | 4 ++-- matlab/tools/astra_set_gpu_index.m | 4 ++-- matlab/tools/astra_struct.m | 4 ++-- matlab/tools/astra_test.m | 4 ++-- matlab/tools/astra_test_CUDA.m | 4 ++-- matlab/tools/astra_test_noCUDA.m | 4 ++-- matlab/tools/createOrderART.m | 4 ++-- matlab/tools/imreadgs.m | 4 ++-- matlab/tools/imresize3D.m | 4 ++-- matlab/tools/imscale.m | 4 ++-- matlab/tools/imwritesc.m | 4 ++-- matlab/tools/kaiserBessel.m | 4 ++-- matlab/tools/linspace2.m | 4 ++-- matlab/tools/opTomo.m | 4 ++-- matlab/tools/overlayImage.m | 4 ++-- matlab/tools/rebin_fan2par.m | 4 ++-- matlab/tools/sliceExtractor.m | 4 ++-- 86 files changed, 172 insertions(+), 172 deletions(-) (limited to 'matlab') diff --git a/matlab/algorithms/DART/DARTalgorithm.m b/matlab/algorithms/DART/DARTalgorithm.m index ef5d880..f203bbe 100644 --- a/matlab/algorithms/DART/DARTalgorithm.m +++ b/matlab/algorithms/DART/DARTalgorithm.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/IterativeTomography.m b/matlab/algorithms/DART/IterativeTomography.m index 3b93b27..b91d8e8 100644 --- a/matlab/algorithms/DART/IterativeTomography.m +++ b/matlab/algorithms/DART/IterativeTomography.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/IterativeTomography3D.m b/matlab/algorithms/DART/IterativeTomography3D.m index b2bf57d..f9934bf 100644 --- a/matlab/algorithms/DART/IterativeTomography3D.m +++ b/matlab/algorithms/DART/IterativeTomography3D.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/Kernels.m b/matlab/algorithms/DART/Kernels.m index 0db08a0..9af4fb5 100644 --- a/matlab/algorithms/DART/Kernels.m +++ b/matlab/algorithms/DART/Kernels.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/MaskingDefault.m b/matlab/algorithms/DART/MaskingDefault.m index 73e0f51..a61233f 100644 --- a/matlab/algorithms/DART/MaskingDefault.m +++ b/matlab/algorithms/DART/MaskingDefault.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/MaskingGPU.m b/matlab/algorithms/DART/MaskingGPU.m index b344dfd..749791c 100644 --- a/matlab/algorithms/DART/MaskingGPU.m +++ b/matlab/algorithms/DART/MaskingGPU.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/OutputDefault.m b/matlab/algorithms/DART/OutputDefault.m index 2e337f8..46a48cd 100644 --- a/matlab/algorithms/DART/OutputDefault.m +++ b/matlab/algorithms/DART/OutputDefault.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/SegmentationDefault.m b/matlab/algorithms/DART/SegmentationDefault.m index 21c2c7b..d352971 100644 --- a/matlab/algorithms/DART/SegmentationDefault.m +++ b/matlab/algorithms/DART/SegmentationDefault.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/SmoothingDefault.m b/matlab/algorithms/DART/SmoothingDefault.m index a66ab51..7bc60bb 100644 --- a/matlab/algorithms/DART/SmoothingDefault.m +++ b/matlab/algorithms/DART/SmoothingDefault.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/SmoothingGPU.m b/matlab/algorithms/DART/SmoothingGPU.m index 80df9cc..08906ce 100644 --- a/matlab/algorithms/DART/SmoothingGPU.m +++ b/matlab/algorithms/DART/SmoothingGPU.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/StatisticsDefault.m b/matlab/algorithms/DART/StatisticsDefault.m index 3a6a8e7..0da6359 100644 --- a/matlab/algorithms/DART/StatisticsDefault.m +++ b/matlab/algorithms/DART/StatisticsDefault.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/examples/example1.m b/matlab/algorithms/DART/examples/example1.m index 1b4023e..01aa17b 100644 --- a/matlab/algorithms/DART/examples/example1.m +++ b/matlab/algorithms/DART/examples/example1.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/examples/example2.m b/matlab/algorithms/DART/examples/example2.m index 612830b..203a233 100644 --- a/matlab/algorithms/DART/examples/example2.m +++ b/matlab/algorithms/DART/examples/example2.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/examples/example3.m b/matlab/algorithms/DART/examples/example3.m index d38ca02..5685ba7 100644 --- a/matlab/algorithms/DART/examples/example3.m +++ b/matlab/algorithms/DART/examples/example3.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/tools/DARToptimizer.m b/matlab/algorithms/DART/tools/DARToptimizer.m index 7d228a0..7524662 100644 --- a/matlab/algorithms/DART/tools/DARToptimizer.m +++ b/matlab/algorithms/DART/tools/DARToptimizer.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/tools/DARToptimizerBoneStudy.m b/matlab/algorithms/DART/tools/DARToptimizerBoneStudy.m index 7b14c9a..cfd4feb 100644 --- a/matlab/algorithms/DART/tools/DARToptimizerBoneStudy.m +++ b/matlab/algorithms/DART/tools/DARToptimizerBoneStudy.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/tools/ProjDiffOptimFunc.m b/matlab/algorithms/DART/tools/ProjDiffOptimFunc.m index a526782..3738ba8 100644 --- a/matlab/algorithms/DART/tools/ProjDiffOptimFunc.m +++ b/matlab/algorithms/DART/tools/ProjDiffOptimFunc.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/tools/dart_create_base_phantom.m b/matlab/algorithms/DART/tools/dart_create_base_phantom.m index 26628af..e2c7700 100644 --- a/matlab/algorithms/DART/tools/dart_create_base_phantom.m +++ b/matlab/algorithms/DART/tools/dart_create_base_phantom.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/tools/dart_scheduler.m b/matlab/algorithms/DART/tools/dart_scheduler.m index 73db405..ae89e64 100644 --- a/matlab/algorithms/DART/tools/dart_scheduler.m +++ b/matlab/algorithms/DART/tools/dart_scheduler.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/algorithms/DART/tools/rNMPOptimFunc.m b/matlab/algorithms/DART/tools/rNMPOptimFunc.m index 6fdbd05..c6c370f 100644 --- a/matlab/algorithms/DART/tools/rNMPOptimFunc.m +++ b/matlab/algorithms/DART/tools/rNMPOptimFunc.m @@ -1,8 +1,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_algorithm_c.cpp b/matlab/mex/astra_mex_algorithm_c.cpp index 69ebd45..e2924b4 100644 --- a/matlab/mex/astra_mex_algorithm_c.cpp +++ b/matlab/mex/astra_mex_algorithm_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_c.cpp b/matlab/mex/astra_mex_c.cpp index 43c438e..66959de 100644 --- a/matlab/mex/astra_mex_c.cpp +++ b/matlab/mex/astra_mex_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_data2d_c.cpp b/matlab/mex/astra_mex_data2d_c.cpp index 1a6cff0..77a3b0e 100644 --- a/matlab/mex/astra_mex_data2d_c.cpp +++ b/matlab/mex/astra_mex_data2d_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_data3d_c.cpp b/matlab/mex/astra_mex_data3d_c.cpp index 4642693..3e1bfc7 100644 --- a/matlab/mex/astra_mex_data3d_c.cpp +++ b/matlab/mex/astra_mex_data3d_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_direct_c.cpp b/matlab/mex/astra_mex_direct_c.cpp index 0090d13..262908d 100644 --- a/matlab/mex/astra_mex_direct_c.cpp +++ b/matlab/mex/astra_mex_direct_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_log_c.cpp b/matlab/mex/astra_mex_log_c.cpp index 2c0e986..cdcfb8f 100644 --- a/matlab/mex/astra_mex_log_c.cpp +++ b/matlab/mex/astra_mex_log_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_matrix_c.cpp b/matlab/mex/astra_mex_matrix_c.cpp index 4a5ec18..0aeba1c 100644 --- a/matlab/mex/astra_mex_matrix_c.cpp +++ b/matlab/mex/astra_mex_matrix_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_plugin_c.cpp b/matlab/mex/astra_mex_plugin_c.cpp index f39e87e..5ca531c 100644 --- a/matlab/mex/astra_mex_plugin_c.cpp +++ b/matlab/mex/astra_mex_plugin_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_projector3d_c.cpp b/matlab/mex/astra_mex_projector3d_c.cpp index e760e3d..0b9af1b 100644 --- a/matlab/mex/astra_mex_projector3d_c.cpp +++ b/matlab/mex/astra_mex_projector3d_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/astra_mex_projector_c.cpp b/matlab/mex/astra_mex_projector_c.cpp index 16da126..781409c 100644 --- a/matlab/mex/astra_mex_projector_c.cpp +++ b/matlab/mex/astra_mex_projector_c.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/mexCopyDataHelpFunctions.cpp b/matlab/mex/mexCopyDataHelpFunctions.cpp index 92435a6..3863b21 100644 --- a/matlab/mex/mexCopyDataHelpFunctions.cpp +++ b/matlab/mex/mexCopyDataHelpFunctions.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/mexCopyDataHelpFunctions.h b/matlab/mex/mexCopyDataHelpFunctions.h index 259467a..cb2d05e 100644 --- a/matlab/mex/mexCopyDataHelpFunctions.h +++ b/matlab/mex/mexCopyDataHelpFunctions.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/mexDataManagerHelpFunctions.cpp b/matlab/mex/mexDataManagerHelpFunctions.cpp index 70d534c..eaf5223 100644 --- a/matlab/mex/mexDataManagerHelpFunctions.cpp +++ b/matlab/mex/mexDataManagerHelpFunctions.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/mexDataManagerHelpFunctions.h b/matlab/mex/mexDataManagerHelpFunctions.h index 868f67e..9c5bc4b 100644 --- a/matlab/mex/mexDataManagerHelpFunctions.h +++ b/matlab/mex/mexDataManagerHelpFunctions.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/mexHelpFunctions.cpp b/matlab/mex/mexHelpFunctions.cpp index 319f338..384ca27 100644 --- a/matlab/mex/mexHelpFunctions.cpp +++ b/matlab/mex/mexHelpFunctions.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/mexHelpFunctions.h b/matlab/mex/mexHelpFunctions.h index 56994dc..71c0f6e 100644 --- a/matlab/mex/mexHelpFunctions.h +++ b/matlab/mex/mexHelpFunctions.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/mex/octave_support.cpp b/matlab/mex/octave_support.cpp index 8df6d4b..1bc4b1b 100644 --- a/matlab/mex/octave_support.cpp +++ b/matlab/mex/octave_support.cpp @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2018, imec Vision Lab, University of Antwerp - 2014-2018, CWI, Amsterdam +Copyright: 2010-2021, imec Vision Lab, University of Antwerp + 2014-2021, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_add_noise_to_sino.m b/matlab/tools/astra_add_noise_to_sino.m index 957b5d0..33e164e 100644 --- a/matlab/tools/astra_add_noise_to_sino.m +++ b/matlab/tools/astra_add_noise_to_sino.m @@ -15,8 +15,8 @@ function sinogram_out = astra_add_noise_to_sino(sinogram_in,I0) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_clear.m b/matlab/tools/astra_clear.m index 7c8d1a4..76da616 100644 --- a/matlab/tools/astra_clear.m +++ b/matlab/tools/astra_clear.m @@ -5,8 +5,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_backprojection.m b/matlab/tools/astra_create_backprojection.m index eadc37e..507f84f 100644 --- a/matlab/tools/astra_create_backprojection.m +++ b/matlab/tools/astra_create_backprojection.m @@ -13,8 +13,8 @@ function [vol_id, vol] = astra_create_backprojection(data, proj_id) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_backprojection3d_cuda.m b/matlab/tools/astra_create_backprojection3d_cuda.m index e1c5655..2e73c3f 100644 --- a/matlab/tools/astra_create_backprojection3d_cuda.m +++ b/matlab/tools/astra_create_backprojection3d_cuda.m @@ -15,8 +15,8 @@ function [vol_id, vol] = astra_create_backprojection3d_cuda(data, proj_geom, vol %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_backprojection_cuda.m b/matlab/tools/astra_create_backprojection_cuda.m index f29d87c..08ef8a5 100644 --- a/matlab/tools/astra_create_backprojection_cuda.m +++ b/matlab/tools/astra_create_backprojection_cuda.m @@ -14,8 +14,8 @@ function backProj = astra_create_backprojection_cuda(sinogramData, proj_geom, vo %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % - % Copyright: 2010-2018, imec Vision Lab, University of Antwerp - % 2014-2018, CWI, Amsterdam + % Copyright: 2010-2021, imec Vision Lab, University of Antwerp + % 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_proj_geom.m b/matlab/tools/astra_create_proj_geom.m index 861fbe7..9b2fbd4 100644 --- a/matlab/tools/astra_create_proj_geom.m +++ b/matlab/tools/astra_create_proj_geom.m @@ -87,8 +87,8 @@ function proj_geom = astra_create_proj_geom(type, varargin) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_projector.m b/matlab/tools/astra_create_projector.m index 1c87cc4..ac96f7b 100644 --- a/matlab/tools/astra_create_projector.m +++ b/matlab/tools/astra_create_projector.m @@ -15,8 +15,8 @@ function proj_id = astra_create_projector(type, proj_geom, vol_geom, options) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_reconstruction.m b/matlab/tools/astra_create_reconstruction.m index ddcf5a2..f1787eb 100644 --- a/matlab/tools/astra_create_reconstruction.m +++ b/matlab/tools/astra_create_reconstruction.m @@ -21,8 +21,8 @@ function [recon_id, recon] = astra_create_reconstruction(rec_type, proj_id, sino %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_reconstruction_cuda.m b/matlab/tools/astra_create_reconstruction_cuda.m index 71c0938..e8f53db 100644 --- a/matlab/tools/astra_create_reconstruction_cuda.m +++ b/matlab/tools/astra_create_reconstruction_cuda.m @@ -22,8 +22,8 @@ function [recon_id, recon] = astra_create_reconstruction_cuda(rec_type, proj_geo %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_sino.m b/matlab/tools/astra_create_sino.m index 06e91d2..2cb277c 100644 --- a/matlab/tools/astra_create_sino.m +++ b/matlab/tools/astra_create_sino.m @@ -13,8 +13,8 @@ function [sino_id, sino] = astra_create_sino(data, proj_id) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_sino3d_cuda.m b/matlab/tools/astra_create_sino3d_cuda.m index 3b67ae1..4e73470 100644 --- a/matlab/tools/astra_create_sino3d_cuda.m +++ b/matlab/tools/astra_create_sino3d_cuda.m @@ -15,8 +15,8 @@ function [sino_id, sino] = astra_create_sino3d_cuda(data, proj_geom, vol_geom) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_sino_cuda.m b/matlab/tools/astra_create_sino_cuda.m index 0ea3120..e0a3e59 100644 --- a/matlab/tools/astra_create_sino_cuda.m +++ b/matlab/tools/astra_create_sino_cuda.m @@ -16,8 +16,8 @@ function [sino_id, sino] = astra_create_sino_cuda(data, proj_geom, vol_geom, gpu %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_sino_gpu.m b/matlab/tools/astra_create_sino_gpu.m index 9bfd9b8..60ee1ee 100644 --- a/matlab/tools/astra_create_sino_gpu.m +++ b/matlab/tools/astra_create_sino_gpu.m @@ -16,8 +16,8 @@ function [sino_id, sino] = astra_create_sino_gpu(data, proj_geom, vol_geom, gpu_ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_sino_sampling.m b/matlab/tools/astra_create_sino_sampling.m index f1b8ccd..00933f0 100644 --- a/matlab/tools/astra_create_sino_sampling.m +++ b/matlab/tools/astra_create_sino_sampling.m @@ -16,8 +16,8 @@ function [sino_id, sino] = astra_create_sino_sampling(data, proj_geom, vol_geom, %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_create_vol_geom.m b/matlab/tools/astra_create_vol_geom.m index 4273dc4..866520e 100644 --- a/matlab/tools/astra_create_vol_geom.m +++ b/matlab/tools/astra_create_vol_geom.m @@ -26,8 +26,8 @@ function vol_geom = astra_create_vol_geom(varargin) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_downsample_sinogram.m b/matlab/tools/astra_downsample_sinogram.m index 34f320e..198289e 100644 --- a/matlab/tools/astra_downsample_sinogram.m +++ b/matlab/tools/astra_downsample_sinogram.m @@ -15,8 +15,8 @@ function [sinogram_new, proj_geom_new] = astra_downsample_sinogram(sinogram, pro %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_geom_2vec.m b/matlab/tools/astra_geom_2vec.m index 4cfcce1..4849b09 100644 --- a/matlab/tools/astra_geom_2vec.m +++ b/matlab/tools/astra_geom_2vec.m @@ -10,8 +10,8 @@ function proj_geom_vec = astra_geom_2vec(proj_geom) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_geom_postalignment.m b/matlab/tools/astra_geom_postalignment.m index 5f1e7f8..5d8d0ab 100644 --- a/matlab/tools/astra_geom_postalignment.m +++ b/matlab/tools/astra_geom_postalignment.m @@ -18,8 +18,8 @@ function proj_geom = astra_geom_postalignment(proj_geom, factor) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_geom_size.m b/matlab/tools/astra_geom_size.m index 1acf59a..63b3d41 100644 --- a/matlab/tools/astra_geom_size.m +++ b/matlab/tools/astra_geom_size.m @@ -10,8 +10,8 @@ function s = astra_geom_size(geom, dim) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_get_gpu_info.m b/matlab/tools/astra_get_gpu_info.m index 1bc2b7b..52a5bb1 100644 --- a/matlab/tools/astra_get_gpu_info.m +++ b/matlab/tools/astra_get_gpu_info.m @@ -6,8 +6,8 @@ function astra_set_gpu_index(index) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex.m b/matlab/tools/astra_mex.m index 5210f38..2eeb43d 100644 --- a/matlab/tools/astra_mex.m +++ b/matlab/tools/astra_mex.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_algorithm.m b/matlab/tools/astra_mex_algorithm.m index abb99e7..45f9cc5 100644 --- a/matlab/tools/astra_mex_algorithm.m +++ b/matlab/tools/astra_mex_algorithm.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_algorithm(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_data2d.m b/matlab/tools/astra_mex_data2d.m index 49f0e10..b90e170 100644 --- a/matlab/tools/astra_mex_data2d.m +++ b/matlab/tools/astra_mex_data2d.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_data2d(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_data3d.m b/matlab/tools/astra_mex_data3d.m index ba965a0..f00fad4 100644 --- a/matlab/tools/astra_mex_data3d.m +++ b/matlab/tools/astra_mex_data3d.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_data3d(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_direct.m b/matlab/tools/astra_mex_direct.m index 5fe03be..db3b997 100644 --- a/matlab/tools/astra_mex_direct.m +++ b/matlab/tools/astra_mex_direct.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_direct(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_log.m b/matlab/tools/astra_mex_log.m index d795d24..cfe392e 100644 --- a/matlab/tools/astra_mex_log.m +++ b/matlab/tools/astra_mex_log.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_log(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_matrix.m b/matlab/tools/astra_mex_matrix.m index 5750487..0568c07 100644 --- a/matlab/tools/astra_mex_matrix.m +++ b/matlab/tools/astra_mex_matrix.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_matrix(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_plugin.m b/matlab/tools/astra_mex_plugin.m index b6f8c33..d2aa69a 100644 --- a/matlab/tools/astra_mex_plugin.m +++ b/matlab/tools/astra_mex_plugin.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_plugin(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_projector.m b/matlab/tools/astra_mex_projector.m index 6b77508..2d539e3 100644 --- a/matlab/tools/astra_mex_projector.m +++ b/matlab/tools/astra_mex_projector.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_projector(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_mex_projector3d.m b/matlab/tools/astra_mex_projector3d.m index 3d75158..25a092e 100644 --- a/matlab/tools/astra_mex_projector3d.m +++ b/matlab/tools/astra_mex_projector3d.m @@ -6,8 +6,8 @@ function [varargout] = astra_mex_projector3d(varargin) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_plot_geom.m b/matlab/tools/astra_plot_geom.m index 62eed79..291842d 100644 --- a/matlab/tools/astra_plot_geom.m +++ b/matlab/tools/astra_plot_geom.m @@ -58,8 +58,8 @@ function [] = astra_plot_geom(geometry, varargin) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_projector_handle.m b/matlab/tools/astra_projector_handle.m index 874e449..6613958 100644 --- a/matlab/tools/astra_projector_handle.m +++ b/matlab/tools/astra_projector_handle.m @@ -5,8 +5,8 @@ classdef astra_projector_handle < handle %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % - % Copyright: 2010-2018, imec Vision Lab, University of Antwerp - % 2014-2018, CWI, Amsterdam + % Copyright: 2010-2021, imec Vision Lab, University of Antwerp + % 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_set_directory.m b/matlab/tools/astra_set_directory.m index 00e765e..06b8aed 100644 --- a/matlab/tools/astra_set_directory.m +++ b/matlab/tools/astra_set_directory.m @@ -11,8 +11,8 @@ function in = astra_set_directory(in) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_set_gpu_index.m b/matlab/tools/astra_set_gpu_index.m index b90d2b8..102c9f4 100644 --- a/matlab/tools/astra_set_gpu_index.m +++ b/matlab/tools/astra_set_gpu_index.m @@ -6,8 +6,8 @@ function astra_set_gpu_index(index) %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_struct.m b/matlab/tools/astra_struct.m index 0241028..0b98225 100644 --- a/matlab/tools/astra_struct.m +++ b/matlab/tools/astra_struct.m @@ -11,8 +11,8 @@ function res = astra_struct(type) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_test.m b/matlab/tools/astra_test.m index 3ea154e..479b7d1 100644 --- a/matlab/tools/astra_test.m +++ b/matlab/tools/astra_test.m @@ -4,8 +4,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_test_CUDA.m b/matlab/tools/astra_test_CUDA.m index c034a08..36dacbc 100644 --- a/matlab/tools/astra_test_CUDA.m +++ b/matlab/tools/astra_test_CUDA.m @@ -4,8 +4,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/astra_test_noCUDA.m b/matlab/tools/astra_test_noCUDA.m index 733db3c..c18a3a7 100644 --- a/matlab/tools/astra_test_noCUDA.m +++ b/matlab/tools/astra_test_noCUDA.m @@ -4,8 +4,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/createOrderART.m b/matlab/tools/createOrderART.m index cd49651..5a206e6 100644 --- a/matlab/tools/createOrderART.m +++ b/matlab/tools/createOrderART.m @@ -16,8 +16,8 @@ function rayOrder = createOrderART(proj_geom, mode) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/imreadgs.m b/matlab/tools/imreadgs.m index a820734..06887d6 100644 --- a/matlab/tools/imreadgs.m +++ b/matlab/tools/imreadgs.m @@ -12,8 +12,8 @@ function Im = imreadgs(filename) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/imresize3D.m b/matlab/tools/imresize3D.m index 84e2020..26f56de 100644 --- a/matlab/tools/imresize3D.m +++ b/matlab/tools/imresize3D.m @@ -12,8 +12,8 @@ function out = imresize3D(in, s_out, method) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/imscale.m b/matlab/tools/imscale.m index 363392b..87efb71 100644 --- a/matlab/tools/imscale.m +++ b/matlab/tools/imscale.m @@ -11,8 +11,8 @@ function out = imscale(in) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/imwritesc.m b/matlab/tools/imwritesc.m index 0ef2b37..6fdc0d7 100644 --- a/matlab/tools/imwritesc.m +++ b/matlab/tools/imwritesc.m @@ -11,8 +11,8 @@ function imwritesc(in, filename) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/kaiserBessel.m b/matlab/tools/kaiserBessel.m index d0a650d..efe095c 100644 --- a/matlab/tools/kaiserBessel.m +++ b/matlab/tools/kaiserBessel.m @@ -14,8 +14,8 @@ function res = kaiserBessel(m,alpha,a,r) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/linspace2.m b/matlab/tools/linspace2.m index 12bc6ca..deb1a77 100644 --- a/matlab/tools/linspace2.m +++ b/matlab/tools/linspace2.m @@ -13,8 +13,8 @@ function out = linspace2(a,b,c) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/opTomo.m b/matlab/tools/opTomo.m index b9e972c..768d44a 100644 --- a/matlab/tools/opTomo.m +++ b/matlab/tools/opTomo.m @@ -23,8 +23,8 @@ %-------------------------------------------------------------------------- % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/overlayImage.m b/matlab/tools/overlayImage.m index 568ed22..1795365 100644 --- a/matlab/tools/overlayImage.m +++ b/matlab/tools/overlayImage.m @@ -11,8 +11,8 @@ function im = overlayImage(reconstruction, ground_truth) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/rebin_fan2par.m b/matlab/tools/rebin_fan2par.m index 44e5e07..c582815 100644 --- a/matlab/tools/rebin_fan2par.m +++ b/matlab/tools/rebin_fan2par.m @@ -19,8 +19,8 @@ function F = rebin_fan2par(RadonData, BetaDeg, D, thetaDeg) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ diff --git a/matlab/tools/sliceExtractor.m b/matlab/tools/sliceExtractor.m index e428450..27d65dc 100644 --- a/matlab/tools/sliceExtractor.m +++ b/matlab/tools/sliceExtractor.m @@ -13,8 +13,8 @@ function slice = sliceExtractor(data, dir, slicenr) %------------------------------------------------------------------------ % This file is part of the ASTRA Toolbox % -% Copyright: 2010-2018, imec Vision Lab, University of Antwerp -% 2014-2018, CWI, Amsterdam +% Copyright: 2010-2021, imec Vision Lab, University of Antwerp +% 2014-2021, CWI, Amsterdam % License: Open Source under GPLv3 % Contact: astra@astra-toolbox.com % Website: http://www.astra-toolbox.com/ -- cgit v1.2.3