summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_ReconstructionEdoardo Pasca2018-01-251-28/+6
|\
| * removed src dirEdoardo Pasca2018-01-2540-7518/+0
| |
| * Should fix #18 of patch-based regularizationalgol2018-01-251-28/+6
| |
* | removed src dirEdoardo Pasca2018-01-2540-7518/+0
|/
* fixed test_regularizers.pyEdoardo Pasca2018-01-252-103/+54
|
* all Matlab related stuff have been moved to wrappersDaniil Kazantsev2018-01-2545-1897/+2
|
* bugfixEdoardo Pasca2018-01-231-3/+5
|
* added setup-fista.pyEdoardo Pasca2018-01-231-0/+27
|
* Added all regularizers to testEdoardo Pasca2018-01-231-29/+38
|
* Fix #13Edoardo Pasca2018-01-231-8/+18
| | | | | Fixes #13. Bug due to calling list(np::array). For some reasons, it splitted the array (512x512) in 512 arrays of len 512.
* removed debugging printsEdoardo Pasca2018-01-231-31/+1
|
* added debugging printsEdoardo Pasca2018-01-231-3/+23
|
* Added conda recipe for FISTAEdoardo Pasca2018-01-239-326/+3
| | | | removed dangling files
* fixed conda recipes for unixEdoardo Pasca2018-01-232-14/+19
|
* added filtersEdoardo Pasca2018-01-232-0/+334
|
* debugging #13Edoardo Pasca2018-01-231-35/+39
|
* fixed setup.py, bugfixesEdoardo Pasca2018-01-232-8/+19
|
* Added dllexportEdoardo Pasca2018-01-239-37/+53
|
* work for conda recipesEdoardo Pasca2018-01-234-10/+101
|
* Working conda recipe for WindowsEdoardo Pasca2018-01-236-31/+116
|
* Merge branch 'pythonize'Edoardo Pasca2018-01-192-7/+33
|\ | | | | | | | | | | Resolved Conflicts: Core/recipe/meta.yaml Wrappers/Python/CMakeLists.txt
| * change in the meta.yamlEdoardo Pasca2018-01-191-5/+19
| |
| * changes with cmake steering condaEdoardo Pasca2018-01-101-2/+15
| |
| * code refactoring step1Edoardo Pasca2017-11-1064-1/+9516
| |
| * some developmentEdoardo Pasca2017-11-103-1/+530
| |
| * added demosEdoardo Pasca2017-11-021-3/+33
| |
| * removed printsEdoardo Pasca2017-11-021-9/+1
| |
| * fixed non OS routineEdoardo Pasca2017-11-021-16/+53
| |
| * Initial demo as Demo_RealData3D_Parallel.mEdoardo Pasca2017-11-011-0/+138
| |
| * Little developmentEdoardo Pasca2017-11-011-1/+0
| |
| * bugfix in createReducedDeviceEdoardo Pasca2017-11-011-19/+25
| |
| * progress using abstract device in classEdoardo Pasca2017-10-313-22/+56
| | | | | | | | squash later
| * reconstructor class working with Ordered SubsetEdoardo Pasca2017-10-311-9/+14
| |
| * test class rather than scriptEdoardo Pasca2017-10-311-3/+31
| |
| * Added Ordered SubsetsEdoardo Pasca2017-10-311-13/+173
| |
| * first working OS FISTA python testEdoardo Pasca2017-10-311-24/+47
| |
| * demo updatedEdoardo Pasca2017-10-311-30/+24
| |
| * Allows regularizer to output simply an imageEdoardo Pasca2017-10-311-2/+3
| |
| * fixed setParameterEdoardo Pasca2017-10-311-15/+27
| | | | | | | | | | fixed setParameter allows regularizer to output simply the image rather than list.
| * regularization parameter is divided by Lipschitz constantEdoardo Pasca2017-10-301-1/+4
| | | | | | | | as 09f9bf9828c39bcdd870cfefbcb52e61451802eb
| * Merge branch 'master' of ↵Edoardo Pasca2017-10-303-70/+55
| |\ | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * | bugfixes for AstraDevice useEdoardo Pasca2017-10-304-35/+71
| | |
| * | bugfixEdoardo Pasca2017-10-271-0/+2
| | |
| * | Added AstraDevice and DeviceModelEdoardo Pasca2017-10-271-0/+2
| | |
| * | further development using abstract forward/backward projectorEdoardo Pasca2017-10-274-59/+84
| | |
| * | uses AstraDeviceEdoardo Pasca2017-10-271-32/+92
| | |
| * | Added DeviceModel and AstraDeviceEdoardo Pasca2017-10-272-0/+124
| | | | | | | | | | | | | | | | | | 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.
| * | Finds the conda executableEdoardo Pasca2017-10-272-3/+8
| | |
| * | handles correctly the slicingEdoardo Pasca2017-10-271-3/+3
| | |
| * | initializes R3Edoardo Pasca2017-10-271-4/+1
| | | | | | | | | | | | Bugfix, R2 was initialized twice, R3 never.