summaryrefslogtreecommitdiffstats
path: root/matlab/tools/opTomo.m
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Homogenize copyright headerWillem Jan Palenstijn2018-01-241-5/+5
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-1/+1
|
* added vol_geom and proj_geom to the properties (#120)vincentvn2017-10-051-0/+5
| | | | | | | Add vol_geom and proj_geom to the properties The opTomo operator has the volume and projection geometries as properties ( SetAccess = private, GetAccess = public ). This way you can all easily access all information about the geometry if you passed the opTomo object to a function.
* Remove duplicate creation of projector in opTomoWillem Jan Palenstijn2017-09-221-2/+0
| | | | Thanks to @NathanielSix for the report.
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-3/+2
|
* Removed regression from opTomoFolkert Bleichrodt2016-03-141-10/+13
|
* opTomo: output type matches input typeFolkert Bleichrodt2016-03-021-57/+29
| | | | | | | If opTomo is used to do a forward or backprojection, the precision of the output data now matches the precision of the input data. So the output will be single precision only if the input is stored in single precision.
* Fix algorithm leak in opTomoWillem Jan Palenstijn2015-09-041-0/+2
|
* Added ASTRA-Spot operator opTomoFolkert Bleichrodt2015-05-151-0/+280
A Spot operator for the ASTRA projectors. Wraps the forward and backprojection operation into a Spot operator, which can be used with matrix-vector syntax in Matlab.