summaryrefslogtreecommitdiffstats
path: root/matlab/tools
Commit message (Collapse)AuthorAgeFilesLines
* Clarify astra_create_proj_geom error messagesWillem Jan Palenstijn2021-11-231-9/+9
| | | | Issue #259
* Display version in astra.test()Willem Jan Palenstijn2021-10-281-0/+1
|
* Update copyright yearsWillem Jan Palenstijn2021-10-2749-98/+98
|
* Reorganize functions into packages/private functionsWillem Jan Palenstijn2018-12-121-4/+6
| | | | This also replaces modifying the path with a request to the user to modify the path.
* add astra_plot_geom command and sample s024Tim2018-12-121-0/+91
| | | | Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
* Homogenize copyright headerWillem Jan Palenstijn2018-01-241-5/+5
|
* Remove outdated svn keywordsWillem Jan Palenstijn2018-01-243-3/+0
|
* Update outdated URLsWillem Jan Palenstijn2018-01-243-3/+3
|
* iMinds -> imecWillem Jan Palenstijn2018-01-2447-47/+47
|
* Update copyright dateWillem Jan Palenstijn2018-01-2447-93/+93
|
* Update contact emailWillem Jan Palenstijn2018-01-1247-47/+47
|
* Fix commentWillem Jan Palenstijn2018-01-101-1/+1
|
* Improve postalignment functionWillem Jan Palenstijn2018-01-091-1/+4
|
* Fix comments for postalignment functionWillem Jan Palenstijn2018-01-091-3/+9
|
* Add astra.test/astra_test functionWillem Jan Palenstijn2018-01-093-4/+21
|
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-224-19/+123
|\
| * Add basic post-install matlab testsWillem Jan Palenstijn2017-11-012-0/+91
| |
| * Add astra_get_gpu_info utility functionWillem Jan Palenstijn2017-10-171-0/+20
| |
| * Improve matlab create_vol_geomWillem Jan Palenstijn2017-10-171-19/+12
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-10-111-2/+5
|\|
| * 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.
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-1546-169/+129
|\|
| * Update headers (website+2016)Willem Jan Palenstijn2016-11-2846-169/+129
| |
* | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-287-54/+100
|\|
| * 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.
| * Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-041-0/+24
| |\ | | | | | | Add support for Python algorithm plugins
| | * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-015-3/+35
| | |\ | | | | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx
| | * | Add matlab plugin .m fileDaniel M. Pelt2015-07-231-0/+24
| | | |
| * | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-12-022-2/+31
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #94 from wjp/cuda_options2Willem Jan Palenstijn2015-12-011-2/+7
| | |\ \ | | | | | | | | | | Improve option passing via CudaProjector(2D/3D)
| | | * | Add options passing to projectors from matlabNicola Vigano2015-10-091-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr>
| | * | | Add astra_mex_direct('FP3D'/'BP3D', ...)Willem Jan Palenstijn2015-10-071-0/+24
| | |/ /
| * | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-11-181-0/+2
| |\| |
| | * | Fix algorithm leak in opTomoWillem Jan Palenstijn2015-09-041-0/+2
| | | |
| * | | Let astra_create_vol_geom also generate flexible volume geometriesWillem Jan Palenstijn2015-09-251-0/+15
| |/ /
| * | Fix algorithm object leak in astra_create_fbp_reconstruction.mWillem Jan Palenstijn2015-08-121-0/+1
| | |
| * | Actually use the rec_type argument in astra_create_reconstruction_cudaDaniel M. Pelt2015-06-201-1/+1
| |/
* | Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle2015-05-263-0/+342
|\| | | | | | | | | | | | | | | Conflicts: astra_vc11.vcxproj.filters python/astra/functions.py src/ParallelBeamBlobKernelProjector2D.cpp src/ProjectionGeometry2D.cpp
| * Added ASTRA-Spot operator opTomoFolkert Bleichrodt2015-05-152-0/+309
| | | | | | | | | | | | 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.
| * Add logging support to MatlabDaniel M. Pelt2015-03-131-0/+33
| |
* | added matlab script that visualizes geometriesWim van Aarle2015-03-181-0/+216
| |
* | updated matlab toolsWim van Aarle2015-03-133-31/+94
| |
* | created parallel_vec geometry classWim van Aarle2015-03-032-2/+37
|/
* Make astra_clear clear projector3d tooWillem Jan Palenstijn2015-01-301-0/+1
|
* Update copyright to -2015Willem Jan Palenstijn2015-01-2637-74/+74
|
* Update copyright headersWillem Jan Palenstijn2015-01-1937-254/+254
|
* Fix leakWillem Jan Palenstijn2014-09-251-0/+4
|
* Fix coordinate order in astra_geom_size for parallel3d/coneWillem Jan Palenstijn2014-06-121-1/+1
|