summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-22Allow cone_vec for FDKWillem Jan Palenstijn
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.
2017-11-22Add experimental accumulate_FP/BP/FDK python functionsWillem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-14Remove unused codeWillem Jan Palenstijn
2017-11-01Separate cuda from astra headers furtherWillem Jan Palenstijn
2017-11-01Remove unused codeWillem Jan Palenstijn
2017-11-01Remove some unnecessary includesWillem Jan Palenstijn
2017-10-19Fix output initialization for MODE_ADD CGM jobsWillem Jan Palenstijn
2017-10-17Improve stringToFloatVector to match stringToDoubleVectorWillem Jan Palenstijn
2017-10-17Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn
This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
2017-10-17Reduce stringstream creation/imbue overheadWillem Jan Palenstijn
2017-10-16Fix warningWillem Jan Palenstijn
2017-10-12Fix geometry computation in unused functionWillem Jan Palenstijn
2017-10-12Fix some warningsWillem Jan Palenstijn
2017-10-11Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-10-11Improve object creation error messagesWillem Jan Palenstijn
2017-10-11Make geometry config checks slightly less numerically strictWillem Jan Palenstijn
2017-09-27Unify some parallel_vec parameter computationsWillem Jan Palenstijn
2017-09-15Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-05-22Fix misleading indentationWillem Jan Palenstijn
2017-02-08Fix warningsWillem Jan Palenstijn
2017-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn
2017-02-08Remove unused 3d global min/maxWillem Jan Palenstijn
2017-02-08Remove unused data3d functionsWillem Jan Palenstijn
2017-02-08Remove unused functionWillem Jan Palenstijn
2017-01-12Fix VolumeGeometry class name in error messagesWillem Jan Palenstijn
2016-12-01Expose the density weighting option of cone_bpWillem Jan Palenstijn
It is now exposed via the new DensityWeighting option of CudaProjector3D.
2016-11-28Fix warningsWillem Jan Palenstijn
2016-11-28Update headers (website+2016)Willem Jan Palenstijn
2016-11-28Merge branch 'fdk_custom_filter'Willem Jan Palenstijn
2016-11-25Change order of template instantiations for clangWillem Jan Palenstijn
At least Apple's clang-703.0.31 needs this.
2016-11-21Fix hardcoded delim in splitStringWillem Jan Palenstijn
2016-11-04Fix build with MS VS 2015 CEAlexey Buzmakov
2016-10-13Merge branch 'master' into fdk_custom_filterWillem Jan Palenstijn
2016-10-07Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2016-10-06Merge branch 'master' into FDKWillem Jan Palenstijn
2016-07-29Merge pull request #62 from wjp/stringutilWillem Jan Palenstijn
Minor string parsing changes
2016-07-29Add CUDA parvec supportWillem Jan Palenstijn
2016-07-28Merge branch 'master' into parvecWillem Jan Palenstijn
2016-07-28Replace use of boost::split by own functionWillem Jan Palenstijn
2016-06-20Fix inefficient block split logicWillem Jan Palenstijn
2016-06-20Improve volume block reductionWillem Jan Palenstijn
The previous version would make the blocks too large due to inefficient computation of overlap.
2016-05-20Add option to specify custom filter for FDKDaniel M. Pelt
2016-04-22Fix buildWillem Jan Palenstijn
2016-04-22Merge branch 'master' into FDKWillem Jan Palenstijn
2016-04-22Change CPU FFT implementationDaniel M. Pelt
2016-04-18Use CompositeGeometryManager for FDKWillem Jan Palenstijn
Also fix a number of scaling/weighting issues in FDK, and switch to standard cone_bp with FDKWeighting for the BP step.
2016-04-18Merge branch 'master' into anisoWillem Jan Palenstijn
2016-04-18Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn