summaryrefslogtreecommitdiffstats
path: root/python/astra
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 /python/astra
parent0523862d2910fdd885ce8bd811ec9c3c861cc16f (diff)
downloadastra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.gz
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.bz2
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.tar.xz
astra-e2c4b2620f06c26fc24b3eee8516ce62179c9f19.zip
Update contact email
Diffstat (limited to 'python/astra')
-rw-r--r--python/astra/PyAlgorithmFactory.pxd2
-rw-r--r--python/astra/PyAlgorithmManager.pxd2
-rw-r--r--python/astra/PyData2DManager.pxd2
-rw-r--r--python/astra/PyData3DManager.pxd2
-rw-r--r--python/astra/PyIncludes.pxd2
-rw-r--r--python/astra/PyIndexManager.pxd2
-rw-r--r--python/astra/PyMatrixManager.pxd2
-rw-r--r--python/astra/PyProjector2DFactory.pxd2
-rw-r--r--python/astra/PyProjector2DManager.pxd2
-rw-r--r--python/astra/PyProjector3DFactory.pxd2
-rw-r--r--python/astra/PyProjector3DManager.pxd2
-rw-r--r--python/astra/PyXMLDocument.pxd2
-rw-r--r--python/astra/__init__.py2
-rw-r--r--python/astra/algorithm.py2
-rw-r--r--python/astra/algorithm_c.pyx2
-rw-r--r--python/astra/astra.py2
-rw-r--r--python/astra/astra_c.pyx2
-rw-r--r--python/astra/creators.py2
-rw-r--r--python/astra/data2d.py2
-rw-r--r--python/astra/data2d_c.pyx2
-rw-r--r--python/astra/data3d.py2
-rw-r--r--python/astra/data3d_c.pyx2
-rw-r--r--python/astra/experimental.pyx2
-rw-r--r--python/astra/extrautils.pyx2
-rw-r--r--python/astra/functions.py2
-rw-r--r--python/astra/log.py2
-rw-r--r--python/astra/log_c.pyx2
-rw-r--r--python/astra/matlab.py2
-rw-r--r--python/astra/matrix.py2
-rw-r--r--python/astra/matrix_c.pyx2
-rw-r--r--python/astra/optomo.py2
-rw-r--r--python/astra/plugin.py2
-rw-r--r--python/astra/plugin_c.pyx2
-rw-r--r--python/astra/plugins/__init__.py2
-rw-r--r--python/astra/plugins/cgls.py2
-rw-r--r--python/astra/plugins/sirt.py2
-rw-r--r--python/astra/projector.py2
-rw-r--r--python/astra/projector3d.py2
-rw-r--r--python/astra/projector3d_c.pyx2
-rw-r--r--python/astra/projector_c.pyx2
-rw-r--r--python/astra/pythonutils.py2
-rw-r--r--python/astra/src/PythonPluginAlgorithm.cpp2
-rw-r--r--python/astra/src/PythonPluginAlgorithm.h2
-rw-r--r--python/astra/tests.py2
-rw-r--r--python/astra/utils.pxd2
-rw-r--r--python/astra/utils.pyx2
46 files changed, 46 insertions, 46 deletions
diff --git a/python/astra/PyAlgorithmFactory.pxd b/python/astra/PyAlgorithmFactory.pxd
index 5e335e4..23ced96 100644
--- a/python/astra/PyAlgorithmFactory.pxd
+++ b/python/astra/PyAlgorithmFactory.pxd
@@ -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/python/astra/PyAlgorithmManager.pxd b/python/astra/PyAlgorithmManager.pxd
index dfc7961..9690006 100644
--- a/python/astra/PyAlgorithmManager.pxd
+++ b/python/astra/PyAlgorithmManager.pxd
@@ -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/python/astra/PyData2DManager.pxd b/python/astra/PyData2DManager.pxd
index 7cf60c7..31e5df7 100644
--- a/python/astra/PyData2DManager.pxd
+++ b/python/astra/PyData2DManager.pxd
@@ -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/python/astra/PyData3DManager.pxd b/python/astra/PyData3DManager.pxd
index 250147e..7f621e0 100644
--- a/python/astra/PyData3DManager.pxd
+++ b/python/astra/PyData3DManager.pxd
@@ -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/python/astra/PyIncludes.pxd b/python/astra/PyIncludes.pxd
index 84469aa..5f7ac46 100644
--- a/python/astra/PyIncludes.pxd
+++ b/python/astra/PyIncludes.pxd
@@ -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/python/astra/PyIndexManager.pxd b/python/astra/PyIndexManager.pxd
index 5eeff02..1058c64 100644
--- a/python/astra/PyIndexManager.pxd
+++ b/python/astra/PyIndexManager.pxd
@@ -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/python/astra/PyMatrixManager.pxd b/python/astra/PyMatrixManager.pxd
index 38ad7f1..877d3dd 100644
--- a/python/astra/PyMatrixManager.pxd
+++ b/python/astra/PyMatrixManager.pxd
@@ -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/python/astra/PyProjector2DFactory.pxd b/python/astra/PyProjector2DFactory.pxd
index b70bf79..dcd7548 100644
--- a/python/astra/PyProjector2DFactory.pxd
+++ b/python/astra/PyProjector2DFactory.pxd
@@ -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/python/astra/PyProjector2DManager.pxd b/python/astra/PyProjector2DManager.pxd
index 86bd3cf..70e28f1 100644
--- a/python/astra/PyProjector2DManager.pxd
+++ b/python/astra/PyProjector2DManager.pxd
@@ -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/python/astra/PyProjector3DFactory.pxd b/python/astra/PyProjector3DFactory.pxd
index ae0cc1d..7e773e2 100644
--- a/python/astra/PyProjector3DFactory.pxd
+++ b/python/astra/PyProjector3DFactory.pxd
@@ -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/python/astra/PyProjector3DManager.pxd b/python/astra/PyProjector3DManager.pxd
index cdd739a..e943fea 100644
--- a/python/astra/PyProjector3DManager.pxd
+++ b/python/astra/PyProjector3DManager.pxd
@@ -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/python/astra/PyXMLDocument.pxd b/python/astra/PyXMLDocument.pxd
index dbd84d5..24dde26 100644
--- a/python/astra/PyXMLDocument.pxd
+++ b/python/astra/PyXMLDocument.pxd
@@ -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/python/astra/__init__.py b/python/astra/__init__.py
index a0d14b1..75bdbf8 100644
--- a/python/astra/__init__.py
+++ b/python/astra/__init__.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/python/astra/algorithm.py b/python/astra/algorithm.py
index b6dfb95..141c52b 100644
--- a/python/astra/algorithm.py
+++ b/python/astra/algorithm.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/python/astra/algorithm_c.pyx b/python/astra/algorithm_c.pyx
index 161fe98..e529a76 100644
--- a/python/astra/algorithm_c.pyx
+++ b/python/astra/algorithm_c.pyx
@@ -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/python/astra/astra.py b/python/astra/astra.py
index 434ccb9..0fb2c1c 100644
--- a/python/astra/astra.py
+++ b/python/astra/astra.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/python/astra/astra_c.pyx b/python/astra/astra_c.pyx
index 8858244..caac560 100644
--- a/python/astra/astra_c.pyx
+++ b/python/astra/astra_c.pyx
@@ -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/python/astra/creators.py b/python/astra/creators.py
index 85daf82..2cb0f78 100644
--- a/python/astra/creators.py
+++ b/python/astra/creators.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/python/astra/data2d.py b/python/astra/data2d.py
index 674161d..efb6138 100644
--- a/python/astra/data2d.py
+++ b/python/astra/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/python/astra/data2d_c.pyx b/python/astra/data2d_c.pyx
index 1b1125d..c8137fd 100644
--- a/python/astra/data2d_c.pyx
+++ b/python/astra/data2d_c.pyx
@@ -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/python/astra/data3d.py b/python/astra/data3d.py
index ecb99d0..ab364be 100644
--- a/python/astra/data3d.py
+++ b/python/astra/data3d.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/python/astra/data3d_c.pyx b/python/astra/data3d_c.pyx
index 897634b..e4546dc 100644
--- a/python/astra/data3d_c.pyx
+++ b/python/astra/data3d_c.pyx
@@ -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/python/astra/experimental.pyx b/python/astra/experimental.pyx
index 80dae9a..7ea76bf 100644
--- a/python/astra/experimental.pyx
+++ b/python/astra/experimental.pyx
@@ -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/python/astra/extrautils.pyx b/python/astra/extrautils.pyx
index 248c6ee..66b04dc 100644
--- a/python/astra/extrautils.pyx
+++ b/python/astra/extrautils.pyx
@@ -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/python/astra/functions.py b/python/astra/functions.py
index 0d359b3..6fe24f4 100644
--- a/python/astra/functions.py
+++ b/python/astra/functions.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/python/astra/log.py b/python/astra/log.py
index a54ed08..1a685c1 100644
--- a/python/astra/log.py
+++ b/python/astra/log.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/python/astra/log_c.pyx b/python/astra/log_c.pyx
index 0757d0c..d14a3d6 100644
--- a/python/astra/log_c.pyx
+++ b/python/astra/log_c.pyx
@@ -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/python/astra/matlab.py b/python/astra/matlab.py
index c96931e..34aabf0 100644
--- a/python/astra/matlab.py
+++ b/python/astra/matlab.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/python/astra/matrix.py b/python/astra/matrix.py
index eeb873c..d228b84 100644
--- a/python/astra/matrix.py
+++ b/python/astra/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/python/astra/matrix_c.pyx b/python/astra/matrix_c.pyx
index ba20b10..e5b98ea 100644
--- a/python/astra/matrix_c.pyx
+++ b/python/astra/matrix_c.pyx
@@ -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/python/astra/optomo.py b/python/astra/optomo.py
index 74f34e5..275783d 100644
--- a/python/astra/optomo.py
+++ b/python/astra/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/python/astra/plugin.py b/python/astra/plugin.py
index 56c2761..d49e35f 100644
--- a/python/astra/plugin.py
+++ b/python/astra/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/python/astra/plugin_c.pyx b/python/astra/plugin_c.pyx
index 3853cec..6e8f1b4 100644
--- a/python/astra/plugin_c.pyx
+++ b/python/astra/plugin_c.pyx
@@ -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/python/astra/plugins/__init__.py b/python/astra/plugins/__init__.py
index 88a68cb..72f6bd0 100644
--- a/python/astra/plugins/__init__.py
+++ b/python/astra/plugins/__init__.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/python/astra/plugins/cgls.py b/python/astra/plugins/cgls.py
index 5268f51..6d9424e 100644
--- a/python/astra/plugins/cgls.py
+++ b/python/astra/plugins/cgls.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/python/astra/plugins/sirt.py b/python/astra/plugins/sirt.py
index 5238399..4268b83 100644
--- a/python/astra/plugins/sirt.py
+++ b/python/astra/plugins/sirt.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/python/astra/projector.py b/python/astra/projector.py
index 878e011..d784bdd 100644
--- a/python/astra/projector.py
+++ b/python/astra/projector.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/python/astra/projector3d.py b/python/astra/projector3d.py
index 9befa3f..58c0c01 100644
--- a/python/astra/projector3d.py
+++ b/python/astra/projector3d.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/python/astra/projector3d_c.pyx b/python/astra/projector3d_c.pyx
index 7184535..b6b46b9 100644
--- a/python/astra/projector3d_c.pyx
+++ b/python/astra/projector3d_c.pyx
@@ -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/python/astra/projector_c.pyx b/python/astra/projector_c.pyx
index ddd59a5..34bd22e 100644
--- a/python/astra/projector_c.pyx
+++ b/python/astra/projector_c.pyx
@@ -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/python/astra/pythonutils.py b/python/astra/pythonutils.py
index 1028a0a..dea098e 100644
--- a/python/astra/pythonutils.py
+++ b/python/astra/pythonutils.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/python/astra/src/PythonPluginAlgorithm.cpp b/python/astra/src/PythonPluginAlgorithm.cpp
index 69b3d06..b658272 100644
--- a/python/astra/src/PythonPluginAlgorithm.cpp
+++ b/python/astra/src/PythonPluginAlgorithm.cpp
@@ -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/python/astra/src/PythonPluginAlgorithm.h b/python/astra/src/PythonPluginAlgorithm.h
index dacd0e4..0c57883 100644
--- a/python/astra/src/PythonPluginAlgorithm.h
+++ b/python/astra/src/PythonPluginAlgorithm.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/python/astra/tests.py b/python/astra/tests.py
index f7c2c04..318d60a 100644
--- a/python/astra/tests.py
+++ b/python/astra/tests.py
@@ -2,7 +2,7 @@
# Copyright: 2010-2017, iMinds-Vision Lab, University of Antwerp
# 2013-2017, 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/python/astra/utils.pxd b/python/astra/utils.pxd
index 695081f..d2e5cb7 100644
--- a/python/astra/utils.pxd
+++ b/python/astra/utils.pxd
@@ -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/python/astra/utils.pyx b/python/astra/utils.pyx
index bcff6c3..f060638 100644
--- a/python/astra/utils.pyx
+++ b/python/astra/utils.pyx
@@ -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.