summaryrefslogtreecommitdiffstats
path: root/samples/matlab
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-10-25 12:16:00 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-10-27 10:04:51 +0200
commit6dbcd4722082883860168d528f4123322c940df2 (patch)
tree05b201e3af85d609c02bc75de9a1cddeed148a3d /samples/matlab
parentd4f403fbeb8d68d5407913639c309910d1708562 (diff)
downloadastra-6dbcd4722082883860168d528f4123322c940df2.tar.gz
astra-6dbcd4722082883860168d528f4123322c940df2.tar.bz2
astra-6dbcd4722082883860168d528f4123322c940df2.tar.xz
astra-6dbcd4722082883860168d528f4123322c940df2.zip
Update copyright years
Diffstat (limited to 'samples/matlab')
-rw-r--r--samples/matlab/s001_sinogram_par2d.m4
-rw-r--r--samples/matlab/s002_data2d.m4
-rw-r--r--samples/matlab/s003_gpu_reconstruction.m4
-rw-r--r--samples/matlab/s004_cpu_reconstruction.m4
-rw-r--r--samples/matlab/s005_3d_geometry.m4
-rw-r--r--samples/matlab/s006_3d_data.m4
-rw-r--r--samples/matlab/s007_3d_reconstruction.m4
-rw-r--r--samples/matlab/s008_gpu_selection.m4
-rw-r--r--samples/matlab/s009_projection_matrix.m4
-rw-r--r--samples/matlab/s010_supersampling.m4
-rw-r--r--samples/matlab/s011_object_info.m4
-rw-r--r--samples/matlab/s012_masks.m4
-rw-r--r--samples/matlab/s013_constraints.m4
-rw-r--r--samples/matlab/s014_FBP.m4
-rw-r--r--samples/matlab/s015_fp_bp.m4
-rw-r--r--samples/matlab/s016_plots.m4
-rw-r--r--samples/matlab/s017_opTomo.m4
-rw-r--r--samples/matlab/s020_3d_multiGPU.m4
-rw-r--r--samples/matlab/s022_fbp_cor.m4
-rw-r--r--samples/matlab/s023_FBP_filters.m4
-rw-r--r--samples/matlab/s024_plot_geometry.m4
21 files changed, 42 insertions, 42 deletions
diff --git a/samples/matlab/s001_sinogram_par2d.m b/samples/matlab/s001_sinogram_par2d.m
index 5c49758..75be614 100644
--- a/samples/matlab/s001_sinogram_par2d.m
+++ b/samples/matlab/s001_sinogram_par2d.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/samples/matlab/s002_data2d.m b/samples/matlab/s002_data2d.m
index f075291..709ba67 100644
--- a/samples/matlab/s002_data2d.m
+++ b/samples/matlab/s002_data2d.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/samples/matlab/s003_gpu_reconstruction.m b/samples/matlab/s003_gpu_reconstruction.m
index 4a2cec7..e6d707a 100644
--- a/samples/matlab/s003_gpu_reconstruction.m
+++ b/samples/matlab/s003_gpu_reconstruction.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/samples/matlab/s004_cpu_reconstruction.m b/samples/matlab/s004_cpu_reconstruction.m
index c3b7a95..43d558c 100644
--- a/samples/matlab/s004_cpu_reconstruction.m
+++ b/samples/matlab/s004_cpu_reconstruction.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/samples/matlab/s005_3d_geometry.m b/samples/matlab/s005_3d_geometry.m
index df3ffad..4913aff 100644
--- a/samples/matlab/s005_3d_geometry.m
+++ b/samples/matlab/s005_3d_geometry.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/samples/matlab/s006_3d_data.m b/samples/matlab/s006_3d_data.m
index 9fac2f8..be95b76 100644
--- a/samples/matlab/s006_3d_data.m
+++ b/samples/matlab/s006_3d_data.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/samples/matlab/s007_3d_reconstruction.m b/samples/matlab/s007_3d_reconstruction.m
index 6e47490..7a567a1 100644
--- a/samples/matlab/s007_3d_reconstruction.m
+++ b/samples/matlab/s007_3d_reconstruction.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/samples/matlab/s008_gpu_selection.m b/samples/matlab/s008_gpu_selection.m
index 4cf7392..1397f19 100644
--- a/samples/matlab/s008_gpu_selection.m
+++ b/samples/matlab/s008_gpu_selection.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/samples/matlab/s009_projection_matrix.m b/samples/matlab/s009_projection_matrix.m
index b272be9..76eae3c 100644
--- a/samples/matlab/s009_projection_matrix.m
+++ b/samples/matlab/s009_projection_matrix.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/samples/matlab/s010_supersampling.m b/samples/matlab/s010_supersampling.m
index ca9bb21..e8b6bbb 100644
--- a/samples/matlab/s010_supersampling.m
+++ b/samples/matlab/s010_supersampling.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/samples/matlab/s011_object_info.m b/samples/matlab/s011_object_info.m
index 96aff2a..46213ca 100644
--- a/samples/matlab/s011_object_info.m
+++ b/samples/matlab/s011_object_info.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/samples/matlab/s012_masks.m b/samples/matlab/s012_masks.m
index 9914f4b..3fe4626 100644
--- a/samples/matlab/s012_masks.m
+++ b/samples/matlab/s012_masks.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/samples/matlab/s013_constraints.m b/samples/matlab/s013_constraints.m
index aaaf4d1..4beffce 100644
--- a/samples/matlab/s013_constraints.m
+++ b/samples/matlab/s013_constraints.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/samples/matlab/s014_FBP.m b/samples/matlab/s014_FBP.m
index 038aa90..ba30e0e 100644
--- a/samples/matlab/s014_FBP.m
+++ b/samples/matlab/s014_FBP.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/samples/matlab/s015_fp_bp.m b/samples/matlab/s015_fp_bp.m
index 34235d4..3b64f10 100644
--- a/samples/matlab/s015_fp_bp.m
+++ b/samples/matlab/s015_fp_bp.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/samples/matlab/s016_plots.m b/samples/matlab/s016_plots.m
index ac7c169..16ec575 100644
--- a/samples/matlab/s016_plots.m
+++ b/samples/matlab/s016_plots.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/samples/matlab/s017_opTomo.m b/samples/matlab/s017_opTomo.m
index 175287a..795a642 100644
--- a/samples/matlab/s017_opTomo.m
+++ b/samples/matlab/s017_opTomo.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/samples/matlab/s020_3d_multiGPU.m b/samples/matlab/s020_3d_multiGPU.m
index e793848..7ed4ee0 100644
--- a/samples/matlab/s020_3d_multiGPU.m
+++ b/samples/matlab/s020_3d_multiGPU.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/samples/matlab/s022_fbp_cor.m b/samples/matlab/s022_fbp_cor.m
index 2820541..aac7a19 100644
--- a/samples/matlab/s022_fbp_cor.m
+++ b/samples/matlab/s022_fbp_cor.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/samples/matlab/s023_FBP_filters.m b/samples/matlab/s023_FBP_filters.m
index d01b0d0..f138ba1 100644
--- a/samples/matlab/s023_FBP_filters.m
+++ b/samples/matlab/s023_FBP_filters.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/samples/matlab/s024_plot_geometry.m b/samples/matlab/s024_plot_geometry.m
index 6c4c3f0..9623ac4 100644
--- a/samples/matlab/s024_plot_geometry.m
+++ b/samples/matlab/s024_plot_geometry.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/