summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-07-23Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt
when running in Matlab
2015-07-23Always log Python errors when importing/creating pluginsDaniel M. Pelt
2015-07-23Also log Python errors when importing and creating Python pluginsDaniel M. Pelt
2015-07-23Fix numpy lapack loading when running in MatlabDaniel M. Pelt
2015-07-23Remove config text file loading for pluginsDaniel M. Pelt
2015-07-23Log error when running Python plugin algorithmDaniel M. Pelt
2015-07-23Fix config to dict translation for array optionsDaniel M. Pelt
2015-07-23Add support for Python algorithm pluginsDaniel M. Pelt
2015-05-06Make XML array handling consistentWillem Jan Palenstijn
setContent and getContent were using different XML formats previously.
2015-05-06Change XMLNode* to XMLNodeWillem Jan Palenstijn
An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
2015-04-30Fix memory leak in the configJeroen Bédorf
2015-04-29Now include path is system-independent.Valerii Sokolov
2015-04-14Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn
Add data3d('change_geometry')
2015-04-10Add changeGeometry function to Data3D classesWillem Jan Palenstijn
2015-04-09Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt
2015-03-30Fix typo in error messageWillem Jan Palenstijn
2015-03-30Add missing error on wrong projgeom type in CProjector3D::initializeWillem Jan Palenstijn
2015-03-13Only allow stdout and stderr for screen loggingDaniel M. Pelt
2015-03-13Use a less verbose default fmt for screen logging and cleaner messagesDaniel M. Pelt
2015-03-13Enable logging to Matlab window using callback functionDaniel M. Pelt
Also introduces a mex initialize function that is called at the first invocation of any mex method.
2015-03-13Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵Daniel M. Pelt
these defines
2015-03-10Use new logging API internally instead of printf / iostreamDaniel M. Pelt
2015-03-10Adds new logging capabilities (based on clog.h)Daniel M. Pelt
2015-03-09Remove old Logging code (only used in fft.cu)Daniel M. Pelt
2015-03-03Fix getConfiguration type for vec geometriesWillem Jan Palenstijn
2015-03-03Fix getConfiguration for vec geometries and non-square detectorsWillem Jan Palenstijn
2015-03-02Untangle cuda and astra includesWillem Jan Palenstijn
2015-02-27Merge pull request #20 from wvaarle/matlab-get-geometryWillem Jan Palenstijn
'get_geometry' functions in the matlab layer
2015-02-26updated docsWim van Aarle
2015-02-26get_geometry now uses XML config object (for projections)Wim van Aarle
2015-02-25get_geometry now uses XML config object (for volumes)Wim van Aarle
2015-02-25Remove CAsyncAlgorithm::timedJoinWillem Jan Palenstijn
It is currently unused, and its current implementation is not very portable.
2015-02-24re-enabled get_geometry for 3d projectorsWim van Aarle
2015-02-24added get_geometry for 3d projection data objectsWim van Aarle
2015-01-26Update copyright to -2015Willem Jan Palenstijn
2015-01-19Update copyright headersWillem Jan Palenstijn
2014-12-08Implement loading geometries into Projector3DWillem Jan Palenstijn
2014-12-04Remove unused filesWillem Jan Palenstijn
2014-12-03Move BP coordinate transformation to utility functionWillem Jan Palenstijn
2014-12-02Add ProjectionGeometry3D::projectPoint for par3d and cone.Willem Jan Palenstijn
Par3d_vec and cone_vec to follow.
2014-12-01Remove unused DetectorOffsetX/Y in ProjectionGeometry3DWillem Jan Palenstijn
2014-10-06Fix warningWillem Jan Palenstijn
2014-10-06Start supporting flexible 2D volume geometry in Cuda FBP tooWillem Jan Palenstijn
2014-10-01Support flexible 2D volume geometry in CudaReconstructionAlgorithm tooWillem Jan Palenstijn
2014-10-01Support flexible 2D volume geometryWillem Jan Palenstijn
2014-09-24Remove more obsolete debugging outputWillem Jan Palenstijn
2014-06-26Check for valid sinogram and volume masks in ReconstructionAlgorithmWillem Jan Palenstijn
2014-05-02Fix uninitialized varWillem Jan Palenstijn
2014-05-02Add SIRT-Weighted BP3D (par3d-only) for use in large BPWillem Jan Palenstijn
2014-04-22Add mxarray/link functionality for 3d volumesWillem Jan Palenstijn