summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-10-30bugfixes for AstraDevice useEdoardo Pasca
2017-10-27bugfixEdoardo Pasca
2017-10-27Added AstraDevice and DeviceModelEdoardo Pasca
2017-10-27further development using abstract forward/backward projectorEdoardo Pasca
2017-10-27uses AstraDeviceEdoardo Pasca
2017-10-27Added DeviceModel and AstraDeviceEdoardo Pasca
these classes are to abstract the calls to forward/backprojection so that the FISTA implementation is independent of ASTRA and we may use CCPi code from CGLS.
2017-10-27Finds the conda executableEdoardo Pasca
2017-10-27handles correctly the slicingEdoardo Pasca
2017-10-27initializes R3Edoardo Pasca
Bugfix, R2 was initialized twice, R3 never.
2017-10-25added to repositoryEdoardo Pasca
2017-10-25doing workEdoardo Pasca
2017-10-25Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-10-25Merge branch 'origin/pythonize' into pythonizeEdoardo Pasca
2017-10-25developmentEdoardo Pasca
2017-10-25Removed unused variablesEdoardo Pasca
2017-10-25removed dependencyEdoardo Pasca
2017-10-25added to repositoryEdoardo Pasca
2017-10-25removed print to screenEdoardo Pasca
Fixed #2
2017-10-25Added print to screen to debug faulty FGP_TVEdoardo Pasca
Bug #2 came from not initializing lambda but mu.
2017-10-25Merge branch origin/pythonize into pythonizeEdoardo Pasca
2017-10-25Use MATCH and CMAKE_MATCH_<n>Edoardo Pasca
2017-10-24Add regularization stepEdoardo Pasca
Add regularization step OS seems to work
2017-10-24saves to fileEdoardo Pasca
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