summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-07Add astra_mex_direct('FP3D'/'BP3D', ...)Willem Jan Palenstijn
2015-09-17Use mxLogical instead of bool.Willem Jan Palenstijn
This should improve compatibility with Octave according to Christian Häggström.
2015-09-16Silence bogus warning:Christian Häggström
Warning: CudaSirtAlgorithm3D: unused configuration options: SinogramMaskId
2015-09-09Merge pull request #90 from wjp/opTomo_leakWillem Jan Palenstijn
Fix algorithm leak in opTomo
2015-09-04Fix algorithm leak in opTomoWillem Jan Palenstijn
2015-08-12Fix algorithm object leak in astra_create_fbp_reconstruction.mWillem Jan Palenstijn
2015-08-11Merge pull request #88 from dmpelt/nogilWillem Jan Palenstijn
Release the gil in algorithm.run
2015-08-10Release the gil in algorithm.runDaniel M. Pelt
2015-08-03Merge pull request #86 from dmpelt/scipy-0.16-optomo-fixWillem Jan Palenstijn
Small OpTomo fixes
2015-07-30Define a transpose for the OpTomo transpose as wellDaniel M. Pelt
Allows for chaining .T calls.
2015-07-30Fix Python OpTomo for scipy 0.16Daniel M. Pelt
scipy 0.16 also uses .T to define a transpose, which conflicts with the old OpTomo implementation. OpTomo now also defines the _transpose() method, which .T will call in scipy 0.16.
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