| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-21 | Fix hardcoded delim in splitString | Willem Jan Palenstijn | |
| 2016-11-21 | Add install-octave to .PHONY | Willem Jan Palenstijn | |
| 2016-11-18 | Merge pull request #73 from wjp/octave | Willem Jan Palenstijn | |
| Add experimental support for Octave | |||
| 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-11-18 | Merge pull request #66 from wjp/iter_plugins | Willem Jan Palenstijn | |
| Add SIRT, CGLS python plugins | |||
| 2016-11-18 | Use SIRTPlugin, CGLSPlugin in example | Willem Jan Palenstijn | |
| 2016-11-18 | Add CGLS plugin | Willem Jan Palenstijn | |
| 2016-11-18 | Add SIRT plugin | Willem Jan Palenstijn | |
| 2016-11-18 | Merge pull request #72 from buzmakov/master | Willem Jan Palenstijn | |
| Fix build with MS VS 2015 CE | |||
| 2016-11-04 | Fix build with MS VS 2015 CE | Alexey Buzmakov | |
| 2016-10-24 | Update README.md | Jan Sijbers | |
| 2016-10-24 | Update README.txt | Jan Sijbers | |
| 2016-10-19 | Fix Python create_projector docstring | Willem Jan Palenstijn | |
| 2016-10-13 | Clean up unused variables | Willem Jan Palenstijn | |
| 2016-10-13 | Increase max angle count for Parker Weighting | Willem Jan Palenstijn | |
| 2016-10-07 | Merge pull request #42 from wjp/FDK | Willem Jan Palenstijn | |
| Use CompositeGeometryManager for FDK | |||
| 2016-10-07 | Merge branch 'master' into FDK | Willem Jan Palenstijn | |
| 2016-10-07 | Merge pull request #41 from wjp/aniso | Willem Jan Palenstijn | |
| Add support for non-cube voxels | |||
| 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-29 | Merge pull request #58 from wjp/volume_reduction | Willem Jan Palenstijn | |
| Improve efficiency of CGM volume block reduction | |||
| 2016-07-28 | Remove leftover code from Singleton | Willem Jan Palenstijn | |
| 2016-07-28 | Replace use of boost::split by own function | Willem Jan Palenstijn | |
| 2016-07-28 | Convert one more string parsing function to stringToDouble | Willem Jan Palenstijn | |
| 2016-07-28 | Merge pull request #59 from wjp/spatial_filter | Willem Jan Palenstijn | |
| Compute FBP filter in spatial domain | |||
| 2016-06-24 | Compute FBP filter in spatial domain | 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-17 | Merge pull request #55 from wjp/singleton_construction | Willem Jan Palenstijn | |
| Avoid defining singleton construction in header file | |||
| 2016-05-17 | Add sanity check | Willem Jan Palenstijn | |
| 2016-05-17 | Avoid defining singleton construction in header file | Willem Jan Palenstijn | |
| That way, the call to new is always executed by code inside libastra. This avoids the situation where a singleton gets created by a copy of the constructor linked into an object file outside of libastra, such as a .mex file, which would then also cause the vtable to be outside of libastra. This situation would cause issues when .mex files are unloaded. | |||
| 2016-04-26 | Merge pull request #47 from wjp/OpTomo_out | Willem Jan Palenstijn | |
| Give OpTomo FP/BP functions with optional out argument | |||
| 2016-04-26 | Use FP/BP out argument in sample plugin | Willem Jan Palenstijn | |
| 2016-04-25 | Merge pull request #46 from dmpelt/python_cxx | Willem Jan Palenstijn | |
| Use CXX for Python compilation as well | |||
| 2016-04-25 | Merge pull request #50 from wjp/data3d_dimensions | Willem Jan Palenstijn | |
| Reverse output of astra.data3d.dimensions | |||
| 2016-04-25 | Give OpTomo FP/BP functions with optional out argument | Willem Jan Palenstijn | |
| This allows more efficient use of allocated arrays. | |||
| 2016-04-25 | Merge pull request #49 from dmpelt/flatten_to_ravel | Willem Jan Palenstijn | |
| Change flatten to ravel in Python code | |||
| 2016-04-25 | Reverse output of astra.data3d.dimensions | Willem Jan Palenstijn | |
| This makes the output directly usable in numpy commands like zeros, reshape. We were not using data3d.dimensions ourselves, as far as I can tell. | |||
| 2016-04-25 | Change flatten to ravel in Python code | Daniel M. Pelt | |
| 2016-04-22 | Merge branch 'master' into aniso | Willem Jan Palenstijn | |
| 2016-04-22 | Fix build | Willem Jan Palenstijn | |
| 2016-04-22 | Fix build | Willem Jan Palenstijn | |
| 2016-04-22 | Merge pull request #43 from adler-j/patch-1 | Willem Jan Palenstijn | |
| Fix missing backslash in readme.md install | |||
| 2016-04-22 | Merge branch 'master' into FDK | Willem Jan Palenstijn | |
| 2016-04-22 | Merge pull request #48 from dmpelt/cpu_fft_fix | Willem Jan Palenstijn | |
| Change CPU FFT implementation | |||
| 2016-04-22 | Change CPU FFT implementation | Daniel M. Pelt | |
| 2016-04-19 | Add comment about setting CC to CXX | Daniel M. Pelt | |
| 2016-04-19 | Use CXX for Python compilation as well | Daniel M. Pelt | |
| 2016-04-19 | Fix missing backslash in readme.md install | Jonas Adler | |
