summaryrefslogtreecommitdiff
path: root/matlab/tools
AgeCommit message (Collapse)Author
2021-11-23Clarify astra_create_proj_geom error messagesWillem Jan Palenstijn
Issue #259
2021-10-28Display version in astra.test()Willem Jan Palenstijn
2021-10-27Update copyright yearsWillem Jan Palenstijn
2018-12-12Reorganize functions into packages/private functionsWillem Jan Palenstijn
This also replaces modifying the path with a request to the user to modify the path.
2018-12-12add astra_plot_geom command and sample s024Tim
Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
2018-01-24Homogenize copyright headerWillem Jan Palenstijn
2018-01-24Remove outdated svn keywordsWillem Jan Palenstijn
2018-01-24Update outdated URLsWillem Jan Palenstijn
2018-01-24iMinds -> imecWillem Jan Palenstijn
2018-01-24Update copyright dateWillem Jan Palenstijn
2018-01-12Update contact emailWillem Jan Palenstijn
2018-01-10Fix commentWillem Jan Palenstijn
2018-01-09Improve postalignment functionWillem Jan Palenstijn
2018-01-09Fix comments for postalignment functionWillem Jan Palenstijn
2018-01-09Add astra.test/astra_test functionWillem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-01Add basic post-install matlab testsWillem Jan Palenstijn
2017-10-17Add astra_get_gpu_info utility functionWillem Jan Palenstijn
2017-10-17Improve matlab create_vol_geomWillem Jan Palenstijn
2017-10-11Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-10-05added vol_geom and proj_geom to the properties (#120)vincentvn
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.
2017-09-22Remove duplicate creation of projector in opTomoWillem Jan Palenstijn
Thanks to @NathanielSix for the report.
2017-09-15Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2016-11-28Update headers (website+2016)Willem Jan Palenstijn
2016-07-28Merge branch 'master' into parvecWillem Jan Palenstijn
2016-03-14Removed regression from opTomoFolkert Bleichrodt
2016-03-02opTomo: output type matches input typeFolkert Bleichrodt
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.
2015-12-04Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn
Add support for Python algorithm plugins
2015-12-02Merge branch 'master' into volgeom3dWillem Jan Palenstijn
2015-12-01Merge branch 'master' into python-pluginsWillem Jan Palenstijn
Conflicts: python/astra/utils.pyx
2015-12-01Merge pull request #94 from wjp/cuda_options2Willem Jan Palenstijn
Improve option passing via CudaProjector(2D/3D)
2015-11-18Merge branch 'master' into volgeom3dWillem Jan Palenstijn
2015-10-09Add options passing to projectors from matlabNicola Vigano
Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr>
2015-10-07Add astra_mex_direct('FP3D'/'BP3D', ...)Willem Jan Palenstijn
2015-09-25Let astra_create_vol_geom also generate flexible volume geometriesWillem Jan Palenstijn
2015-09-04Fix algorithm leak in opTomoWillem Jan Palenstijn
2015-08-12Fix algorithm object leak in astra_create_fbp_reconstruction.mWillem Jan Palenstijn
2015-07-23Add matlab plugin .m fileDaniel M. Pelt
2015-06-20Actually use the rec_type argument in astra_create_reconstruction_cudaDaniel M. Pelt
2015-05-26Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle
Conflicts: astra_vc11.vcxproj.filters python/astra/functions.py src/ParallelBeamBlobKernelProjector2D.cpp src/ProjectionGeometry2D.cpp
2015-05-15Added ASTRA-Spot operator opTomoFolkert Bleichrodt
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.
2015-03-18added matlab script that visualizes geometriesWim van Aarle
2015-03-13updated matlab toolsWim van Aarle
2015-03-13Add logging support to MatlabDaniel M. Pelt
2015-03-03created parallel_vec geometry classWim van Aarle
2015-01-30Make astra_clear clear projector3d tooWillem Jan Palenstijn
2015-01-26Update copyright to -2015Willem Jan Palenstijn
2015-01-19Update copyright headersWillem Jan Palenstijn
2014-09-25Fix leakWillem Jan Palenstijn
2014-06-12Fix coordinate order in astra_geom_size for parallel3d/coneWillem Jan Palenstijn