summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-21Fix hardcoded delim in splitStringWillem Jan Palenstijn
2016-11-21Add install-octave to .PHONYWillem Jan Palenstijn
2016-11-18Merge pull request #73 from wjp/octaveWillem Jan Palenstijn
Add experimental support for Octave
2016-11-18Add experimental support for OctaveWillem Jan Palenstijn
Based on initial patch by @kalvdans.
2016-11-18Improve consts in matlab undocumented function declarationsWillem Jan Palenstijn
2016-11-18Merge pull request #66 from wjp/iter_pluginsWillem Jan Palenstijn
Add SIRT, CGLS python plugins
2016-11-18Use SIRTPlugin, CGLSPlugin in exampleWillem Jan Palenstijn
2016-11-18Add CGLS pluginWillem Jan Palenstijn
2016-11-18Add SIRT pluginWillem Jan Palenstijn
2016-11-18Merge pull request #72 from buzmakov/masterWillem Jan Palenstijn
Fix build with MS VS 2015 CE
2016-11-04Fix build with MS VS 2015 CEAlexey Buzmakov
2016-10-24Update README.mdJan Sijbers
2016-10-24Update README.txtJan Sijbers
2016-10-19Fix Python create_projector docstringWillem Jan Palenstijn
2016-10-13Clean up unused variablesWillem Jan Palenstijn
2016-10-13Increase max angle count for Parker WeightingWillem Jan Palenstijn
2016-10-07Merge pull request #42 from wjp/FDKWillem Jan Palenstijn
Use CompositeGeometryManager for FDK
2016-10-07Merge branch 'master' into FDKWillem Jan Palenstijn
2016-10-07Merge pull request #41 from wjp/anisoWillem Jan Palenstijn
Add support for non-cube voxels
2016-10-06Merge branch 'master' into FDKWillem Jan Palenstijn
2016-07-29Merge pull request #62 from wjp/stringutilWillem Jan Palenstijn
Minor string parsing changes
2016-07-29Merge pull request #58 from wjp/volume_reductionWillem Jan Palenstijn
Improve efficiency of CGM volume block reduction
2016-07-28Remove leftover code from SingletonWillem Jan Palenstijn
2016-07-28Replace use of boost::split by own functionWillem Jan Palenstijn
2016-07-28Convert one more string parsing function to stringToDoubleWillem Jan Palenstijn
2016-07-28Merge pull request #59 from wjp/spatial_filterWillem Jan Palenstijn
Compute FBP filter in spatial domain
2016-06-24Compute FBP filter in spatial domainWillem Jan Palenstijn
2016-06-20Fix inefficient block split logicWillem Jan Palenstijn
2016-06-20Improve volume block reductionWillem Jan Palenstijn
The previous version would make the blocks too large due to inefficient computation of overlap.
2016-05-17Merge pull request #55 from wjp/singleton_constructionWillem Jan Palenstijn
Avoid defining singleton construction in header file
2016-05-17Add sanity checkWillem Jan Palenstijn
2016-05-17Avoid defining singleton construction in header fileWillem Jan Palenstijn
That way, the call to new is always executed by code inside libastra. This avoids the situation where a singleton gets created by a copy of the constructor linked into an object file outside of libastra, such as a .mex file, which would then also cause the vtable to be outside of libastra. This situation would cause issues when .mex files are unloaded.
2016-04-26Merge pull request #47 from wjp/OpTomo_outWillem Jan Palenstijn
Give OpTomo FP/BP functions with optional out argument
2016-04-26Use FP/BP out argument in sample pluginWillem Jan Palenstijn
2016-04-25Merge pull request #46 from dmpelt/python_cxxWillem Jan Palenstijn
Use CXX for Python compilation as well
2016-04-25Merge pull request #50 from wjp/data3d_dimensionsWillem Jan Palenstijn
Reverse output of astra.data3d.dimensions
2016-04-25Give OpTomo FP/BP functions with optional out argumentWillem Jan Palenstijn
This allows more efficient use of allocated arrays.
2016-04-25Merge pull request #49 from dmpelt/flatten_to_ravelWillem Jan Palenstijn
Change flatten to ravel in Python code
2016-04-25Reverse output of astra.data3d.dimensionsWillem Jan Palenstijn
This makes the output directly usable in numpy commands like zeros, reshape. We were not using data3d.dimensions ourselves, as far as I can tell.
2016-04-25Change flatten to ravel in Python codeDaniel M. Pelt
2016-04-22Merge branch 'master' into anisoWillem Jan Palenstijn
2016-04-22Fix buildWillem Jan Palenstijn
2016-04-22Fix buildWillem Jan Palenstijn
2016-04-22Merge pull request #43 from adler-j/patch-1Willem Jan Palenstijn
Fix missing backslash in readme.md install
2016-04-22Merge branch 'master' into FDKWillem Jan Palenstijn
2016-04-22Merge pull request #48 from dmpelt/cpu_fft_fixWillem Jan Palenstijn
Change CPU FFT implementation
2016-04-22Change CPU FFT implementationDaniel M. Pelt
2016-04-19Add comment about setting CC to CXXDaniel M. Pelt
2016-04-19Use CXX for Python compilation as wellDaniel M. Pelt
2016-04-19Fix missing backslash in readme.md installJonas Adler