summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix typo in configure python checkWillem Jan Palenstijn2015-04-161-1/+1
| | |_|/ | |/| |
| * | | 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 branch 'master'Willem Jan Palenstijn2015-03-250-0/+0
|\ \ \ | |/ / |/| |
| * | Update versionWillem Jan Palenstijn2015-01-302-3/+3
| * | Update NEWSWillem Jan Palenstijn2015-01-301-3/+5
| * | Add VS2012 build filesWillem Jan Palenstijn2015-01-2611-0/+3673
| * | Update copyright to -2015Willem Jan Palenstijn2015-01-26299-598/+598
| * | Sync DART versionWillem Jan Palenstijn2015-01-2322-1303/+680
| * | Make astra_clear clear projector3d tooWillem Jan Palenstijn2015-01-231-0/+1
| * | Store result of nvcc tests in config.logWillem Jan Palenstijn2015-01-231-2/+23
| * | Silence bogus warning:Christian Häggström2015-01-201-0/+1
| * | Remove unused filesWillem Jan Palenstijn2015-01-194-417/+0
| * | Remove unused stubs from mex_data3dWillem Jan Palenstijn2015-01-191-430/+2
| * | Refactor astra_mex_data3dWillem Jan Palenstijn2015-01-196-493/+827
| * | Fix whitespaceWillem Jan Palenstijn2015-01-194-53/+53
| * | Remove unused DetectorOffsetX/Y in ProjectionGeometry3DWillem Jan Palenstijn2015-01-194-192/+13
| * | Add CUDA SIRT::doSlabCorrections() functionWillem Jan Palenstijn2015-01-194-0/+59
| * | Improve cuda 2d header commentsWillem Jan Palenstijn2015-01-192-1/+25
| * | Make CXX configurableWillem Jan Palenstijn2015-01-191-2/+2
| * | Fix warningWillem Jan Palenstijn2015-01-191-1/+1
| * | Add --with-cuda-compute option to configureWillem Jan Palenstijn2015-01-192-3/+11
| * | Prettify nvcc arch output slightlyWillem Jan Palenstijn2015-01-191-1/+1
| * | Avoid mxIsSharedArrayWillem Jan Palenstijn2014-12-121-0/+6
| * | Update copyright headersWillem Jan Palenstijn2014-12-12293-1585/+1603
* | | 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
|\ \ \ \ \