summaryrefslogtreecommitdiffstats
path: root/cuda/2d
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-24 14:07:10 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-24 14:30:19 +0100
commit3c09223a447ea272beecd142b1a7de1a67e402c0 (patch)
tree1ccc66b8a9ed3bff4dca32c3c74f7c167fd6b246 /cuda/2d
parent34e73fc14493211f926e14a0af912fce0666adf6 (diff)
downloadastra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.gz
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.bz2
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.xz
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.zip
iMinds -> imec
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 36900e4..02790f0 100644
--- a/cuda/2d/algo.cu
+++ b/cuda/2d/algo.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/algo.h b/cuda/2d/algo.h
index e60fa83..2ce929c 100644
--- a/cuda/2d/algo.h
+++ b/cuda/2d/algo.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/arith.cu b/cuda/2d/arith.cu
index 50dba5d..0ff4aa0 100644
--- a/cuda/2d/arith.cu
+++ b/cuda/2d/arith.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/arith.h b/cuda/2d/arith.h
index b66ee8b..e18bb1b 100644
--- a/cuda/2d/arith.h
+++ b/cuda/2d/arith.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/astra.cu b/cuda/2d/astra.cu
index cf2db68..2ee469c 100644
--- a/cuda/2d/astra.cu
+++ b/cuda/2d/astra.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/astra.h b/cuda/2d/astra.h
index 11104ae..6f0e2f0 100644
--- a/cuda/2d/astra.h
+++ b/cuda/2d/astra.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/cgls.cu b/cuda/2d/cgls.cu
index a9345b0..f9fd6c1 100644
--- a/cuda/2d/cgls.cu
+++ b/cuda/2d/cgls.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/cgls.h b/cuda/2d/cgls.h
index aafab85..375a425 100644
--- a/cuda/2d/cgls.h
+++ b/cuda/2d/cgls.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/darthelper.cu b/cuda/2d/darthelper.cu
index 229797d..4041d79 100644
--- a/cuda/2d/darthelper.cu
+++ b/cuda/2d/darthelper.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/darthelper.h b/cuda/2d/darthelper.h
index 0e371f6..3c2f83c 100644
--- a/cuda/2d/darthelper.h
+++ b/cuda/2d/darthelper.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/dims.h b/cuda/2d/dims.h
index 243c393..0bdefa9 100644
--- a/cuda/2d/dims.h
+++ b/cuda/2d/dims.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/em.cu b/cuda/2d/em.cu
index 9b33ef5..cf67f9b 100644
--- a/cuda/2d/em.cu
+++ b/cuda/2d/em.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/em.h b/cuda/2d/em.h
index 821566b..3ffe01b 100644
--- a/cuda/2d/em.h
+++ b/cuda/2d/em.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fan_bp.cu b/cuda/2d/fan_bp.cu
index 0fbbaa9..793b5f4 100644
--- a/cuda/2d/fan_bp.cu
+++ b/cuda/2d/fan_bp.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fan_bp.h b/cuda/2d/fan_bp.h
index d5268ff..22349b0 100644
--- a/cuda/2d/fan_bp.h
+++ b/cuda/2d/fan_bp.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fan_fp.cu b/cuda/2d/fan_fp.cu
index d350b1a..f08a681 100644
--- a/cuda/2d/fan_fp.cu
+++ b/cuda/2d/fan_fp.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fan_fp.h b/cuda/2d/fan_fp.h
index 99db4c6..3e8f1e4 100644
--- a/cuda/2d/fan_fp.h
+++ b/cuda/2d/fan_fp.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fbp.cu b/cuda/2d/fbp.cu
index 5481059..020b6ad 100644
--- a/cuda/2d/fbp.cu
+++ b/cuda/2d/fbp.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fbp.h b/cuda/2d/fbp.h
index c55c828..9f6cee4 100644
--- a/cuda/2d/fbp.h
+++ b/cuda/2d/fbp.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fbp_filters.h b/cuda/2d/fbp_filters.h
index 41a66fd..7c1121a 100644
--- a/cuda/2d/fbp_filters.h
+++ b/cuda/2d/fbp_filters.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fft.cu b/cuda/2d/fft.cu
index 7b19f80..a1b1b93 100644
--- a/cuda/2d/fft.cu
+++ b/cuda/2d/fft.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/fft.h b/cuda/2d/fft.h
index 666ba4e..d36cae2 100644
--- a/cuda/2d/fft.h
+++ b/cuda/2d/fft.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/par_bp.cu b/cuda/2d/par_bp.cu
index db502f1..a894f3f 100644
--- a/cuda/2d/par_bp.cu
+++ b/cuda/2d/par_bp.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/par_bp.h b/cuda/2d/par_bp.h
index c4382d1..c8dfab8 100644
--- a/cuda/2d/par_bp.h
+++ b/cuda/2d/par_bp.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/par_fp.cu b/cuda/2d/par_fp.cu
index b542336..427a4e8 100644
--- a/cuda/2d/par_fp.cu
+++ b/cuda/2d/par_fp.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/par_fp.h b/cuda/2d/par_fp.h
index 3aeb5f1..62277a1 100644
--- a/cuda/2d/par_fp.h
+++ b/cuda/2d/par_fp.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/sart.cu b/cuda/2d/sart.cu
index 63fc80c..8b6f50e 100644
--- a/cuda/2d/sart.cu
+++ b/cuda/2d/sart.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/sart.h b/cuda/2d/sart.h
index ba2d3ce..6c0e547 100644
--- a/cuda/2d/sart.h
+++ b/cuda/2d/sart.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/sirt.cu b/cuda/2d/sirt.cu
index d2655cd..faba7a7 100644
--- a/cuda/2d/sirt.cu
+++ b/cuda/2d/sirt.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/sirt.h b/cuda/2d/sirt.h
index 519320e..434a07c 100644
--- a/cuda/2d/sirt.h
+++ b/cuda/2d/sirt.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/util.cu b/cuda/2d/util.cu
index 844f756..dfc5de9 100644
--- a/cuda/2d/util.cu
+++ b/cuda/2d/util.cu
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/cuda/2d/util.h b/cuda/2d/util.h
index 0b5ba46..70e7c86 100644
--- a/cuda/2d/util.h
+++ b/cuda/2d/util.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com