Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added default input to CentreOfRotationFinder set_slice. Added check on value... | Gemma Fardell | 2019-11-20 | 2 | -13/+16 |
* | added armijo rule (#390) | Edoardo Pasca | 2019-11-19 | 6 | -31/+254 |
* | moved plotting utilities from demos (#424) | Edoardo Pasca | 2019-11-13 | 6 | -1/+516 |
* | fix MixedL21Norm (#417) | Vaggelis Papoutsellis | 2019-10-30 | 1 | -75/+87 |
* | Indicator box to use as_array, for SIRF (#418) | Edoardo Pasca | 2019-10-29 | 1 | -2/+2 |
* | Bug fix: Input data change updates mtime (#416) | Gemma Fardell | 2019-10-29 | 1 | -0/+3 |
* | Block geometry (#415) | Vaggelis Papoutsellis | 2019-10-29 | 1 | -4/+3 |
* | CenterOfRotationFinder() fixes #406 fixes #400 (#414) | Gemma Fardell | 2019-10-29 | 4 | -49/+153 |
* | defines shape for a subset slice (#410) | Edoardo Pasca | 2019-10-28 | 3 | -14/+234 |
* | override the dimension parameter, set angles to None by default (#412) | Edoardo Pasca | 2019-10-28 | 1 | -2/+11 |
* | add future imports (#411) | Edoardo Pasca | 2019-10-28 | 1 | -1/+3 |
* | Pdhg last objective (#407) | Edoardo Pasca | 2019-10-22 | 3 | -21/+33 |
* | update Lipschitz constant (#404) | Edoardo Pasca | 2019-10-18 | 1 | -1/+1 |
* | closes #370 (#395) | Edoardo Pasca | 2019-10-18 | 1 | -1/+1 |
* | copy list compatible with python <3.3 (#399) | Edoardo Pasca | 2019-10-18 | 1 | -2/+2 |
* | Fix sym grad (#393) | Vaggelis Papoutsellis | 2019-10-15 | 6 | -112/+160 |
* | Run to run all iterations (#391) | Edoardo Pasca | 2019-10-14 | 3 | -345/+352 |
* | Finite diff allocate (#389) | Edoardo Pasca | 2019-10-14 | 2 | -77/+82 |
* | Add log exp (#381) | Edoardo Pasca | 2019-10-11 | 2 | -0/+19 |
* | Pass kwargs to algorithm (#380) | Edoardo Pasca | 2019-10-11 | 7 | -53/+145 |
* | fix subset doesn't return ImageGeometry (#376) | evelinaametova | 2019-10-11 | 8 | -93/+351 |
* | remove angle from ImageGeometry (#378) | Edoardo Pasca | 2019-10-10 | 1 | -1/+0 |
* | Finite diff for sirf (#367) | Edoardo Pasca | 2019-10-09 | 31 | -125/+417 |
* | Subset for ndim 1 (#373) | Edoardo Pasca | 2019-10-07 | 4 | -257/+68 |
* | use dimension_labels in clone of Acquisition/ImageGeometry (#366) | Edoardo Pasca | 2019-09-20 | 1 | -2/+4 |
* | added min info on Block Framework | Edoardo Pasca | 2019-07-08 | 1 | -0/+13 |
* | added changelog | Edoardo Pasca | 2019-07-08 | 1 | -0/+15 |
* | Merge pull request #352 from vais-ral/Remove_demos | gfardell | 2019-07-05 | 23 | -4526/+0 |
|\ | |||||
| * | Removed demos | Gemma Fardell | 2019-07-05 | 23 | -4526/+0 |
|/ | |||||
* | Norm2Sq and FISTA to give hints of why they fail (#351) | Edoardo Pasca | 2019-07-05 | 4 | -10/+239 |
* | Fix documentation (#343) | Vaggelis Papoutsellis | 2019-07-05 | 30 | -552/+837 |
* | Merge gf branch (#350) | Edoardo Pasca | 2019-07-04 | 7 | -207/+95 |
* | Revert "Gf algorithm bug fix (#348)" (#349) | Edoardo Pasca | 2019-07-04 | 7 | -95/+207 |
* | Gf algorithm bug fix (#348) | gfardell | 2019-07-04 | 7 | -207/+95 |
* | Headers comment (#342) | Edoardo Pasca | 2019-07-02 | 68 | -384/+787 |
* | remove from repo | Edoardo Pasca | 2019-07-02 | 1 | -113/+0 |
* | replaced wrong hyphen | Edoardo Pasca | 2019-07-02 | 1 | -1/+1 |
* | Merge pull request #340 from vais-ral/doc_all | Edoardo Pasca | 2019-07-02 | 8 | -6/+182 |
|\ | |||||
| * | updated documentation with all classes | Edoardo Pasca | 2019-07-02 | 8 | -6/+182 |
|/ | |||||
* | Update spdhg.py | Edoardo Pasca | 2019-07-02 | 1 | -1/+1 |
* | Merge pull request #339 from vais-ral/remove_wip | Edoardo Pasca | 2019-07-02 | 35 | -6593/+0 |
|\ | |||||
| * | removed wip directory | Edoardo Pasca | 2019-07-02 | 35 | -6593/+0 |
|/ | |||||
* | Merge pull request #332 from vais-ral/cgls_fix | Edoardo Pasca | 2019-07-02 | 8 | -227/+559 |
|\ | |||||
| * | added print of reached tolerance | Edoardo Pasca | 2019-07-02 | 2 | -2/+5 |
| * | removed comments | Edoardo Pasca | 2019-07-01 | 1 | -61/+2 |
| * | calculation of flag in method, redefinition of default stop criterion | Edoardo Pasca | 2019-07-01 | 1 | -15/+13 |
| * | use master implementation | Edoardo Pasca | 2019-07-01 | 1 | -2/+0 |
| * | Merge branch 'master' into cgls_fix | Edoardo Pasca | 2019-07-01 | 1 | -5/+18 |
| |\ | |||||
| * | | fix cgls | epapoutsellis | 2019-06-26 | 3 | -29/+26 |
| * | | fix cgls | epapoutsellis | 2019-06-26 | 2 | -46/+56 |