Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #58 from dmpelt/python-link-size-check | Willem Jan Palenstijn | 2015-05-08 | 4 | -23/+86 |
|\ | | | | | Check data size when using 'link' function in Python | ||||
| * | Do not allow 1D input in Python link method | Daniel M. Pelt | 2015-05-07 | 2 | -16/+4 |
| | | |||||
| * | Check data size when using 'link' function in Python | Daan Pelt | 2015-04-30 | 4 | -23/+98 |
| | | |||||
* | | Fix memory leak in the config | Jeroen Bédorf | 2015-04-30 | 2 | -0/+7 |
|/ | |||||
* | Merge pull request #57 from valeriysokolov/fix-rapidxml-includes | Willem Jan Palenstijn | 2015-04-29 | 3 | -11/+1 |
|\ | | | | | Now include path is system-independent. | ||||
| * | Now include path is system-independent. | Valerii Sokolov | 2015-04-29 | 3 | -11/+1 |
|/ | |||||
* | Fix typo in configure python check | Willem Jan Palenstijn | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | Fix bug in astra_mex_data3d('create') zero-initialization | Willem Jan Palenstijn | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #52 from wjp/change_geometry3d | Willem Jan Palenstijn | 2015-04-14 | 8 | -1/+218 |
|\ | | | | | Add data3d('change_geometry') | ||||
| * | Add python data3d.change_geometry | Willem Jan Palenstijn | 2015-04-10 | 3 | -0/+81 |
| | | |||||
| * | Add astra_mex_data3d('change_geometry', ...) | Willem Jan Palenstijn | 2015-04-10 | 1 | -1/+109 |
| | | |||||
| * | Add changeGeometry function to Data3D classes | Willem Jan Palenstijn | 2015-04-10 | 4 | -0/+28 |
| | | |||||
* | | Merge pull request #51 from dmpelt/python-link | Willem Jan Palenstijn | 2015-04-14 | 10 | -9/+196 |
|\ \ | |/ |/| | Add 'link' feature to Python (for 2D and 3D data) | ||||
| * | Add 'link' feature to Python (for 2D and 3D data) | Daniel M. Pelt | 2015-04-09 | 10 | -9/+196 |
| | | |||||
* | | Check input to mex_data3d/link is single | Willem Jan Palenstijn | 2015-04-10 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #50 from valeriysokolov/fix-dart-smoothing | Willem Jan Palenstijn | 2015-04-09 | 1 | -6/+7 |
|\ \ | |/ |/| | Fixed a few CUDA 2D DART bugs. | ||||
| * | Fixed a few CUDA 2D DART bugs. | Valerii Sokolov | 2015-04-09 | 1 | -6/+7 |
|/ | | | | | * Mixed width and height led to incorrect work on rectangular images. * Incorrect weight calculation in `devDartSmoothingRadius` (#47). | ||||
* | Initialize variables to avoid warning | Willem Jan Palenstijn | 2015-03-30 | 3 | -3/+3 |
| | | | | | These variables are never used when uninitialized, but Visual Studio complains about them. | ||||
* | Fix typo in error message | Willem Jan Palenstijn | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | Add missing error on wrong projgeom type in CProjector3D::initialize | Willem Jan Palenstijn | 2015-03-30 | 1 | -0/+1 |
| | |||||
* | Merge pull request #30 from dmpelt/logging | Willem Jan Palenstijn | 2015-03-20 | 54 | -209/+2827 |
|\ | | | | | New logging API | ||||
| * | Use FlushFileBuffers in Windows | Willem Jan Palenstijn | 2015-03-20 | 1 | -1/+8 |
| | | |||||
| * | Fix indentation | Willem Jan Palenstijn | 2015-03-20 | 2 | -103/+103 |
| | | |||||
| * | Fix comment | Willem Jan Palenstijn | 2015-03-20 | 1 | -2/+2 |
| | | |||||
| * | Add MSVC project files | Willem Jan Palenstijn | 2015-03-20 | 22 | -10/+1080 |
| | | |||||
| * | Merge branch 'master' into logging | Willem Jan Palenstijn | 2015-03-20 | 40 | -5326/+7465 |
| |\ | |/ |/| | |||||
* | | Merge pull request #34 from wjp/msvc_gen | Willem Jan Palenstijn | 2015-03-20 | 20 | -5241/+7014 |
|\ \ | | | | | | | Generate MSVC 2008/2012 project files with a Python script | ||||
| * | | Add command line option to generate vc09/vc11/all files | Willem Jan Palenstijn | 2015-03-20 | 1 | -24/+33 |
| | | | |||||
| * | | Generate MSVC 2008/2012 project files with a Python script | Willem Jan Palenstijn | 2015-03-19 | 20 | -5241/+7005 |
|/ / | |||||
* | | Merge pull request #28 from dmpelt/projector3d-python | Willem Jan Palenstijn | 2015-03-18 | 18 | -83/+410 |
|\ \ | | | | | | | Add projector3d and CUDA projectors to Python (to match new Matlab code) | ||||
| * | | Adjust docstring and samples to new python create_sino function | Willem Jan Palenstijn | 2015-03-06 | 8 | -23/+19 |
| | | | |||||
| * | | Avoid Python recompilation during installation | Daniel M. Pelt | 2015-03-05 | 1 | -3/+16 |
| | | | |||||
| * | | Added Python support for CUDA projectors | Daniel M. Pelt | 2015-03-05 | 10 | -57/+375 |
| | | | |||||
* | | | Merge pull request #29 from wjp/optional_boostutf | Willem Jan Palenstijn | 2015-03-10 | 2 | -2/+26 |
|\ \ \ | | | | | | | | | Improve configure checks for boost | ||||
| * | | | Add check for required boost headers | Willem Jan Palenstijn | 2015-03-09 | 1 | -0/+11 |
| | | | | |||||
| * | | | Make boost-unit-test-framework optional in configure | Willem Jan Palenstijn | 2015-03-06 | 2 | -2/+15 |
|/ / / | |||||
* / / | Force clang to use libstdc++ on OSX (fixes Cython compilation) | Daniel M. Pelt | 2015-03-05 | 2 | -0/+15 |
|/ / | |||||
| * | Fix windows build | Willem Jan Palenstijn | 2015-03-19 | 2 | -1/+14 |
| | | |||||
| * | Only allow stdout and stderr for screen logging | Daniel M. Pelt | 2015-03-13 | 1 | -1/+5 |
| | | |||||
| * | Use a less verbose default fmt for screen logging and cleaner messages | Daniel M. Pelt | 2015-03-13 | 5 | -7/+8 |
| | | |||||
| * | Enable logging to Matlab window using callback function | Daniel M. Pelt | 2015-03-13 | 15 | -3/+125 |
| | | | | | | | | | | Also introduces a mex initialize function that is called at the first invocation of any mex method. | ||||
| * | Add logging support to Matlab | Daniel M. Pelt | 2015-03-13 | 3 | -0/+336 |
| | | |||||
| * | Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵ | Daniel M. Pelt | 2015-03-13 | 12 | -29/+32 |
| | | | | | | | | these defines | ||||
| * | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | 2015-03-10 | 11 | -31/+55 |
| | | |||||
| * | Add logging support to Python | Daniel M. Pelt | 2015-03-10 | 3 | -0/+250 |
| | | |||||
| * | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | 2015-03-10 | 4 | -0/+945 |
| | | |||||
| * | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | 2015-03-09 | 6 | -167/+10 |
|/ | |||||
* | Also clean up generated Cython files during `make clean` | Daniel M. Pelt | 2015-03-04 | 1 | -0/+2 |
| | |||||
* | Fix getConfiguration type for vec geometries | Willem Jan Palenstijn | 2015-03-03 | 2 | -2/+2 |
| | |||||
* | Merge pull request #25 from dmpelt/python-get-geometry | Willem Jan Palenstijn | 2015-03-03 | 8 | -187/+181 |
|\ | | | | | Make Python get_geometry code match Matlab (after 03a9dd9) |