| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-23 | Clarify astra_create_proj_geom error messages | Willem Jan Palenstijn | |
| Issue #259 | |||
| 2021-10-28 | Display version in astra.test() | Willem Jan Palenstijn | |
| 2021-10-27 | Update copyright years | Willem Jan Palenstijn | |
| 2019-08-14 | Replace signal-based abort handling by query-based handling | Willem Jan Palenstijn | |
| The abort handling is currently only used to process Ctrl-C from Matlab. Since Matlab R2019a, it appears that calling utIsInterruptPending() from a thread other than the main thread will crash. The previous approach of checking utIsInterruptPending() in a thread, and then signalling the running algorithm was therefore broken. | |||
| 2019-07-08 | Build updates for Win10 + VS2017 + CUDA9 + Matlab R2018b | Willem Jan Palenstijn | |
| 2019-07-08 | Update matlab function signature | Willem Jan Palenstijn | |
| The previous one was an undocumented educated guess. | |||
| 2019-01-24 | Remove largely unimplemented CProjector2D::projectPoint method | Willem Jan Palenstijn | |
| This includes the astra_mex_projector('splat') matlab function. | |||
| 2018-12-12 | Reorganize functions into packages/private functions | Willem Jan Palenstijn | |
| This also replaces modifying the path with a request to the user to modify the path. | |||
| 2018-12-12 | add astra_plot_geom command and sample s024 | Tim | |
| Signed-off-by: Tim <tim.elberfeld@uantwerpen.be> | |||
| 2018-12-12 | add geometry draw files without changes | Tim | |
| 2018-09-25 | Add support for checking features at run-time | Willem Jan Palenstijn | |
| 2018-09-25 | Unify USE_MATLAB_UNDOCUMENTED define | Willem Jan Palenstijn | |
| 2018-08-28 | Make filename more consistent | Willem Jan Palenstijn | |
| 2018-06-22 | Update authors | Willem Jan Palenstijn | |
| 2018-06-22 | Move CUDA include files | Willem Jan Palenstijn | |
| 2018-01-24 | Homogenize copyright header | Willem Jan Palenstijn | |
| 2018-01-24 | Remove outdated svn keywords | Willem Jan Palenstijn | |
| 2018-01-24 | Update outdated URLs | Willem Jan Palenstijn | |
| 2018-01-24 | iMinds -> imec | Willem Jan Palenstijn | |
| 2018-01-24 | Update copyright date | Willem Jan Palenstijn | |
| 2018-01-12 | Update contact email | Willem Jan Palenstijn | |
| 2018-01-10 | Fix comment | Willem Jan Palenstijn | |
| 2018-01-09 | Improve postalignment function | Willem Jan Palenstijn | |
| 2018-01-09 | Fix comments for postalignment function | Willem Jan Palenstijn | |
| 2018-01-09 | Add astra.test/astra_test function | Willem Jan Palenstijn | |
| 2018-01-09 | Check for CUDA support at run-time in use_cuda() | Willem Jan Palenstijn | |
| 2017-11-22 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-11-06 | Fix matlab interface build | Willem Jan Palenstijn | |
| 2017-11-01 | Add basic post-install matlab tests | Willem Jan Palenstijn | |
| 2017-10-17 | Add astra_get_gpu_info utility function | Willem Jan Palenstijn | |
| 2017-10-17 | Improve matlab create_vol_geom | Willem Jan Palenstijn | |
| 2017-10-16 | Fix outdated function call in matlab DART algorithm. (Thanks @NathanaelSix) | Willem Jan Palenstijn | |
| 2017-10-11 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-10-11 | Improve object creation error messages | Willem Jan Palenstijn | |
| 2017-10-05 | added 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-22 | Remove duplicate creation of projector in opTomo | Willem Jan Palenstijn | |
| Thanks to @NathanielSix for the report. | |||
| 2017-09-15 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2017-03-20 | Use standard _OPENMP directive for checking openmp | Willem Jan Palenstijn | |
| 2017-02-16 | Remove using namespace std; from headers | Willem Jan Palenstijn | |
| 2017-02-08 | Make python -sinocone a synonym of -sino. | Willem Jan Palenstijn | |
| The matlab interface already behaves like this. | |||
| 2017-02-08 | Remove unused 3d global min/max | Willem Jan Palenstijn | |
| 2017-01-17 | Fix warnings | Willem Jan Palenstijn | |
| 2016-11-28 | Update headers (website+2016) | Willem Jan Palenstijn | |
| 2016-11-24 | Add VS2015 build files | Willem Jan Palenstijn | |
| 2016-11-24 | Remove VS2008/VS2012 build files | Willem Jan Palenstijn | |
| 2016-11-18 | Add experimental support for Octave | Willem Jan Palenstijn | |
| Based on initial patch by @kalvdans. | |||
| 2016-11-18 | Improve consts in matlab undocumented function declarations | Willem Jan Palenstijn | |
| 2016-10-07 | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | |
| 2016-07-28 | Merge branch 'master' into parvec | Willem Jan Palenstijn | |
| 2016-07-28 | Replace use of boost::split by own function | Willem Jan Palenstijn | |
