summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-05Regenerate Windows build filesWillem Jan Palenstijn
2019-02-19Merge pull request #183 from wjp/par2d_ddWillem Jan Palenstijn
Add basic implementation of par2d CPU Distance Driven projector
2019-01-30test_line2d: Add tests for distance_driven projectorWillem Jan Palenstijn
2019-01-24Some basic optimizationsWillem Jan Palenstijn
2019-01-24Remove largely unimplemented CProjector2D::projectPoint methodWillem Jan Palenstijn
This includes the astra_mex_projector('splat') matlab function.
2019-01-24Add basic implementation of par2d CPU Distance Driven projectorWillem Jan Palenstijn
2018-12-23Add DartMask helper connectivity option checkWillem Jan Palenstijn
2018-12-23Add error checking to numeric vector config parsingWillem Jan Palenstijn
2018-12-23Fix exception propagation in python dictToConfigWillem Jan Palenstijn
2018-12-23Improve config error handlingWillem Jan Palenstijn
2018-12-23More gracefully handle config errors in geometriesWillem Jan Palenstijn
2018-12-23Remove unused fileWillem Jan Palenstijn
2018-12-23Fix return value order in sampleWillem Jan Palenstijn
2018-12-12Install DART algorithmWillem Jan Palenstijn
2018-12-12Merge branch 'geom_visualizer'Willem Jan Palenstijn
This adds a matlab geometry visualizer, and a sample showing how to use it.
2018-12-12Reorganize functions into packages/private functionsWillem Jan Palenstijn
This also replaces modifying the path with a request to the user to modify the path.
2018-12-12add astra_plot_geom command and sample s024Tim
Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
2018-12-12copy plot_geom files in correct folders when installingTim
2018-12-12add geometry draw files without changesTim
2018-12-12Remove unused array allocation in data3d.get_sharedWillem Jan Palenstijn
Thanks to @ahendriksen.
2018-12-12Add new CUDA compute modelsWillem Jan Palenstijn
2018-12-07Merge pull request #180 from wjp/filter_configWillem Jan Palenstijn
Read filter config for FBP from cfg.options
2018-12-06Improve detection of unused config options for filtersWillem Jan Palenstijn
The FilterSinogramId, FilterParameter and FilterD options now only get marked used if they are actually used, based on the value of FilterType.
2018-12-06Read filter config for FBP from cfg.optionsWillem Jan Palenstijn
Since these settings are optional, they should have been in cfg.options instead of directly in cfg. The old syntax remains a fallback. This has the side-effect that the tomopy/astra interface can also supply them.
2018-11-13Add install-dev to READMEWillem Jan Palenstijn
2018-11-13Add install-dev make target for installing headers/pkgconfig/libraryWillem Jan Palenstijn
2018-11-07Fix python set_gpu_index default memory argumentWillem Jan Palenstijn
2018-11-01Loosen numpy dependency for conda packageWillem Jan Palenstijn
2018-11-01Add minimal GPU Array interfaceWillem Jan Palenstijn
This extension (only) allows creating a CUDA 3D array, copying projection data into it, performing a BP from the array, and freeing the array.
2018-10-24Fix missing python lib path for matlab moduleWillem Jan Palenstijn
2018-10-23Merge pull request #170 from wjp/feature_flagsWillem Jan Palenstijn
Add support for checking features at run-time
2018-09-25Add support for checking features at run-timeWillem Jan Palenstijn
2018-09-25Unify USE_MATLAB_UNDOCUMENTED defineWillem Jan Palenstijn
2018-09-25Raise exception when setting GPU memory unrealistically smallWillem Jan Palenstijn
2018-08-31Avoid broken scipy package for testsWillem Jan Palenstijn
2018-08-31Drop numpy 1.12/1.13 packagesWillem Jan Palenstijn
Anaconda doesn't have these for python 3.7 apparently
2018-08-31Build for new cuda/python/numpy versionsWillem Jan Palenstijn
2018-08-28Mention new dev conda packagesWillem Jan Palenstijn
2018-08-28Use PI constant from Globals.h to fix Windows buildWillem Jan Palenstijn
2018-08-28Fix missing findPlugin function in WindowsWillem Jan Palenstijn
2018-08-28Split up PythonPluginAlgorithm filesWillem Jan Palenstijn
2018-08-28Make filename more consistentWillem Jan Palenstijn
2018-07-20Adjust angle block size to max CUDA texture size in CompositeGeometryManagerWillem Jan Palenstijn
2018-07-18Fix potential double/float confusionWillem Jan Palenstijn
2018-07-18Merge pull request #160 from wjp/FBP_filtersWillem Jan Palenstijn
Custom filter support for CPU FBP
2018-07-17Add sample scriptsWillem Jan Palenstijn
2018-07-17Add RSINOGRAM/RPROJECTION filter modes to CPU FBPWillem Jan Palenstijn
2018-07-17Add SINOGRAM/PROJECTION filter modes to CPU FBPWillem Jan Palenstijn
2018-07-17Move CPU FBP to common filter codeWillem Jan Palenstijn
2018-07-17Reorganize more filter size functionsWillem Jan Palenstijn