diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-01-24 14:05:01 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-01-24 14:30:14 +0100 |
commit | 34e73fc14493211f926e14a0af912fce0666adf6 (patch) | |
tree | 37f5c0aea67642dbdc6fada964bebb20fca344be /samples/python | |
parent | e2c4b2620f06c26fc24b3eee8516ce62179c9f19 (diff) | |
download | astra-34e73fc14493211f926e14a0af912fce0666adf6.tar.gz astra-34e73fc14493211f926e14a0af912fce0666adf6.tar.bz2 astra-34e73fc14493211f926e14a0af912fce0666adf6.tar.xz astra-34e73fc14493211f926e14a0af912fce0666adf6.zip |
Update copyright date
Diffstat (limited to 'samples/python')
-rw-r--r-- | samples/python/s001_sinogram_par2d.py | 4 | ||||
-rw-r--r-- | samples/python/s002_data2d.py | 4 | ||||
-rw-r--r-- | samples/python/s003_gpu_reconstruction.py | 4 | ||||
-rw-r--r-- | samples/python/s004_cpu_reconstruction.py | 4 | ||||
-rw-r--r-- | samples/python/s005_3d_geometry.py | 4 | ||||
-rw-r--r-- | samples/python/s006_3d_data.py | 4 | ||||
-rw-r--r-- | samples/python/s007_3d_reconstruction.py | 4 | ||||
-rw-r--r-- | samples/python/s008_gpu_selection.py | 4 | ||||
-rw-r--r-- | samples/python/s009_projection_matrix.py | 4 | ||||
-rw-r--r-- | samples/python/s010_supersampling.py | 4 | ||||
-rw-r--r-- | samples/python/s011_object_info.py | 4 | ||||
-rw-r--r-- | samples/python/s012_masks.py | 4 | ||||
-rw-r--r-- | samples/python/s013_constraints.py | 4 | ||||
-rw-r--r-- | samples/python/s014_FBP.py | 4 | ||||
-rw-r--r-- | samples/python/s015_fp_bp.py | 4 | ||||
-rw-r--r-- | samples/python/s016_plots.py | 4 | ||||
-rw-r--r-- | samples/python/s017_OpTomo.py | 4 | ||||
-rw-r--r-- | samples/python/s018_plugin.py | 4 | ||||
-rw-r--r-- | samples/python/s019_experimental_multires.py | 4 | ||||
-rw-r--r-- | samples/python/s020_3d_multiGPU.py | 4 | ||||
-rw-r--r-- | samples/python/s021_pygpu.py | 4 | ||||
-rw-r--r-- | samples/python/s022_fbp_cor.py | 4 |
22 files changed, 44 insertions, 44 deletions
diff --git a/samples/python/s001_sinogram_par2d.py b/samples/python/s001_sinogram_par2d.py index 0c8fd0b..265cf7c 100644 --- a/samples/python/s001_sinogram_par2d.py +++ b/samples/python/s001_sinogram_par2d.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s002_data2d.py b/samples/python/s002_data2d.py index 53b3be9..10da662 100644 --- a/samples/python/s002_data2d.py +++ b/samples/python/s002_data2d.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s003_gpu_reconstruction.py b/samples/python/s003_gpu_reconstruction.py index 1631e86..e8527db 100644 --- a/samples/python/s003_gpu_reconstruction.py +++ b/samples/python/s003_gpu_reconstruction.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s004_cpu_reconstruction.py b/samples/python/s004_cpu_reconstruction.py index ef788b4..395e8d1 100644 --- a/samples/python/s004_cpu_reconstruction.py +++ b/samples/python/s004_cpu_reconstruction.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s005_3d_geometry.py b/samples/python/s005_3d_geometry.py index d9f9322..dac6e5b 100644 --- a/samples/python/s005_3d_geometry.py +++ b/samples/python/s005_3d_geometry.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s006_3d_data.py b/samples/python/s006_3d_data.py index 4657df9..23928d9 100644 --- a/samples/python/s006_3d_data.py +++ b/samples/python/s006_3d_data.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s007_3d_reconstruction.py b/samples/python/s007_3d_reconstruction.py index 9c3ce27..cae0b08 100644 --- a/samples/python/s007_3d_reconstruction.py +++ b/samples/python/s007_3d_reconstruction.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s008_gpu_selection.py b/samples/python/s008_gpu_selection.py index 089747a..1ae60f9 100644 --- a/samples/python/s008_gpu_selection.py +++ b/samples/python/s008_gpu_selection.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s009_projection_matrix.py b/samples/python/s009_projection_matrix.py index a4e5d30..26ac485 100644 --- a/samples/python/s009_projection_matrix.py +++ b/samples/python/s009_projection_matrix.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s010_supersampling.py b/samples/python/s010_supersampling.py index 59b2e93..aeca6c1 100644 --- a/samples/python/s010_supersampling.py +++ b/samples/python/s010_supersampling.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s011_object_info.py b/samples/python/s011_object_info.py index c3373e9..08c69a0 100644 --- a/samples/python/s011_object_info.py +++ b/samples/python/s011_object_info.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s012_masks.py b/samples/python/s012_masks.py index 4ee8de6..ab83af4 100644 --- a/samples/python/s012_masks.py +++ b/samples/python/s012_masks.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s013_constraints.py b/samples/python/s013_constraints.py index 978861c..1019bd9 100644 --- a/samples/python/s013_constraints.py +++ b/samples/python/s013_constraints.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s014_FBP.py b/samples/python/s014_FBP.py index acf923a..ec46001 100644 --- a/samples/python/s014_FBP.py +++ b/samples/python/s014_FBP.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s015_fp_bp.py b/samples/python/s015_fp_bp.py index deae9d5..90e1306 100644 --- a/samples/python/s015_fp_bp.py +++ b/samples/python/s015_fp_bp.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s016_plots.py b/samples/python/s016_plots.py index aaab7a9..aaaeb40 100644 --- a/samples/python/s016_plots.py +++ b/samples/python/s016_plots.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s017_OpTomo.py b/samples/python/s017_OpTomo.py index e8460aa..01189ef 100644 --- a/samples/python/s017_OpTomo.py +++ b/samples/python/s017_OpTomo.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s018_plugin.py b/samples/python/s018_plugin.py index 20c6ae9..8fbac99 100644 --- a/samples/python/s018_plugin.py +++ b/samples/python/s018_plugin.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s019_experimental_multires.py b/samples/python/s019_experimental_multires.py index 8b93b38..e07ba3d 100644 --- a/samples/python/s019_experimental_multires.py +++ b/samples/python/s019_experimental_multires.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s020_3d_multiGPU.py b/samples/python/s020_3d_multiGPU.py index bba4e89..d163950 100644 --- a/samples/python/s020_3d_multiGPU.py +++ b/samples/python/s020_3d_multiGPU.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s021_pygpu.py b/samples/python/s021_pygpu.py index 9b5b895..fde90da 100644 --- a/samples/python/s021_pygpu.py +++ b/samples/python/s021_pygpu.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ diff --git a/samples/python/s022_fbp_cor.py b/samples/python/s022_fbp_cor.py index b6782f0..fab9d82 100644 --- a/samples/python/s022_fbp_cor.py +++ b/samples/python/s022_fbp_cor.py @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp -# 2013-2016, CWI, Amsterdam +# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ |