diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-05-15 13:31:01 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-05-15 13:58:46 +0200 |
commit | e5bbcf730e1f5049b3dfd7f0ee46a7e477042231 (patch) | |
tree | dfd36f230182f5bc5cedfe805075440e0761eb4e /samples/matlab/s017_opTomo.m | |
parent | dc31a371a7f5c66e32226698999f345e350f3049 (diff) | |
download | astra-e5bbcf730e1f5049b3dfd7f0ee46a7e477042231.tar.gz astra-e5bbcf730e1f5049b3dfd7f0ee46a7e477042231.tar.bz2 astra-e5bbcf730e1f5049b3dfd7f0ee46a7e477042231.tar.xz astra-e5bbcf730e1f5049b3dfd7f0ee46a7e477042231.zip |
Add note about Spot to sample script
Diffstat (limited to 'samples/matlab/s017_opTomo.m')
-rw-r--r-- | samples/matlab/s017_opTomo.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/matlab/s017_opTomo.m b/samples/matlab/s017_opTomo.m index 4886cc5..e23b53d 100644 --- a/samples/matlab/s017_opTomo.m +++ b/samples/matlab/s017_opTomo.m @@ -1,3 +1,11 @@ +% This sample illustrates the use of opTomo. +% +% opTomo is a wrapper around the FP and BP operations of the ASTRA Toolbox, +% to allow you to use them as you would a matrix. +% +% This class requires the Spot Linear-Operator Toolbox to be installed. +% You can download this at http://www.cs.ubc.ca/labs/scl/spot/ + % load a phantom image im = phantom(256); % and flatten it to a vector |