| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-28 | Remove leftover code from Singleton | 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-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 | 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 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 | |
| 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-04-14 | Merge pull request #37 from wjp/cppcheck | Willem Jan Palenstijn | |
| Fix cppcheck warnings | |||
| 2016-03-24 | Fix memory leak | Willem Jan Palenstijn | |
| 2016-03-24 | Fix cppcheck warnings | Willem Jan Palenstijn | |
| 2016-03-24 | Merge pull request #116 from 3cHeLoN/opTomo | Willem Jan Palenstijn | |
| opTomo: output type matches input type | |||
| 2016-03-24 | Merge pull request #117 from dmpelt/python-bool-fix | Willem Jan Palenstijn | |
| Encode Python bool as int in XML instead of str | |||
| 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-14 | Removed regression from opTomo | Folkert Bleichrodt | |
| 2016-03-08 | Fix Windows build | Willem Jan Palenstijn | |
| 2016-03-04 | Encode Python bool as int in XML instead of str | Daniel M. Pelt | |
| 2016-03-03 | Remove outdated cuda paths | Willem Jan Palenstijn | |
| 2016-03-03 | Merge pull request #32 from dmpelt/split-conda | Willem Jan Palenstijn | |
| Split conda package into c++ lib and python parts | |||
| 2016-03-03 | Merge pull request #33 from wjp/travis-test | Willem Jan Palenstijn | |
| Use travis-ci's apt packages for cuda | |||
| 2016-03-03 | Use travis-ci's apt packages for cuda | Willem Jan Palenstijn | |
| 2016-03-03 | Revert "Use nvcc's -MT option" | Willem Jan Palenstijn | |
| This reverts commit 29c5c86e56697286a92031aaa9fdd903b3bcc426. This fixes building with CUDA 5.5. | |||
| 2016-03-03 | Remove with-python from libastra conda build | Daniel M. Pelt | |
| 2016-03-03 | Include PluginAlgorithm in non-Python builds as well | Daniel M. Pelt | |
| 2016-03-03 | Split conda package into c++ lib and python parts | Daniel M. Pelt | |
| 2016-03-02 | opTomo: output type matches input type | Folkert Bleichrodt | |
| 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. | |||
| 2016-03-02 | Merge pull request #31 from dmpelt/small-fixes | Willem Jan Palenstijn | |
| Fix small Python errors | |||
| 2016-03-02 | Fix small Python errors | Daniel M. Pelt | |
