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