summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-03-07matlab cmake fixed, rof tv epsdkazanc
2019-03-06cont1Daniil Kazantsev
2019-03-06fixes 2n vector problemdkazanc
2019-03-06tol workdkazanc
2019-02-28Merge remote-tracking branch 'remotes/origin/master' into newdirstructurevagrant
2019-02-25MOVE: Wrappers/Python/supp to src/Python/ccpi/suppTomas Kulhanek
2019-02-22Merge remote-tracking branch 'remotes/origin/master' into newdirstructureTomas Kulhanek
Conflicts: demos/demoMatlab_denoise.m demos/qualitymetrics.py
2019-02-21FIX: directory links, install instructionsTomas Kulhanek
2019-02-21restructured sourcesTomas Kulhanek
2018-01-25removed src dirEdoardo Pasca
2018-01-25all Matlab related stuff have been moved to wrappersDaniil Kazantsev
2018-01-19some developmentEdoardo Pasca
2018-01-19added demosEdoardo Pasca
2018-01-19removed printsEdoardo Pasca
2018-01-19fixed non OS routineEdoardo Pasca
2018-01-19Initial demo as Demo_RealData3D_Parallel.mEdoardo Pasca
2018-01-19Little developmentEdoardo Pasca
2018-01-19bugfix in createReducedDeviceEdoardo Pasca
2018-01-19progress using abstract device in classEdoardo Pasca
squash later
2018-01-19reconstructor class working with Ordered SubsetEdoardo Pasca
2018-01-19test class rather than scriptEdoardo Pasca
2018-01-19Added Ordered SubsetsEdoardo Pasca
2018-01-19first working OS FISTA python testEdoardo Pasca
2018-01-19demo updatedEdoardo Pasca
2018-01-19Allows regularizer to output simply an imageEdoardo Pasca
2018-01-19fixed setParameterEdoardo Pasca
fixed setParameter allows regularizer to output simply the image rather than list.
2018-01-19regularization parameter is divided by Lipschitz constantEdoardo Pasca
as 09f9bf9828c39bcdd870cfefbcb52e61451802eb
2018-01-19bugfixes for AstraDevice useEdoardo Pasca
2018-01-19bugfixEdoardo Pasca
2018-01-19Added AstraDevice and DeviceModelEdoardo Pasca
2018-01-19further development using abstract forward/backward projectorEdoardo Pasca
2018-01-19uses AstraDeviceEdoardo Pasca
2018-01-19Added 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.
2018-01-19Finds the conda executableEdoardo Pasca
2018-01-19handles correctly the slicingEdoardo Pasca
2018-01-19initializes 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