summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-10-24moved to test directoryEdoardo Pasca
2017-10-24Remove dependency on astra-toolbox in meta.yamlEdoardo Pasca
this just because otherwise conda wants to install a version from astra-toolbox which I'm not sure works for us.
2017-10-24fix wrong indentationEdoardo Pasca
2017-10-24added targets and cache variablesEdoardo Pasca
2017-10-24removed fista directoryEdoardo Pasca
use the standard package reconstruction directory for the fista code
2017-10-24use system packageEdoardo Pasca
2017-10-24latest devEdoardo Pasca
2017-10-24Builds 2 packages fista and regularizersEdoardo Pasca
2017-10-23add fista-recipe and stuffEdoardo Pasca
2017-10-23minor cleanupEdoardo Pasca
2017-10-23Bugfixes for UNIX compilationEdoardo Pasca
2017-10-23executable extension is for WIN32Edoardo Pasca
2017-10-23Finds the active conda environmentEdoardo Pasca
sets up for the current active conda environmnet
2017-10-23Added setup.py.inEdoardo Pasca
2017-10-23Add needed environment variablesEdoardo Pasca
Adds the environment variables that are needed to compile via conda.
2017-10-20Merge branch origin/pythonize into pythonizeEdoardo Pasca
2017-10-20add conda-forge to the channelEdoardo Pasca
2017-10-20Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-10-20Further developmentEdoardo Pasca
2017-10-20Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-10-20Initial revision of build environment made with CMakeEdoardo Pasca
Initial revision of build environment made with CMake First commit of CMakeLists.txt attempt to use CMake to create the build environment First commit of CMakeLists.txt attempting to locate conda python environment Added a few files for CMake Many changes for the CMake compilation. Tested CMake build Bugfixes
2017-10-19First commit of CMakeLists.txtEdoardo Pasca
attempting to locate conda python environment
2017-10-19finished first draftEdoardo Pasca
2017-10-19further progressEdoardo Pasca
2017-10-19progress in pythonizationEdoardo Pasca
2017-10-18added to repositoryEdoardo Pasca
2017-10-18implemented non ordered subset FISTA in reconstructorEdoardo Pasca
2017-10-18minor reorganization of the codeEdoardo Pasca
added RSME
2017-10-18Modified Region of interest; removed studenttEdoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction/commit/6fb8f5d188ed31d7a7077cba8ab7aea17b25b8bf
2017-10-18removed viewer package from treeEdoardo Pasca
2017-10-18Progress in pythonizationEdoardo Pasca
2017-10-18Squashing 2 commits: Added and removed hdf5 (too big)Edoardo Pasca
Added data in hdf5 format removed hdf5 data
2017-10-17Added many methodsEdoardo Pasca
2017-10-13Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-10-13changes for vishighmemEdoardo Pasca
2017-10-13uses FISTAReconstructor classEdoardo Pasca
deleted the calculation of the lipschitz constant that is now in the reconstructor class.
2017-10-13Added setParameterEdoardo Pasca
minor beautification of code
2017-10-11Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize Conflicts: demos/exportDemoRD2Data.m main_func/regularizers_CPU/FGP_TV_core.h main_func/regularizers_CPU/LLT_model.c src/Python/test/readhd5.py src/Python/test_reconstructor.py src/Python/test_regularizers.py
2017-10-11initial revisionEdoardo Pasca
2017-10-11read and plot the hdf5Edoardo Pasca
2017-10-11table with regularizers outputEdoardo Pasca
2017-10-11initial revisionEdoardo Pasca
2017-10-11initial revisionEdoardo Pasca
2017-10-11initial facility to test the FISTAEdoardo Pasca
2017-10-11bugfixEdoardo Pasca
2017-10-11initial revision for testingEdoardo Pasca
2017-10-11export/import data from hdf5Edoardo Pasca
Added file to export the data from DemoRD2.m to HDF5 to pass it to Python. Added file to import the data from DemoRD2.m from HDF5.
2017-10-11module renameEdoardo Pasca
2017-10-11initial revisionEdoardo Pasca
2017-10-11added viewer for testingEdoardo Pasca