summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into pythonizeEdoardo Pasca2017-10-193-15/+48
|\
| * OS loop now fixedDaniil Kazantsev2017-10-193-27/+44
| |
| * Merge pull request #6 from vais-ral/if-then-elsedkazanc2017-10-191-39/+15
| |\ | | | | | | moved code out of if-then-else
| | * moved code out of if-then-elseEdoardo Pasca2017-10-191-39/+15
| |/ | | | | | | fixed #5
* | Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-193-89/+594
|\ \ | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * | added to repositoryEdoardo Pasca2017-10-181-0/+379
| | |
| * | implemented non ordered subset FISTA in reconstructorEdoardo Pasca2017-10-182-25/+165
| | |
| * | minor reorganization of the codeEdoardo Pasca2017-10-181-52/+45
| | | | | | | | | | | | added RSME
| * | Modified Region of interest; removed studenttEdoardo Pasca2017-10-181-14/+7
| | | | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction/commit/6fb8f5d188ed31d7a7077cba8ab7aea17b25b8bf
* | | moved code out of if-the-elseEdoardo Pasca2017-10-191-39/+15
| | | | | | | | | | | | closes issue #5
* | | Merge branch 'master' into pythonizeEdoardo Pasca2017-10-192-76/+108
|\ \ \ | | |/ | |/|
| * | ordered subsets fix for GH termDaniil Kazantsev2017-10-182-76/+108
| | |
* | | Merge branch 'master' of ↵Edoardo Pasca2017-10-184-265/+179
|\| | | |/ |/| | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * linked demos to TomoPhantom, cone beam demo, some FISTA modificastionsDaniil Kazantsev2017-10-184-265/+179
| |
* | Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-181-0/+0
|\ \ | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * | Progress in pythonizationEdoardo Pasca2017-10-172-35/+298
| | |
| * | Added data in hdf5 formatEdoardo Pasca2017-10-172-0/+0
| | |
* | | removed viewer package from treeEdoardo Pasca2017-10-1811-1987/+0
| | |
* | | Progress in pythonizationEdoardo Pasca2017-10-182-35/+298
| | |
* | | Squashing 2 commits: Added and removed hdf5 (too big)Edoardo Pasca2017-10-181-0/+0
|/ / | | | | | | | | | | Added data in hdf5 format removed hdf5 data
* | Added many methodsEdoardo Pasca2017-10-171-24/+160
| |
* | Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-1323-285/+1582
|\ \ | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * \ Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-1110-58/+990
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | initial revisionEdoardo Pasca2017-10-111-0/+25
| | | |
| * | | read and plot the hdf5Edoardo Pasca2017-10-111-1/+14
| | | |
| * | | comment out clear of data_raw3DEdoardo Pasca2017-10-111-1/+1
| | | |
| * | | table with regularizers outputEdoardo Pasca2017-10-111-33/+33
| | | |
| * | | initial revisionEdoardo Pasca2017-10-111-0/+0
| | | |
| * | | initial revisionEdoardo Pasca2017-10-111-0/+0
| | | |
| * | | initial facility to test the FISTAEdoardo Pasca2017-10-111-0/+179
| | | |
| * | | bugfixEdoardo Pasca2017-10-111-2/+2
| | | |
| * | | initial revision for testingEdoardo Pasca2017-10-111-0/+354
| | | |
| * | | export/import data from hdf5Edoardo Pasca2017-10-112-0/+63
| | | | | | | | | | | | | | | | | | | | 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.
| * | | module renameEdoardo Pasca2017-10-111-2/+2
| | | |
| * | | initial revisionEdoardo Pasca2017-10-111-0/+322
| | | |
| * | | added viewer for testingEdoardo Pasca2017-10-1111-0/+1987
| | | |
| * | | changed the backward slash to forwardEdoardo Pasca2017-10-111-6/+6
| | | |
| * | | module rename to cpu_regularizersEdoardo Pasca2017-10-112-3/+4
| | | |
| * | | initial commit of Reconstructor.pyEdoardo Pasca2017-10-111-0/+598
| | | |
| * | | updated test for regularizer APIEdoardo Pasca2017-10-111-300/+290
| | | |
| * | | Test module for Boost PythonEdoardo Pasca2017-10-113-9/+99
| | | | | | | | | | | | | | | | currently can pass a function to the C++ layer to be evaluated.
| * | | Regularizer.pyfirst commitEdoardo Pasca2017-10-111-0/+322
| | | |
| * | | initial revisionEdoardo Pasca2017-10-111-25/+0
| | | |
| * | | added simple_astra_test.pyEdoardo Pasca2017-10-111-0/+25
| | | |
| * | | added TGV_PDEdoardo Pasca2017-10-112-28/+168
| | | |
| * | | added TGV_PD, removed useless codeEdoardo Pasca2017-10-111-99/+146
| | | |
| * | | removed copyImEdoardo Pasca2017-10-111-8/+0
| | | |
| * | | typoEdoardo Pasca2017-10-111-1/+1
| | | |
| * | | added PatchBased_RegulEdoardo Pasca2017-10-112-1/+123
| | | |
| * | | typo and include matrix.hEdoardo Pasca2017-10-111-1/+2
| | | |