summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-04-1591-5555/+10720
|\
| * Fix bug in astra_mex_data3d('create') zero-initializationWillem Jan Palenstijn2015-04-151-1/+1
| * Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn2015-04-148-1/+218
| |\
| | * Add python data3d.change_geometryWillem Jan Palenstijn2015-04-103-0/+81
| | * Add astra_mex_data3d('change_geometry', ...)Willem Jan Palenstijn2015-04-101-1/+109
| | * Add changeGeometry function to Data3D classesWillem Jan Palenstijn2015-04-104-0/+28
| * | Merge pull request #51 from dmpelt/python-linkWillem Jan Palenstijn2015-04-1410-9/+196
| |\ \ | | |/ | |/|
| | * Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt2015-04-0910-9/+196
| * | Check input to mex_data3d/link is singleWillem Jan Palenstijn2015-04-101-2/+2
| * | Merge pull request #50 from valeriysokolov/fix-dart-smoothingWillem Jan Palenstijn2015-04-091-6/+7
| |\ \ | | |/ | |/|
| | * Fixed a few CUDA 2D DART bugs.Valerii Sokolov2015-04-091-6/+7
| |/
| * Initialize variables to avoid warningWillem Jan Palenstijn2015-03-303-3/+3
| * Fix typo in error messageWillem Jan Palenstijn2015-03-301-1/+1
| * Add missing error on wrong projgeom type in CProjector3D::initializeWillem Jan Palenstijn2015-03-301-0/+1
| * Merge pull request #30 from dmpelt/loggingWillem Jan Palenstijn2015-03-2054-209/+2827
| |\
| | * Use FlushFileBuffers in WindowsWillem Jan Palenstijn2015-03-201-1/+8
| | * Fix indentationWillem Jan Palenstijn2015-03-202-103/+103
| | * Fix commentWillem Jan Palenstijn2015-03-201-2/+2
| | * Add MSVC project filesWillem Jan Palenstijn2015-03-2022-10/+1080
| | * Merge branch 'master' into loggingWillem Jan Palenstijn2015-03-2040-5326/+7465
| | |\ | | |/ | |/|
| * | Merge pull request #34 from wjp/msvc_genWillem Jan Palenstijn2015-03-2020-5241/+7014
| |\ \
| | * | Add command line option to generate vc09/vc11/all filesWillem Jan Palenstijn2015-03-201-24/+33
| | * | Generate MSVC 2008/2012 project files with a Python scriptWillem Jan Palenstijn2015-03-1920-5241/+7005
| |/ /
| * | Merge pull request #28 from dmpelt/projector3d-pythonWillem Jan Palenstijn2015-03-1818-83/+410
| |\ \
| | * | Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn2015-03-068-23/+19
| | * | Avoid Python recompilation during installationDaniel M. Pelt2015-03-051-3/+16
| | * | Added Python support for CUDA projectorsDaniel M. Pelt2015-03-0510-57/+375
| * | | Merge pull request #29 from wjp/optional_boostutfWillem Jan Palenstijn2015-03-102-2/+26
| |\ \ \
| | * | | Add check for required boost headersWillem Jan Palenstijn2015-03-091-0/+11
| | * | | Make boost-unit-test-framework optional in configureWillem Jan Palenstijn2015-03-062-2/+15
| |/ / /
| * / / Force clang to use libstdc++ on OSX (fixes Cython compilation)Daniel M. Pelt2015-03-052-0/+15
| |/ /
| | * Fix windows buildWillem Jan Palenstijn2015-03-192-1/+14
| | * Only allow stdout and stderr for screen loggingDaniel M. Pelt2015-03-131-1/+5
| | * Use a less verbose default fmt for screen logging and cleaner messagesDaniel M. Pelt2015-03-135-7/+8
| | * Enable logging to Matlab window using callback functionDaniel M. Pelt2015-03-1315-3/+125
| | * Add logging support to MatlabDaniel M. Pelt2015-03-133-0/+336
| | * Adds ASTRA_*** defines for easier logging, and changes internal calls to thes...Daniel M. Pelt2015-03-1312-29/+32
| | * Use new logging API internally instead of printf / iostreamDaniel M. Pelt2015-03-1011-31/+55
| | * Add logging support to PythonDaniel M. Pelt2015-03-103-0/+250
| | * Adds new logging capabilities (based on clog.h)Daniel M. Pelt2015-03-104-0/+945
| | * Remove old Logging code (only used in fft.cu)Daniel M. Pelt2015-03-096-167/+10
| |/
| * Also clean up generated Cython files during `make clean`Daniel M. Pelt2015-03-041-0/+2
* | Add outputScale argument to 2D CUDA BPWillem Jan Palenstijn2015-03-1212-63/+76
* | Adapt standalone test programs to outputscaleWillem Jan Palenstijn2015-03-122-2/+2
* | Scale CUDA 3D FP/BP output with volume pixel sizeWillem Jan Palenstijn2015-03-125-37/+36
* | Add outputScale argument to 3D CUDA BPWillem Jan Palenstijn2015-03-129-38/+54
* | Add flexible volgeom3d support to astraCudaFPWillem Jan Palenstijn2015-03-123-273/+39
* | Add flexible volgeom3d support to astraCudaBPWillem Jan Palenstijn2015-03-113-253/+24
* | Add flexible volgeom3d support to astraCudaBP_SIRTWeightedWillem Jan Palenstijn2015-03-113-139/+66
* | Add another utility functionWillem Jan Palenstijn2015-03-111-46/+53