From e2c4b2620f06c26fc24b3eee8516ce62179c9f19 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 12 Jan 2018 17:43:02 +0100 Subject: Update contact email --- samples/python/s001_sinogram_par2d.py | 2 +- samples/python/s002_data2d.py | 2 +- samples/python/s003_gpu_reconstruction.py | 2 +- samples/python/s004_cpu_reconstruction.py | 2 +- samples/python/s005_3d_geometry.py | 2 +- samples/python/s006_3d_data.py | 2 +- samples/python/s007_3d_reconstruction.py | 2 +- samples/python/s008_gpu_selection.py | 2 +- samples/python/s009_projection_matrix.py | 2 +- samples/python/s010_supersampling.py | 2 +- samples/python/s011_object_info.py | 2 +- samples/python/s012_masks.py | 2 +- samples/python/s013_constraints.py | 2 +- samples/python/s014_FBP.py | 2 +- samples/python/s015_fp_bp.py | 2 +- samples/python/s016_plots.py | 2 +- samples/python/s017_OpTomo.py | 2 +- samples/python/s018_plugin.py | 2 +- samples/python/s019_experimental_multires.py | 2 +- samples/python/s020_3d_multiGPU.py | 2 +- samples/python/s021_pygpu.py | 2 +- samples/python/s022_fbp_cor.py | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'samples/python') diff --git a/samples/python/s001_sinogram_par2d.py b/samples/python/s001_sinogram_par2d.py index 11ca748..0c8fd0b 100644 --- a/samples/python/s001_sinogram_par2d.py +++ b/samples/python/s001_sinogram_par2d.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s002_data2d.py b/samples/python/s002_data2d.py index b7fc969..53b3be9 100644 --- a/samples/python/s002_data2d.py +++ b/samples/python/s002_data2d.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s003_gpu_reconstruction.py b/samples/python/s003_gpu_reconstruction.py index 1a94b55..1631e86 100644 --- a/samples/python/s003_gpu_reconstruction.py +++ b/samples/python/s003_gpu_reconstruction.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s004_cpu_reconstruction.py b/samples/python/s004_cpu_reconstruction.py index 3b6ffbe..ef788b4 100644 --- a/samples/python/s004_cpu_reconstruction.py +++ b/samples/python/s004_cpu_reconstruction.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s005_3d_geometry.py b/samples/python/s005_3d_geometry.py index cd48b1e..d9f9322 100644 --- a/samples/python/s005_3d_geometry.py +++ b/samples/python/s005_3d_geometry.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s006_3d_data.py b/samples/python/s006_3d_data.py index 50efd99..4657df9 100644 --- a/samples/python/s006_3d_data.py +++ b/samples/python/s006_3d_data.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s007_3d_reconstruction.py b/samples/python/s007_3d_reconstruction.py index 85d029a..9c3ce27 100644 --- a/samples/python/s007_3d_reconstruction.py +++ b/samples/python/s007_3d_reconstruction.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s008_gpu_selection.py b/samples/python/s008_gpu_selection.py index 9fa9d49..089747a 100644 --- a/samples/python/s008_gpu_selection.py +++ b/samples/python/s008_gpu_selection.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s009_projection_matrix.py b/samples/python/s009_projection_matrix.py index dccaa4b..a4e5d30 100644 --- a/samples/python/s009_projection_matrix.py +++ b/samples/python/s009_projection_matrix.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s010_supersampling.py b/samples/python/s010_supersampling.py index 42d7296..59b2e93 100644 --- a/samples/python/s010_supersampling.py +++ b/samples/python/s010_supersampling.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s011_object_info.py b/samples/python/s011_object_info.py index 3442a9f..c3373e9 100644 --- a/samples/python/s011_object_info.py +++ b/samples/python/s011_object_info.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s012_masks.py b/samples/python/s012_masks.py index 073515f..4ee8de6 100644 --- a/samples/python/s012_masks.py +++ b/samples/python/s012_masks.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s013_constraints.py b/samples/python/s013_constraints.py index ca8b2d8..978861c 100644 --- a/samples/python/s013_constraints.py +++ b/samples/python/s013_constraints.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s014_FBP.py b/samples/python/s014_FBP.py index 051eff7..acf923a 100644 --- a/samples/python/s014_FBP.py +++ b/samples/python/s014_FBP.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s015_fp_bp.py b/samples/python/s015_fp_bp.py index 5d5e945..deae9d5 100644 --- a/samples/python/s015_fp_bp.py +++ b/samples/python/s015_fp_bp.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s016_plots.py b/samples/python/s016_plots.py index cc2a53a..aaab7a9 100644 --- a/samples/python/s016_plots.py +++ b/samples/python/s016_plots.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s017_OpTomo.py b/samples/python/s017_OpTomo.py index b568570..e8460aa 100644 --- a/samples/python/s017_OpTomo.py +++ b/samples/python/s017_OpTomo.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s018_plugin.py b/samples/python/s018_plugin.py index dbd9274..20c6ae9 100644 --- a/samples/python/s018_plugin.py +++ b/samples/python/s018_plugin.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s019_experimental_multires.py b/samples/python/s019_experimental_multires.py index 1aff223..8b93b38 100644 --- a/samples/python/s019_experimental_multires.py +++ b/samples/python/s019_experimental_multires.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s020_3d_multiGPU.py b/samples/python/s020_3d_multiGPU.py index e872870..bba4e89 100644 --- a/samples/python/s020_3d_multiGPU.py +++ b/samples/python/s020_3d_multiGPU.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s021_pygpu.py b/samples/python/s021_pygpu.py index 95a3062..9b5b895 100644 --- a/samples/python/s021_pygpu.py +++ b/samples/python/s021_pygpu.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. diff --git a/samples/python/s022_fbp_cor.py b/samples/python/s022_fbp_cor.py index bb110e5..b6782f0 100644 --- a/samples/python/s022_fbp_cor.py +++ b/samples/python/s022_fbp_cor.py @@ -2,7 +2,7 @@ # Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp # 2013-2016, CWI, Amsterdam # -# Contact: astra@uantwerpen.be +# Contact: astra@astra-toolbox.com # Website: http://www.astra-toolbox.com/ # # This file is part of the ASTRA Toolbox. -- cgit v1.2.3