summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build for numpy 1.14Willem Jan Palenstijn2018-06-011-0/+1
|
* Update Windows release scriptsWillem Jan Palenstijn2018-01-312-15/+15
|
* Fix include path for MSVCWillem Jan Palenstijn2018-01-241-1/+1
|
* Homogenize copyright headerWillem Jan Palenstijn2018-01-241-5/+5
|
* Remove outdated svn keywordsWillem Jan Palenstijn2018-01-2411-11/+0
|
* Update outdated URLsWillem Jan Palenstijn2018-01-2411-11/+11
|
* iMinds -> imecWillem Jan Palenstijn2018-01-24432-433/+433
|
* Update copyright dateWillem Jan Palenstijn2018-01-24432-864/+864
|
* Update contact emailWillem Jan Palenstijn2018-01-12432-433/+433
|
* Fix commentWillem Jan Palenstijn2018-01-101-1/+1
|
* Improve postalignment functionWillem Jan Palenstijn2018-01-095-30/+20
|
* Fix comments for postalignment functionWillem Jan Palenstijn2018-01-092-5/+18
|
* Add geom_size, geom_2vec to main astra moduleWillem Jan Palenstijn2018-01-093-4/+4
|
* Add astra.test/astra_test functionWillem Jan Palenstijn2018-01-097-20/+41
|
* Check for CUDA support at run-time in use_cuda()Willem Jan Palenstijn2018-01-099-36/+38
|
* Merge branch 'parallel_vec'Willem Jan Palenstijn2018-01-0977-2823/+3547
|\
| * Add sample script using parallel_vecWillem Jan Palenstijn2018-01-092-0/+167
| |
| * Fix FanFlatBeamLineKernelProjector memleakWillem Jan Palenstijn2017-11-282-0/+5
| |
| * Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-2210-47/+82
| |\
| * \ Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-2266-454/+623
| |\ \
| * | | 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-126-256/+236
| | | |
| * | | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-10-1113-40/+56
| |\ \ \
| * | | | Adjust test to weights scaled by detector pixel widthWillem Jan Palenstijn2017-10-111-3/+3
| | | | |
| * | | | Add tests for 2D line kernelsWillem Jan Palenstijn2017-10-111-0/+310
| | | | |
| * | | | Document constant in testWillem Jan Palenstijn2017-10-111-1/+1
| | | | |
| * | | | Make geometry config checks slightly less numerically strictWillem Jan Palenstijn2017-10-117-16/+16
| | | | |
| * | | | Scale 2D projection results by detector pixel widthWillem Jan Palenstijn2017-10-113-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | The strip and cuda projectors already did this scaling, so this makes the other behave consistently.
| * | | | Support parallel_vec in python geom_sizeWillem Jan Palenstijn2017-10-111-1/+1
| | | | |
| * | | | Unify some parallel_vec parameter computationsWillem Jan Palenstijn2017-09-274-34/+28
| | | | |
| * | | | Fix non-square window for CPU projectorsWillem Jan Palenstijn2017-09-205-5/+5
| | | | |
| * | | | Remove broken openmp support from CPU kernelsWillem Jan Palenstijn2017-09-205-5/+0
| | | | | | | | | | | | | | | | | | | | The writes to the volume in the (ray-driven) backprojection are not done in a thread-safe way.
| * | | | Fix spaces/tabsWillem Jan Palenstijn2017-09-191-2/+2
| | | | |
| * | | | Fix boundary issues in par_linearWillem Jan Palenstijn2017-09-181-9/+9
| | | | |
| * | | | Fix boundary issues in fan_lineWillem Jan Palenstijn2017-09-181-17/+17
| | | | |
| * | | | Homogenize styleWillem Jan Palenstijn2017-09-151-31/+11
| | | | |
| * | | | Fix boundary issues in par_lineWillem Jan Palenstijn2017-09-151-14/+14
| | | | |
| * | | | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-15476-15063/+5292
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into parallel_vecWillem Jan Palenstijn2016-10-0729-661/+809
| |\ \ \ \ \
| * | | | | | Fix memory leak in CPU projectorsWillem Jan Palenstijn2016-07-293-0/+8
| | | | | | |
| * | | | | | Add CUDA parvec supportWillem Jan Palenstijn2016-07-2936-1715/+1179
| | | | | | |
| * | | | | | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-28291-13209/+12011
| |\ \ \ \ \ \
| * | | | | | | some marginal gains + added documentationWim van Aarle2015-05-275-294/+509
| | | | | | | |
| * | | | | | | updated configuration of ParallelVecProjectionGeometryWim van Aarle2015-05-261-13/+7
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle2015-05-26157-6543/+12187
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: astra_vc11.vcxproj.filters python/astra/functions.py src/ParallelBeamBlobKernelProjector2D.cpp src/ProjectionGeometry2D.cpp
| * | | | | | | | corrected geometry namesWim van Aarle2015-03-182-8/+8
| | | | | | | | |
| * | | | | | | | updated python bindingsWim van Aarle2015-03-188-189/+181
| | | | | | | | |
| * | | | | | | | updated makefileWim van Aarle2015-03-182-2/+44
| |\ \ \ \ \ \ \ \
| * | | | | | | | | added matlab script that visualizes geometriesWim van Aarle2015-03-181-0/+216
| | | | | | | | | |