summaryrefslogtreecommitdiffstats
path: root/matlab
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Check for CUDA support at run-time in use_cuda()Willem Jan Palenstijn2018-01-091-1/+1
|
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-228-23/+146
|\
| * Fix matlab interface buildWillem Jan Palenstijn2017-11-061-1/+1
| |
| * Add basic post-install matlab testsWillem Jan Palenstijn2017-11-012-0/+91
| |
| * Add astra_get_gpu_info utility functionWillem Jan Palenstijn2017-10-172-0/+39
| |
| * Improve matlab create_vol_geomWillem Jan Palenstijn2017-10-171-19/+12
| |
| * Fix outdated function call in matlab DART algorithm. (Thanks @NathanaelSix)Willem Jan Palenstijn2017-10-163-3/+3
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-10-114-8/+27
|\|
| * Improve object creation error messagesWillem Jan Palenstijn2017-10-113-6/+22
| |
| * 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-15103-6249/+393
|\|
| * Use standard _OPENMP directive for checking openmpWillem Jan Palenstijn2017-03-201-4/+2
| |
| * Remove using namespace std; from headersWillem Jan Palenstijn2017-02-161-2/+2
| |
| * Make python -sinocone a synonym of -sino.Willem Jan Palenstijn2017-02-081-1/+1
| | | | | | | | The matlab interface already behaves like this.
| * Remove unused 3d global min/maxWillem Jan Palenstijn2017-02-083-17/+0
| |
| * Fix warningsWillem Jan Palenstijn2017-01-171-5/+5
| |
| * Update headers (website+2016)Willem Jan Palenstijn2016-11-2884-289/+253
| |
| * Add VS2015 build filesWillem Jan Palenstijn2016-11-249-0/+2766
| |
| * Remove VS2008/VS2012 build filesWillem Jan Palenstijn2016-11-2419-8611/+0
| |
| * Add experimental support for OctaveWillem Jan Palenstijn2016-11-182-1/+45
| | | | | | | | Based on initial patch by @kalvdans.
| * Improve consts in matlab undocumented function declarationsWillem Jan Palenstijn2016-11-181-5/+5
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2016-10-071-18/+10
|\|
| * Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-9/+4
| |
| * Convert one more string parsing function to stringToDoubleWillem Jan Palenstijn2016-07-281-9/+6
| |
* | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-2821-212/+1728
|\|
| * Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn2016-04-151-1/+50
| |\ | | | | | | Add an AstraIndexManager
| | * Merge branch 'master' into indexmanagerWillem Jan Palenstijn2016-03-012-9/+85
| | |\
| | * | Add missing helpWillem Jan Palenstijn2016-02-221-1/+1
| | | |
| | * | Add astra_mex delete/info based on index managerWillem Jan Palenstijn2016-02-161-0/+49
| | | |
| * | | 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 #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-222-9/+85
| |\ \ | | |/ | |/| Remove dependency of libastra on libpython
| | * Move fixLapackLoading to astra_mex_pluginWillem Jan Palenstijn2016-01-271-0/+33
| | |
| | * Use Py_XDECREF to guard against nullWillem Jan Palenstijn2016-01-271-1/+1
| | |
| | * Initialize Python plugins when available in MatlabWillem Jan Palenstijn2016-01-212-1/+32
| | |
| | * Fix whitespaceWillem Jan Palenstijn2016-01-211-6/+6
| | |
| | * Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-3/+15
| | |
| * | Merge pull request #107 from wjp/multiWillem Jan Palenstijn2016-02-021-5/+40
| |\ \ | | |/ | |/| Add multi-GPU support to CompositeGeometryManager
| | * Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-5/+40
| | |
| * | Fix file permissionsWillem Jan Palenstijn2016-01-211-0/+0
| |/
| * Merge pull request #106 from wjp/creditsWillem Jan Palenstijn2016-01-181-9/+12
| |\ | | | | | | Update credits
| | * Update creditsWillem Jan Palenstijn2016-01-051-9/+12
| | |
| * | Merge pull request #105 from wjp/stringsWillem Jan Palenstijn2016-01-182-5/+4
| |\ \ | | |/ | |/| Replace boost::lexical_cast by stringstreams
| | * Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-052-5/+4
| | | | | | | | | | | | | | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
| * | Remove (long) obsolete fileWillem Jan Palenstijn2016-01-051-124/+0
| |/