summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-07Do not allow 1D input in Python link methodDaniel M. Pelt
2015-04-30Check data size when using 'link' function in PythonDaan Pelt
2015-04-29Merge pull request #57 from valeriysokolov/fix-rapidxml-includesWillem Jan Palenstijn
Now include path is system-independent.
2015-04-29Now include path is system-independent.Valerii Sokolov
2015-04-16Fix typo in configure python checkWillem Jan Palenstijn
2015-04-15Fix bug in astra_mex_data3d('create') zero-initializationWillem Jan Palenstijn
2015-04-14Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn
Add data3d('change_geometry')
2015-04-14Merge pull request #51 from dmpelt/python-linkWillem Jan Palenstijn
Add 'link' feature to Python (for 2D and 3D data)
2015-04-10Add python data3d.change_geometryWillem Jan Palenstijn
2015-04-10Add astra_mex_data3d('change_geometry', ...)Willem Jan Palenstijn
2015-04-10Add changeGeometry function to Data3D classesWillem Jan Palenstijn
2015-04-10Check input to mex_data3d/link is singleWillem Jan Palenstijn
2015-04-09Merge pull request #50 from valeriysokolov/fix-dart-smoothingWillem Jan Palenstijn
Fixed a few CUDA 2D DART bugs.
2015-04-09Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt
2015-04-09Fixed a few CUDA 2D DART bugs.Valerii Sokolov
* Mixed width and height led to incorrect work on rectangular images. * Incorrect weight calculation in `devDartSmoothingRadius` (#47).
2015-03-30Initialize variables to avoid warningWillem Jan Palenstijn
These variables are never used when uninitialized, but Visual Studio complains about them.
2015-03-30Fix typo in error messageWillem Jan Palenstijn
2015-03-30Add missing error on wrong projgeom type in CProjector3D::initializeWillem Jan Palenstijn
2015-03-20Merge pull request #30 from dmpelt/loggingWillem Jan Palenstijn
New logging API
2015-03-20Use FlushFileBuffers in WindowsWillem Jan Palenstijn
2015-03-20Fix indentationWillem Jan Palenstijn
2015-03-20Fix commentWillem Jan Palenstijn
2015-03-20Add MSVC project filesWillem Jan Palenstijn
2015-03-20Merge branch 'master' into loggingWillem Jan Palenstijn
2015-03-20Merge pull request #34 from wjp/msvc_genWillem Jan Palenstijn
Generate MSVC 2008/2012 project files with a Python script
2015-03-20Add command line option to generate vc09/vc11/all filesWillem Jan Palenstijn
2015-03-19Generate MSVC 2008/2012 project files with a Python scriptWillem Jan Palenstijn
2015-03-19Fix windows buildWillem Jan Palenstijn
2015-03-18Merge pull request #28 from dmpelt/projector3d-pythonWillem Jan Palenstijn
Add projector3d and CUDA projectors to Python (to match new Matlab code)
2015-03-13Only allow stdout and stderr for screen loggingDaniel M. Pelt
2015-03-13Use a less verbose default fmt for screen logging and cleaner messagesDaniel M. Pelt
2015-03-13Enable logging to Matlab window using callback functionDaniel M. Pelt
Also introduces a mex initialize function that is called at the first invocation of any mex method.
2015-03-13Add logging support to MatlabDaniel M. Pelt
2015-03-13Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵Daniel M. Pelt
these defines
2015-03-10Use new logging API internally instead of printf / iostreamDaniel M. Pelt
2015-03-10Add logging support to PythonDaniel M. Pelt
2015-03-10Adds new logging capabilities (based on clog.h)Daniel M. Pelt
2015-03-10Merge pull request #29 from wjp/optional_boostutfWillem Jan Palenstijn
Improve configure checks for boost
2015-03-09Add check for required boost headersWillem Jan Palenstijn
2015-03-09Remove old Logging code (only used in fft.cu)Daniel M. Pelt
2015-03-06Make boost-unit-test-framework optional in configureWillem Jan Palenstijn
2015-03-06Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn
2015-03-05Avoid Python recompilation during installationDaniel M. Pelt
2015-03-05Added Python support for CUDA projectorsDaniel M. Pelt
2015-03-05Force clang to use libstdc++ on OSX (fixes Cython compilation)Daniel M. Pelt
2015-03-04Also clean up generated Cython files during `make clean`Daniel M. Pelt
2015-03-03Fix getConfiguration type for vec geometriesWillem Jan Palenstijn
2015-03-03Merge pull request #25 from dmpelt/python-get-geometryWillem Jan Palenstijn
Make Python get_geometry code match Matlab (after 03a9dd9)
2015-03-03Fix getConfiguration for vec geometries and non-square detectorsWillem Jan Palenstijn
2015-03-03Make Python get_geometry code match Matlab (after ↵Daniel M. Pelt
03a9dd972ada50eedb83386910cecf02fe8d0e35)