diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-12-12 12:01:59 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-12-12 12:01:59 +0100 |
commit | f8c6579b910d2752f40850fbf17f045fa5de0366 (patch) | |
tree | 2ceab0ec6764d427c0a3bc458f5542e2ffb7cbc3 /samples/s003_gpu_reconstruction.m | |
parent | 78a179737366188aea505173e3a935b08c3cef55 (diff) | |
download | astra-f8c6579b910d2752f40850fbf17f045fa5de0366.tar.gz astra-f8c6579b910d2752f40850fbf17f045fa5de0366.tar.bz2 astra-f8c6579b910d2752f40850fbf17f045fa5de0366.tar.xz astra-f8c6579b910d2752f40850fbf17f045fa5de0366.zip |
Update copyright headers
Diffstat (limited to 'samples/s003_gpu_reconstruction.m')
-rw-r--r-- | samples/s003_gpu_reconstruction.m | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/samples/s003_gpu_reconstruction.m b/samples/s003_gpu_reconstruction.m index 749f91a..41bb9b9 100644 --- a/samples/s003_gpu_reconstruction.m +++ b/samples/s003_gpu_reconstruction.m @@ -1,12 +1,12 @@ -%------------------------------------------------------------------------ -% This file is part of the -% All Scale Tomographic Reconstruction Antwerp Toolbox ("ASTRA-Toolbox") -% -% Copyright: iMinds-Vision Lab, University of Antwerp +% ----------------------------------------------------------------------- +% This file is part of the ASTRA Toolbox +% +% Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp +% 2014, CWI, Amsterdam % License: Open Source under GPLv3 -% Contact: mailto:astra@ua.ac.be -% Website: http://astra.ua.ac.be -%------------------------------------------------------------------------ +% Contact: astra@uantwerpen.be +% Website: http://sf.net/projects/astra-toolbox +% ----------------------------------------------------------------------- vol_geom = astra_create_vol_geom(256, 256); proj_geom = astra_create_proj_geom('parallel', 1.0, 384, linspace2(0,pi,180)); |