diff options
Diffstat (limited to 'samples/python')
-rw-r--r-- | samples/python/s001_sinogram_par2d.py | 2 | ||||
-rw-r--r-- | samples/python/s002_data2d.py | 2 | ||||
-rw-r--r-- | samples/python/s003_gpu_reconstruction.py | 2 | ||||
-rw-r--r-- | samples/python/s004_cpu_reconstruction.py | 2 | ||||
-rw-r--r-- | samples/python/s005_3d_geometry.py | 2 | ||||
-rw-r--r-- | samples/python/s006_3d_data.py | 2 | ||||
-rw-r--r-- | samples/python/s007_3d_reconstruction.py | 2 | ||||
-rw-r--r-- | samples/python/s008_gpu_selection.py | 2 | ||||
-rw-r--r-- | samples/python/s009_projection_matrix.py | 2 | ||||
-rw-r--r-- | samples/python/s010_supersampling.py | 2 | ||||
-rw-r--r-- | samples/python/s011_object_info.py | 2 | ||||
-rw-r--r-- | samples/python/s012_masks.py | 2 | ||||
-rw-r--r-- | samples/python/s013_constraints.py | 2 | ||||
-rw-r--r-- | samples/python/s014_FBP.py | 2 | ||||
-rw-r--r-- | samples/python/s015_fp_bp.py | 2 | ||||
-rw-r--r-- | samples/python/s016_plots.py | 2 | ||||
-rw-r--r-- | samples/python/s017_OpTomo.py | 2 | ||||
-rw-r--r-- | samples/python/s018_plugin.py | 2 | ||||
-rw-r--r-- | samples/python/s019_experimental_multires.py | 2 | ||||
-rw-r--r-- | samples/python/s020_3d_multiGPU.py | 2 | ||||
-rw-r--r-- | samples/python/s021_pygpu.py | 2 | ||||
-rw-r--r-- | samples/python/s022_fbp_cor.py | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/samples/python/s001_sinogram_par2d.py b/samples/python/s001_sinogram_par2d.py index 265cf7c..cad3312 100644 --- a/samples/python/s001_sinogram_par2d.py +++ b/samples/python/s001_sinogram_par2d.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s002_data2d.py b/samples/python/s002_data2d.py index 10da662..764d328 100644 --- a/samples/python/s002_data2d.py +++ b/samples/python/s002_data2d.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s003_gpu_reconstruction.py b/samples/python/s003_gpu_reconstruction.py index e8527db..598d965 100644 --- a/samples/python/s003_gpu_reconstruction.py +++ b/samples/python/s003_gpu_reconstruction.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s004_cpu_reconstruction.py b/samples/python/s004_cpu_reconstruction.py index 395e8d1..8b632fc 100644 --- a/samples/python/s004_cpu_reconstruction.py +++ b/samples/python/s004_cpu_reconstruction.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s005_3d_geometry.py b/samples/python/s005_3d_geometry.py index dac6e5b..24f1a3e 100644 --- a/samples/python/s005_3d_geometry.py +++ b/samples/python/s005_3d_geometry.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s006_3d_data.py b/samples/python/s006_3d_data.py index 23928d9..7f2f955 100644 --- a/samples/python/s006_3d_data.py +++ b/samples/python/s006_3d_data.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s007_3d_reconstruction.py b/samples/python/s007_3d_reconstruction.py index cae0b08..c7283a1 100644 --- a/samples/python/s007_3d_reconstruction.py +++ b/samples/python/s007_3d_reconstruction.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s008_gpu_selection.py b/samples/python/s008_gpu_selection.py index 1ae60f9..21ce762 100644 --- a/samples/python/s008_gpu_selection.py +++ b/samples/python/s008_gpu_selection.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s009_projection_matrix.py b/samples/python/s009_projection_matrix.py index 26ac485..cd4cf63 100644 --- a/samples/python/s009_projection_matrix.py +++ b/samples/python/s009_projection_matrix.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s010_supersampling.py b/samples/python/s010_supersampling.py index aeca6c1..fb6cf59 100644 --- a/samples/python/s010_supersampling.py +++ b/samples/python/s010_supersampling.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s011_object_info.py b/samples/python/s011_object_info.py index 08c69a0..84da6f8 100644 --- a/samples/python/s011_object_info.py +++ b/samples/python/s011_object_info.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s012_masks.py b/samples/python/s012_masks.py index ab83af4..d7f5352 100644 --- a/samples/python/s012_masks.py +++ b/samples/python/s012_masks.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s013_constraints.py b/samples/python/s013_constraints.py index 1019bd9..b9bf6e4 100644 --- a/samples/python/s013_constraints.py +++ b/samples/python/s013_constraints.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s014_FBP.py b/samples/python/s014_FBP.py index ec46001..f7cefd4 100644 --- a/samples/python/s014_FBP.py +++ b/samples/python/s014_FBP.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s015_fp_bp.py b/samples/python/s015_fp_bp.py index 90e1306..10a4585 100644 --- a/samples/python/s015_fp_bp.py +++ b/samples/python/s015_fp_bp.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s016_plots.py b/samples/python/s016_plots.py index aaaeb40..0cacc94 100644 --- a/samples/python/s016_plots.py +++ b/samples/python/s016_plots.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s017_OpTomo.py b/samples/python/s017_OpTomo.py index 01189ef..f26d91d 100644 --- a/samples/python/s017_OpTomo.py +++ b/samples/python/s017_OpTomo.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s018_plugin.py b/samples/python/s018_plugin.py index 8fbac99..e2ff6f5 100644 --- a/samples/python/s018_plugin.py +++ b/samples/python/s018_plugin.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s019_experimental_multires.py b/samples/python/s019_experimental_multires.py index e07ba3d..9b26eca 100644 --- a/samples/python/s019_experimental_multires.py +++ b/samples/python/s019_experimental_multires.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s020_3d_multiGPU.py b/samples/python/s020_3d_multiGPU.py index d163950..5e65d87 100644 --- a/samples/python/s020_3d_multiGPU.py +++ b/samples/python/s020_3d_multiGPU.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s021_pygpu.py b/samples/python/s021_pygpu.py index fde90da..d89771c 100644 --- a/samples/python/s021_pygpu.py +++ b/samples/python/s021_pygpu.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com diff --git a/samples/python/s022_fbp_cor.py b/samples/python/s022_fbp_cor.py index fab9d82..a3b0542 100644 --- a/samples/python/s022_fbp_cor.py +++ b/samples/python/s022_fbp_cor.py @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------- -# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp +# Copyright: 2010-2018, imec Vision Lab, University of Antwerp # 2013-2018, CWI, Amsterdam # # Contact: astra@astra-toolbox.com |