summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-11-10some developmentEdoardo Pasca
2017-11-02added demosEdoardo Pasca
2017-11-02removed printsEdoardo Pasca
2017-11-02fixed non OS routineEdoardo Pasca
2017-11-01Initial demo as Demo_RealData3D_Parallel.mEdoardo Pasca
2017-11-01Little developmentEdoardo Pasca
2017-11-01bugfix in createReducedDeviceEdoardo Pasca
2017-10-31progress using abstract device in classEdoardo Pasca
squash later
2017-10-31reconstructor class working with Ordered SubsetEdoardo Pasca
2017-10-31test class rather than scriptEdoardo Pasca
2017-10-31Added Ordered SubsetsEdoardo Pasca
2017-10-31first working OS FISTA python testEdoardo Pasca
2017-10-31demo updatedEdoardo Pasca
2017-10-31Allows regularizer to output simply an imageEdoardo Pasca
2017-10-31fixed setParameterEdoardo Pasca
fixed setParameter allows regularizer to output simply the image rather than list.
2017-10-30regularization parameter is divided by Lipschitz constantEdoardo Pasca
as 09f9bf9828c39bcdd870cfefbcb52e61451802eb
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