summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-17Merge pull request #84 from dmpelt/log-highlevel-fixWillem Jan Palenstijn
Fix formatting when passing strings to log from high-level code
2015-07-17Fix formatting when passing strings to log from high-level codeDaniel M. Pelt
2015-06-26Merge pull request #75 from wjp/cuda_optionsWillem Jan Palenstijn
Move supersampling options from Algorithm to CudaProjector
2015-06-26Merge pull request #76 from dmpelt/projector-configuration-fixWillem Jan Palenstijn
Configuration fixes
2015-06-25Fix memory leak in configuration codeDaniel M. Pelt
2015-06-25Add extra null check for ExtraDetectorOffsetDaniel M. Pelt
2015-06-24Include ExtraDetectorOffset in returned configurationDaniel M. Pelt
2015-06-24Fix config to struct/dict translation for array optionsDaniel M. Pelt
2015-06-23Update sampleWillem Jan Palenstijn
2015-06-23Use supersampling options from CudaProjector2DWillem Jan Palenstijn
2015-06-23Add some common temporary file patterns to .gitignore.Willem Jan Palenstijn
Also add leading slashes to full paths for consistency.
2015-06-23Merge pull request #74 from dmpelt/small-fixesWillem Jan Palenstijn
Small fixes
2015-06-22Additional module name fix in documentationDaniel M. Pelt
2015-06-22Don't take address of temporary.Valerii Sokolov
2015-06-20Add a .gitignore to ignore build filesDaniel M. Pelt
2015-06-20Actually use the rec_type argument in astra_create_reconstruction_cudaDaniel M. Pelt
2015-06-20Fix matlab compilation without CUDADaniel M. Pelt
2015-06-20Fix wrong module name in documentationDaniel M. Pelt
2015-06-04Use supersampling options from CudaProjector3DWillem Jan Palenstijn
2015-05-29Increment version to 1.6Willem Jan Palenstijn
2015-05-29Fix vs2008 buildWillem Jan Palenstijn
2015-05-29Update utility filesWillem Jan Palenstijn
2015-05-29Update README, NEWSWillem Jan Palenstijn
2015-05-26Fix optomo reconstruction for 1D inputDaniel M. Pelt
2015-05-26Merge pull request #65 from dmpelt/cython-char-fixWillem Jan Palenstijn
Hold reference to results of six.b calls
2015-05-26Merge pull request #66 from dmpelt/fix-old-sixWillem Jan Palenstijn
Fix range import for old six versions
2015-05-26Fix Python samples for updated interface and old six versionsDaniel M. Pelt
2015-05-22Add supersampling options to Cuda ProjectorsWillem Jan Palenstijn
2015-05-20Add note about autogen.shWillem Jan Palenstijn
2015-05-18Fix range import for old six versionsDaniel M. Pelt
2015-05-18Hold reference to results of six.b callsDaan Pelt
2015-05-15Merge pull request #63 from wjp/optomo_sampleWillem Jan Palenstijn
Create python sample for OpTomo
2015-05-15Create python sample for OpTomoWillem Jan Palenstijn
2015-05-15Merge pull request #49 from 3cHeLoN/astra-spotWillem Jan Palenstijn
Astra spot
2015-05-15Add copyright headerWillem Jan Palenstijn
2015-05-15Add note about Spot to sample scriptWillem Jan Palenstijn
2015-05-15Added ASTRA-Spot operator opTomoFolkert Bleichrodt
A Spot operator for the ASTRA projectors. Wraps the forward and backprojection operation into a Spot operator, which can be used with matrix-vector syntax in Matlab.
2015-05-13Sync README.txt with README.mdWillem Jan Palenstijn
2015-05-13Add DOI link for JSB paper as wellWillem Jan Palenstijn
2015-05-13Update README.mdWim van Aarle
updated references
2015-05-08fix memleaks in testjoergkappes
2015-05-08fix to small memory allocationjoergkappes
2015-05-08Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn
Clean up XMLNode
2015-05-08Merge pull request #46 from dmpelt/spot-like-pythonWillem Jan Palenstijn
Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)
2015-05-08Merge pull request #58 from dmpelt/python-link-size-checkWillem Jan Palenstijn
Check data size when using 'link' function in Python
2015-05-08Rename optomo.py for Python 2 supportDaniel M. Pelt
2015-05-07Use superclass __mul__ in Python OpTomo __mul__Daniel M. Pelt
2015-05-07Do not allow 1D input in Python link methodDaniel M. Pelt
2015-05-06Make XML array handling consistentWillem Jan Palenstijn
setContent and getContent were using different XML formats previously.
2015-05-06Add extra XMLNode/XMLDocument/Config testWillem Jan Palenstijn