| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-01 | Separate cuda from astra headers further | Willem Jan Palenstijn | |
| 2017-11-01 | Remove unused code | Willem Jan Palenstijn | |
| 2017-11-01 | Remove some unnecessary includes | Willem Jan Palenstijn | |
| 2017-10-19 | Fix output initialization for MODE_ADD CGM jobs | Willem Jan Palenstijn | |
| 2017-10-17 | Improve stringToFloatVector to match stringToDoubleVector | Willem Jan Palenstijn | |
| 2017-10-17 | Add trailing ,/; to string repr of float vector/matrix | Willem Jan Palenstijn | |
| This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111. | |||
| 2017-10-17 | Reduce stringstream creation/imbue overhead | Willem Jan Palenstijn | |
| 2017-10-11 | Improve object creation error messages | Willem Jan Palenstijn | |
| 2017-05-22 | Fix misleading indentation | Willem Jan Palenstijn | |
| 2017-02-08 | Fix warnings | Willem Jan Palenstijn | |
| 2017-02-08 | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | |
| 2017-02-08 | Remove unused 3d global min/max | Willem Jan Palenstijn | |
| 2017-02-08 | Remove unused data3d functions | Willem Jan Palenstijn | |
| 2017-02-08 | Remove unused function | Willem Jan Palenstijn | |
| 2017-01-12 | Fix VolumeGeometry class name in error messages | Willem Jan Palenstijn | |
| 2016-12-01 | Expose the density weighting option of cone_bp | Willem Jan Palenstijn | |
| It is now exposed via the new DensityWeighting option of CudaProjector3D. | |||
| 2016-11-28 | Fix warnings | Willem Jan Palenstijn | |
| 2016-11-28 | Update headers (website+2016) | Willem Jan Palenstijn | |
| 2016-11-28 | Merge branch 'fdk_custom_filter' | Willem Jan Palenstijn | |
| 2016-11-25 | Change order of template instantiations for clang | Willem Jan Palenstijn | |
| At least Apple's clang-703.0.31 needs this. | |||
| 2016-11-21 | Fix hardcoded delim in splitString | Willem Jan Palenstijn | |
| 2016-11-04 | Fix build with MS VS 2015 CE | Alexey Buzmakov | |
| 2016-10-13 | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | |
| 2016-10-06 | Merge branch 'master' into FDK | Willem Jan Palenstijn | |
| 2016-07-29 | Merge pull request #62 from wjp/stringutil | Willem Jan Palenstijn | |
| Minor string parsing changes | |||
| 2016-07-28 | Replace use of boost::split by own function | Willem Jan Palenstijn | |
| 2016-06-20 | Fix inefficient block split logic | Willem Jan Palenstijn | |
| 2016-06-20 | Improve volume block reduction | Willem Jan Palenstijn | |
| The previous version would make the blocks too large due to inefficient computation of overlap. | |||
| 2016-05-20 | Add option to specify custom filter for FDK | Daniel M. Pelt | |
| 2016-04-22 | Fix build | Willem Jan Palenstijn | |
| 2016-04-22 | Merge branch 'master' into FDK | Willem Jan Palenstijn | |
| 2016-04-22 | Change CPU FFT implementation | Daniel M. Pelt | |
| 2016-04-18 | Use CompositeGeometryManager for FDK | Willem Jan Palenstijn | |
| Also fix a number of scaling/weighting issues in FDK, and switch to standard cone_bp with FDKWeighting for the BP step. | |||
| 2016-04-18 | Merge branch 'master' into aniso | Willem Jan Palenstijn | |
| 2016-04-18 | Restrict FDK_CUDA to cube voxels for now | Willem Jan Palenstijn | |
| 2016-04-18 | Fix stringToInt parsing doubles | Willem Jan Palenstijn | |
| 2016-04-15 | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | |
| Add an AstraIndexManager | |||
| 2016-04-14 | Merge pull request #35 from wjp/relaxation | Willem Jan Palenstijn | |
| Add relaxation factor option to SIRT, SART | |||
| 2016-04-14 | Merge pull request #36 from wjp/sart_raylength | Willem Jan Palenstijn | |
| Fix accumulating multiple raylengths in SART | |||
| 2016-03-24 | Fix memory leak | Willem Jan Palenstijn | |
| 2016-03-24 | Fix cppcheck warnings | Willem Jan Palenstijn | |
| 2016-03-23 | Fix accumulating multiple raylengths in SART | Willem Jan Palenstijn | |
| Thanks to @mohamedadaly for noticing. | |||
| 2016-03-23 | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | |
| 2016-03-23 | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | |
| 2016-03-23 | Rename ART lambda option to Relaxation | Willem Jan Palenstijn | |
| 2016-03-23 | Move CUDA algorithm initialization to its own function | Willem Jan Palenstijn | |
| 2016-03-01 | Fix build | Willem Jan Palenstijn | |
| 2016-03-01 | Fix build | Willem Jan Palenstijn | |
| 2016-03-01 | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | |
| 2016-02-22 | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | |
| Remove dependency of libastra on libpython | |||
