summaryrefslogtreecommitdiffstats
path: root/src/ParallelBeamStripKernelProjector2D.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Make ParStripProjector2D::getProjectionWeightsCount safer for very thin stripsWillem Jan Palenstijn2019-03-131-1/+1
|
* Fix rounding error in ParStripProjector2D::getProjectionWeightsCountWillem Jan Palenstijn2019-03-121-2/+2
| | | | | | | | | In the worst case this would lead to (nearly) empty storage for getMatrix(), resulting in (near) explicit projection matrices. (These are only used for exporting explicit sparse projection matrices to matlab/python; not for FP/BP/reconstruction.) This is a quick fix; ideally the affected code would use dynamic storage.
* Remove largely unimplemented CProjector2D::projectPoint methodWillem Jan Palenstijn2019-01-241-61/+0
| | | | This includes the astra_mex_projector('splat') matlab function.
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Make geometry config checks slightly less numerically strictWillem Jan Palenstijn2017-10-111-1/+1
|
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-151-4/+4
|\
| * Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
| |
| * Fix build with MS VS 2015 CEAlexey Buzmakov2016-11-041-0/+1
| |
* | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-281-1/+0
|\|
| * Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-1/+0
| | | | | | | | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
* | updated 'strip' kernel projectorWim van Aarle2015-03-111-50/+50
|/
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+224