summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add a .gitignore to ignore build filesDaniel M. Pelt2015-06-201-0/+23
| * | | Actually use the rec_type argument in astra_create_reconstruction_cudaDaniel M. Pelt2015-06-201-1/+1
| * | | Fix matlab compilation without CUDADaniel M. Pelt2015-06-201-2/+2
| * | | Fix wrong module name in documentationDaniel M. Pelt2015-06-201-1/+1
* | | | Don't take address of temporary.Valerii Sokolov2015-06-221-2/+4
|/ / /
* | | Increment version to 1.6Willem Jan Palenstijn2015-05-292-3/+3
* | | Fix vs2008 buildWillem Jan Palenstijn2015-05-292-10/+19
* | | Update utility filesWillem Jan Palenstijn2015-05-293-287/+438
* | | Update README, NEWSWillem Jan Palenstijn2015-05-294-4/+16
* | | Fix optomo reconstruction for 1D inputDaniel M. Pelt2015-05-261-1/+1
* | | Merge pull request #65 from dmpelt/cython-char-fixWillem Jan Palenstijn2015-05-261-7/+14
|\ \ \
| * | | Hold reference to results of six.b callsDaan Pelt2015-05-181-7/+14
* | | | Merge pull request #66 from dmpelt/fix-old-sixWillem Jan Palenstijn2015-05-263-3/+18
|\ \ \ \
| * | | | Fix range import for old six versionsDaniel M. Pelt2015-05-183-3/+18
* | | | | Fix Python samples for updated interface and old six versionsDaniel M. Pelt2015-05-262-4/+12
| |_|/ / |/| | |
* | | | Add note about autogen.shWillem Jan Palenstijn2015-05-202-0/+2
|/ / /
* | | Merge pull request #63 from wjp/optomo_sampleWillem Jan Palenstijn2015-05-151-0/+61
|\ \ \
| * | | Create python sample for OpTomoWillem Jan Palenstijn2015-05-151-0/+61
* | | | Merge pull request #49 from 3cHeLoN/astra-spotWillem Jan Palenstijn2015-05-153-0/+371
|\ \ \ \ | |/ / / |/| | |
| * | | Add copyright headerWillem Jan Palenstijn2015-05-151-0/+10
| * | | Add note about Spot to sample scriptWillem Jan Palenstijn2015-05-151-0/+8
| * | | Added ASTRA-Spot operator opTomoFolkert Bleichrodt2015-05-153-0/+353
* | | | Sync README.txt with README.mdWillem Jan Palenstijn2015-05-131-3/+6
* | | | Add DOI link for JSB paper as wellWillem Jan Palenstijn2015-05-131-1/+1
* | | | Update README.mdWim van Aarle2015-05-131-2/+7
* | | | fix memleaks in testjoergkappes2015-05-082-0/+10
* | | | fix to small memory allocationjoergkappes2015-05-081-2/+2
* | | | Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn2015-05-0856-730/+639
|\ \ \ \
| * | | | Make XML array handling consistentWillem Jan Palenstijn2015-05-065-117/+127
| * | | | Add extra XMLNode/XMLDocument/Config testWillem Jan Palenstijn2015-05-061-0/+16
| * | | | Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-0656-635/+518
* | | | | Merge pull request #46 from dmpelt/spot-like-pythonWillem Jan Palenstijn2015-05-085-139/+201
|\ \ \ \ \
| * | | | | Rename optomo.py for Python 2 supportDaniel M. Pelt2015-05-082-1/+1
| * | | | | Use superclass __mul__ in Python OpTomo __mul__Daniel M. Pelt2015-05-071-22/+11
| * | | | | Add SPOT-like object for Python (overrides `__mul__` and works with scipy.spa...Daan Pelt2015-05-045-139/+212
| |/ / / /
* | | | | Merge pull request #58 from dmpelt/python-link-size-checkWillem Jan Palenstijn2015-05-084-23/+86
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Do not allow 1D input in Python link methodDaniel M. Pelt2015-05-072-16/+4
| * | | | Check data size when using 'link' function in PythonDaan Pelt2015-04-304-23/+98
| | |/ / | |/| |
* / | | Fix memory leak in the configJeroen BĂ©dorf2015-04-302-0/+7
|/ / /
* | | Merge pull request #57 from valeriysokolov/fix-rapidxml-includesWillem Jan Palenstijn2015-04-293-11/+1
|\ \ \
| * | | Now include path is system-independent.Valerii Sokolov2015-04-293-11/+1
|/ / /
* | | Fix typo in configure python checkWillem Jan Palenstijn2015-04-161-1/+1
| | * Fix assertWillem Jan Palenstijn2015-07-161-1/+1
| | * Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-04-1591-5555/+10720
| | |\ | |_|/ |/| |
* | | 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
|\ \ \ \ | |/ / / |/| | |