summaryrefslogtreecommitdiffstats
path: root/cuda/2d
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/2d
parent0523862d2910fdd885ce8bd811ec9c3c861cc16f (diff)
downloadastra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.gz
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.bz2
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.xz
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.zip
Update contact email
Diffstat (limited to 'cuda/2d')
-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
32 files changed, 32 insertions, 32 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.