summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-222-20/+24
|\
| * Allow cone_vec for FDKWillem Jan Palenstijn2017-11-222-3/+5
| | | | | | | | | | | | NB: This will let you do mathematically nonsensical things, since FDK does not support non-circular cone geometries. However, this does let you use translated detectors, for example.
| * Add experimental accumulate_FP/BP/FDK python functionsWillem Jan Palenstijn2017-11-221-17/+19
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-229-94/+54
|\|
| * Remove unused codeWillem Jan Palenstijn2017-11-141-33/+0
| |
| * Separate cuda from astra headers furtherWillem Jan Palenstijn2017-11-014-0/+4
| |
| * Remove unused codeWillem Jan Palenstijn2017-11-011-46/+0
| |
| * Remove some unnecessary includesWillem Jan Palenstijn2017-11-011-9/+0
| |
| * Fix output initialization for MODE_ADD CGM jobsWillem Jan Palenstijn2017-10-191-0/+6
| |
| * Improve stringToFloatVector to match stringToDoubleVectorWillem Jan Palenstijn2017-10-171-8/+13
| |
| * Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn2017-10-172-8/+10
| | | | | | | | | | This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
| * Reduce stringstream creation/imbue overheadWillem Jan Palenstijn2017-10-172-7/+29
| |
* | Fix warningWillem Jan Palenstijn2017-10-161-1/+1
| |
* | Fix geometry computation in unused functionWillem Jan Palenstijn2017-10-121-1/+1
| |
* | Fix some warningsWillem Jan Palenstijn2017-10-121-13/+0
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-10-111-5/+7
|\|
| * Improve object creation error messagesWillem Jan Palenstijn2017-10-111-5/+7
| |
* | Make geometry config checks slightly less numerically strictWillem Jan Palenstijn2017-10-116-15/+15
| |
* | Unify some parallel_vec parameter computationsWillem Jan Palenstijn2017-09-271-5/+19
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-1585-1093/+814
|\|
| * Fix misleading indentationWillem Jan Palenstijn2017-05-221-2/+2
| |
| * Fix warningsWillem Jan Palenstijn2017-02-081-8/+9
| |
| * Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn2017-02-0811-66/+486
| |
| * Remove unused 3d global min/maxWillem Jan Palenstijn2017-02-081-38/+0
| |
| * Remove unused data3d functionsWillem Jan Palenstijn2017-02-084-634/+0
| |
| * Remove unused functionWillem Jan Palenstijn2017-02-081-0/+1
| |
| * Fix VolumeGeometry class name in error messagesWillem Jan Palenstijn2017-01-122-5/+5
| |
| * Expose the density weighting option of cone_bpWillem Jan Palenstijn2016-12-012-1/+14
| | | | | | | | It is now exposed via the new DensityWeighting option of CudaProjector3D.
| * Fix warningsWillem Jan Palenstijn2016-11-282-2/+2
| |
| * Update headers (website+2016)Willem Jan Palenstijn2016-11-2882-327/+246
| |
| * Merge branch 'fdk_custom_filter'Willem Jan Palenstijn2016-11-282-5/+38
| |\
| | * Merge branch 'master' into fdk_custom_filterWillem Jan Palenstijn2016-10-133-160/+279
| | |\
| | * | Add option to specify custom filter for FDKDaniel M. Pelt2016-05-201-1/+32
| | | |
| * | | Change order of template instantiations for clangWillem Jan Palenstijn2016-11-252-11/+11
| | | | | | | | | | | | | | | | At least Apple's clang-703.0.31 needs this.
| * | | Fix hardcoded delim in splitStringWillem Jan Palenstijn2016-11-211-1/+1
| | | |
| * | | Fix build with MS VS 2015 CEAlexey Buzmakov2016-11-046-0/+6
| | |/ | |/|
* | | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2016-10-073-154/+271
|\| |
| * | Merge branch 'master' into FDKWillem Jan Palenstijn2016-10-064-282/+281
| |\ \
| | * \ Merge pull request #62 from wjp/stringutilWillem Jan Palenstijn2016-07-291-14/+20
| | |\ \ | | | | | | | | | | Minor string parsing changes
| | | * | Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-14/+20
| | | |/
| | * | Fix inefficient block split logicWillem Jan Palenstijn2016-06-201-5/+19
| | | |
| | * | Improve volume block reductionWillem Jan Palenstijn2016-06-201-132/+165
| | |/ | | | | | | | | | | | | The previous version would make the blocks too large due to inefficient computation of overlap.
| * | Merge branch 'master' into FDKWillem Jan Palenstijn2016-04-222-221/+3338
| |\ \
| * | | Use CompositeGeometryManager for FDKWillem Jan Palenstijn2016-04-182-3/+56
| | | | | | | | | | | | | | | | | | | | Also fix a number of scaling/weighting issues in FDK, and switch to standard cone_bp with FDKWeighting for the BP step.
| * | | Merge branch 'master' into anisoWillem Jan Palenstijn2016-04-1815-451/+368
| |\ \ \
| * | | | Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn2016-04-181-0/+11
| | | | |
* | | | | Add CUDA parvec supportWillem Jan Palenstijn2016-07-297-326/+242
| | | | |
* | | | | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-2861-1089/+6036
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix buildWillem Jan Palenstijn2016-04-222-131/+77
| | |_|/ | |/| |
| * | | Change CPU FFT implementationDaniel M. Pelt2016-04-222-221/+3338
| | |/ | |/|