summaryrefslogtreecommitdiffstats
path: root/cuda
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-12 17:43:02 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-12 17:43:02 +0100
commite2c4b2620f06c26fc24b3eee8516ce62179c9f19 (patch)
treea068ba3298d4e1db1f646a765ee54ef56d0e7165 /cuda
parent0523862d2910fdd885ce8bd811ec9c3c861cc16f (diff)
downloadastra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.gz
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.bz2
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.xz
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.zip
Update contact email
Diffstat (limited to 'cuda')
-rw-r--r--cuda/2d/algo.cu2
-rw-r--r--cuda/2d/algo.h2
-rw-r--r--cuda/2d/arith.cu2
-rw-r--r--cuda/2d/arith.h2
-rw-r--r--cuda/2d/astra.cu2
-rw-r--r--cuda/2d/astra.h2
-rw-r--r--cuda/2d/cgls.cu2
-rw-r--r--cuda/2d/cgls.h2
-rw-r--r--cuda/2d/darthelper.cu2
-rw-r--r--cuda/2d/darthelper.h2
-rw-r--r--cuda/2d/dims.h2
-rw-r--r--cuda/2d/em.cu2
-rw-r--r--cuda/2d/em.h2
-rw-r--r--cuda/2d/fan_bp.cu2
-rw-r--r--cuda/2d/fan_bp.h2
-rw-r--r--cuda/2d/fan_fp.cu2
-rw-r--r--cuda/2d/fan_fp.h2
-rw-r--r--cuda/2d/fbp.cu2
-rw-r--r--cuda/2d/fbp.h2
-rw-r--r--cuda/2d/fbp_filters.h2
-rw-r--r--cuda/2d/fft.cu2
-rw-r--r--cuda/2d/fft.h2
-rw-r--r--cuda/2d/par_bp.cu2
-rw-r--r--cuda/2d/par_bp.h2
-rw-r--r--cuda/2d/par_fp.cu2
-rw-r--r--cuda/2d/par_fp.h2
-rw-r--r--cuda/2d/sart.cu2
-rw-r--r--cuda/2d/sart.h2
-rw-r--r--cuda/2d/sirt.cu2
-rw-r--r--cuda/2d/sirt.h2
-rw-r--r--cuda/2d/util.cu2
-rw-r--r--cuda/2d/util.h2
-rw-r--r--cuda/3d/algo3d.cu2
-rw-r--r--cuda/3d/algo3d.h2
-rw-r--r--cuda/3d/arith3d.cu2
-rw-r--r--cuda/3d/arith3d.h2
-rw-r--r--cuda/3d/astra3d.cu2
-rw-r--r--cuda/3d/astra3d.h2
-rw-r--r--cuda/3d/cgls3d.cu2
-rw-r--r--cuda/3d/cgls3d.h2
-rw-r--r--cuda/3d/cone_bp.cu2
-rw-r--r--cuda/3d/cone_bp.h2
-rw-r--r--cuda/3d/cone_fp.cu2
-rw-r--r--cuda/3d/cone_fp.h2
-rw-r--r--cuda/3d/darthelper3d.cu2
-rw-r--r--cuda/3d/darthelper3d.h2
-rw-r--r--cuda/3d/dims3d.h2
-rw-r--r--cuda/3d/fdk.cu2
-rw-r--r--cuda/3d/fdk.h2
-rw-r--r--cuda/3d/mem3d.cu2
-rw-r--r--cuda/3d/mem3d.h2
-rw-r--r--cuda/3d/par3d_bp.cu2
-rw-r--r--cuda/3d/par3d_bp.h2
-rw-r--r--cuda/3d/par3d_fp.cu2
-rw-r--r--cuda/3d/par3d_fp.h2
-rw-r--r--cuda/3d/sirt3d.cu2
-rw-r--r--cuda/3d/sirt3d.h2
-rw-r--r--cuda/3d/util3d.cu2
-rw-r--r--cuda/3d/util3d.h2
59 files changed, 59 insertions, 59 deletions
diff --git a/cuda/2d/algo.cu b/cuda/2d/algo.cu
index 3275f6d..cf38c0c 100644
--- a/cuda/2d/algo.cu
+++ b/cuda/2d/algo.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/algo.h b/cuda/2d/algo.h
index d70859f..443e9df 100644
--- a/cuda/2d/algo.h
+++ b/cuda/2d/algo.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/arith.cu b/cuda/2d/arith.cu
index 9805093..fd3b39c 100644
--- a/cuda/2d/arith.cu
+++ b/cuda/2d/arith.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/arith.h b/cuda/2d/arith.h
index 5b1c270..642590f 100644
--- a/cuda/2d/arith.h
+++ b/cuda/2d/arith.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/astra.cu b/cuda/2d/astra.cu
index 69a4e86..0752b67 100644
--- a/cuda/2d/astra.cu
+++ b/cuda/2d/astra.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/astra.h b/cuda/2d/astra.h
index 119d172..d050a65 100644
--- a/cuda/2d/astra.h
+++ b/cuda/2d/astra.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/cgls.cu b/cuda/2d/cgls.cu
index 1a31438..1b0a294 100644
--- a/cuda/2d/cgls.cu
+++ b/cuda/2d/cgls.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/cgls.h b/cuda/2d/cgls.h
index c45b5a4..1c80ec0 100644
--- a/cuda/2d/cgls.h
+++ b/cuda/2d/cgls.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/darthelper.cu b/cuda/2d/darthelper.cu
index d4b5220..237dcc9 100644
--- a/cuda/2d/darthelper.cu
+++ b/cuda/2d/darthelper.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/darthelper.h b/cuda/2d/darthelper.h
index 67a6a7d..bd84bb6 100644
--- a/cuda/2d/darthelper.h
+++ b/cuda/2d/darthelper.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/dims.h b/cuda/2d/dims.h
index 10eaabf..17b63b9 100644
--- a/cuda/2d/dims.h
+++ b/cuda/2d/dims.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/em.cu b/cuda/2d/em.cu
index 03cc652..8041be1 100644
--- a/cuda/2d/em.cu
+++ b/cuda/2d/em.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/em.h b/cuda/2d/em.h
index 15795f7..025df33 100644
--- a/cuda/2d/em.h
+++ b/cuda/2d/em.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/fan_bp.cu b/cuda/2d/fan_bp.cu
index 2025528..a602520 100644
--- a/cuda/2d/fan_bp.cu
+++ b/cuda/2d/fan_bp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/fan_bp.h b/cuda/2d/fan_bp.h
index 4e466fc..4ebaf94 100644
--- a/cuda/2d/fan_bp.h
+++ b/cuda/2d/fan_bp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/fan_fp.cu b/cuda/2d/fan_fp.cu
index 494e89b..129b425 100644
--- a/cuda/2d/fan_fp.cu
+++ b/cuda/2d/fan_fp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/fan_fp.h b/cuda/2d/fan_fp.h
index 4bc07eb..851209f 100644
--- a/cuda/2d/fan_fp.h
+++ b/cuda/2d/fan_fp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/fbp.cu b/cuda/2d/fbp.cu
index 365fc88..8173384 100644
--- a/cuda/2d/fbp.cu
+++ b/cuda/2d/fbp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
2014-2015, CWI, Amsterdam
-Contact: astra@uantwerpen.be
+Contact: astra@astra-toolbox.com
Website: http://sf.net/projects/astra-toolbox
This file is part of the ASTRA Toolbox.
diff --git a/cuda/2d/fbp.h b/cuda/2d/fbp.h
index 8b4d64d..6c43f74 100644
--- a/cuda/2d/fbp.h
+++ b/cuda/2d/fbp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
2014-2015, CWI, Amsterdam
-Contact: astra@uantwerpen.be
+Contact: astra@astra-toolbox.com
Website: http://sf.net/projects/astra-toolbox
This file is part of the ASTRA Toolbox.
diff --git a/cuda/2d/fbp_filters.h b/cuda/2d/fbp_filters.h
index bf1342d..12a1553 100644
--- a/cuda/2d/fbp_filters.h
+++ b/cuda/2d/fbp_filters.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/fft.cu b/cuda/2d/fft.cu
index 5500e14..101a223 100644
--- a/cuda/2d/fft.cu
+++ b/cuda/2d/fft.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/fft.h b/cuda/2d/fft.h
index 3e91043..4f2d283 100644
--- a/cuda/2d/fft.h
+++ b/cuda/2d/fft.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/par_bp.cu b/cuda/2d/par_bp.cu
index 307c561..c802f52 100644
--- a/cuda/2d/par_bp.cu
+++ b/cuda/2d/par_bp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/par_bp.h b/cuda/2d/par_bp.h
index 3fa8a28..48d2dd2 100644
--- a/cuda/2d/par_bp.h
+++ b/cuda/2d/par_bp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/par_fp.cu b/cuda/2d/par_fp.cu
index a0b04ee..336be7e 100644
--- a/cuda/2d/par_fp.cu
+++ b/cuda/2d/par_fp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/par_fp.h b/cuda/2d/par_fp.h
index 1f0ff69..bb0fd76 100644
--- a/cuda/2d/par_fp.h
+++ b/cuda/2d/par_fp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/sart.cu b/cuda/2d/sart.cu
index 3a3c7e6..4c34d21 100644
--- a/cuda/2d/sart.cu
+++ b/cuda/2d/sart.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/sart.h b/cuda/2d/sart.h
index 06051ae..5820253 100644
--- a/cuda/2d/sart.h
+++ b/cuda/2d/sart.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/sirt.cu b/cuda/2d/sirt.cu
index b393d7f..ebc6a79 100644
--- a/cuda/2d/sirt.cu
+++ b/cuda/2d/sirt.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/sirt.h b/cuda/2d/sirt.h
index 7c440d5..112ddf3 100644
--- a/cuda/2d/sirt.h
+++ b/cuda/2d/sirt.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/util.cu b/cuda/2d/util.cu
index 871e139..05b2d6a 100644
--- a/cuda/2d/util.cu
+++ b/cuda/2d/util.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/2d/util.h b/cuda/2d/util.h
index 382d862..dfe496b 100644
--- a/cuda/2d/util.h
+++ b/cuda/2d/util.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/algo3d.cu b/cuda/3d/algo3d.cu
index 437c493..27ce770 100644
--- a/cuda/3d/algo3d.cu
+++ b/cuda/3d/algo3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/algo3d.h b/cuda/3d/algo3d.h
index 6ba8b6f..517d4d3 100644
--- a/cuda/3d/algo3d.h
+++ b/cuda/3d/algo3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/arith3d.cu b/cuda/3d/arith3d.cu
index fd41812..d148466 100644
--- a/cuda/3d/arith3d.cu
+++ b/cuda/3d/arith3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/arith3d.h b/cuda/3d/arith3d.h
index c42603e..96cfd68 100644
--- a/cuda/3d/arith3d.h
+++ b/cuda/3d/arith3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/astra3d.cu b/cuda/3d/astra3d.cu
index 30cbe1b..e2ed2ad 100644
--- a/cuda/3d/astra3d.cu
+++ b/cuda/3d/astra3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/astra3d.h b/cuda/3d/astra3d.h
index 5267899..806a53f 100644
--- a/cuda/3d/astra3d.h
+++ b/cuda/3d/astra3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/cgls3d.cu b/cuda/3d/cgls3d.cu
index 7200144..c70a4a7 100644
--- a/cuda/3d/cgls3d.cu
+++ b/cuda/3d/cgls3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/cgls3d.h b/cuda/3d/cgls3d.h
index 2ed2b1d..4f7d47d 100644
--- a/cuda/3d/cgls3d.h
+++ b/cuda/3d/cgls3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/cone_bp.cu b/cuda/3d/cone_bp.cu
index c3405b8..2ee9949 100644
--- a/cuda/3d/cone_bp.cu
+++ b/cuda/3d/cone_bp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/cone_bp.h b/cuda/3d/cone_bp.h
index 3952ab9..100da9d 100644
--- a/cuda/3d/cone_bp.h
+++ b/cuda/3d/cone_bp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/cone_fp.cu b/cuda/3d/cone_fp.cu
index 181f2fe..8c30fe1 100644
--- a/cuda/3d/cone_fp.cu
+++ b/cuda/3d/cone_fp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/cone_fp.h b/cuda/3d/cone_fp.h
index d46990b..4b46f6c 100644
--- a/cuda/3d/cone_fp.h
+++ b/cuda/3d/cone_fp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/darthelper3d.cu b/cuda/3d/darthelper3d.cu
index 1457017..82db2b1 100644
--- a/cuda/3d/darthelper3d.cu
+++ b/cuda/3d/darthelper3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/darthelper3d.h b/cuda/3d/darthelper3d.h
index 539fa06..b6e3d79 100644
--- a/cuda/3d/darthelper3d.h
+++ b/cuda/3d/darthelper3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/dims3d.h b/cuda/3d/dims3d.h
index 24c334a..bcb5e43 100644
--- a/cuda/3d/dims3d.h
+++ b/cuda/3d/dims3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/fdk.cu b/cuda/3d/fdk.cu
index 91b0219..dd82fa1 100644
--- a/cuda/3d/fdk.cu
+++ b/cuda/3d/fdk.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/fdk.h b/cuda/3d/fdk.h
index 0165af9..5d7b4ec 100644
--- a/cuda/3d/fdk.h
+++ b/cuda/3d/fdk.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/mem3d.cu b/cuda/3d/mem3d.cu
index e55cc13..a55e4bf 100644
--- a/cuda/3d/mem3d.cu
+++ b/cuda/3d/mem3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/mem3d.h b/cuda/3d/mem3d.h
index 12a532d..828a364 100644
--- a/cuda/3d/mem3d.h
+++ b/cuda/3d/mem3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/par3d_bp.cu b/cuda/3d/par3d_bp.cu
index e43479a..644a39d 100644
--- a/cuda/3d/par3d_bp.cu
+++ b/cuda/3d/par3d_bp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/par3d_bp.h b/cuda/3d/par3d_bp.h
index 4454395..1de6b12 100644
--- a/cuda/3d/par3d_bp.h
+++ b/cuda/3d/par3d_bp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/par3d_fp.cu b/cuda/3d/par3d_fp.cu
index a99308f..442a826 100644
--- a/cuda/3d/par3d_fp.cu
+++ b/cuda/3d/par3d_fp.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/par3d_fp.h b/cuda/3d/par3d_fp.h
index c69ab51..598b24c 100644
--- a/cuda/3d/par3d_fp.h
+++ b/cuda/3d/par3d_fp.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/sirt3d.cu b/cuda/3d/sirt3d.cu
index 4d1ed81..774d68b 100644
--- a/cuda/3d/sirt3d.cu
+++ b/cuda/3d/sirt3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/sirt3d.h b/cuda/3d/sirt3d.h
index 337ca89..434937c 100644
--- a/cuda/3d/sirt3d.h
+++ b/cuda/3d/sirt3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/util3d.cu b/cuda/3d/util3d.cu
index e7b8fbb..a3c60b1 100644
--- a/cuda/3d/util3d.cu
+++ b/cuda/3d/util3d.cu
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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/cuda/3d/util3d.h b/cuda/3d/util3d.h
index 7dca762..054300a 100644
--- a/cuda/3d/util3d.h
+++ b/cuda/3d/util3d.h
@@ -3,7 +3,7 @@
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
2014-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.