Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Gradient operator axis indexing | Edoardo Pasca | 2019-05-10 | 1 | -8/+32 |
| | | | | | any axis order ImageData can be passed and the gradient will now operate on the appropriate axis. Uses get_order_by_label from ImageGeometry | ||||
* | add get_order_by_label | Edoardo Pasca | 2019-05-10 | 1 | -13/+20 |
| | |||||
* | Merge branch 'add_data' of https://github.com/vais-ral/CCPi-Framework into ↵ | Edoardo Pasca | 2019-05-09 | 0 | -0/+0 |
|\ | | | | | | | add_data | ||||
| * | set proper directory on creation | Edoardo Pasca | 2019-05-09 | 1 | -1/+1 |
| | | |||||
* | | use TestData | Edoardo Pasca | 2019-05-09 | 1 | -18/+37 |
| | | |||||
* | | specify data order in Geometry and use it in allocate | Edoardo Pasca | 2019-05-09 | 2 | -18/+87 |
| | | |||||
* | | Added loader with number of test images | Edoardo Pasca | 2019-05-09 | 2 | -17/+51 |
| | | |||||
* | | reduce downloads on test | Edoardo Pasca | 2019-05-09 | 2 | -13/+13 |
|/ | |||||
* | save files as data_files | Edoardo Pasca | 2019-05-09 | 2 | -12/+17 |
| | |||||
* | Merge remote-tracking branch 'origin/demos' into add_data | Edoardo Pasca | 2019-05-09 | 6 | -130/+239 |
|\ | |||||
| * | move demos | epapoutsellis | 2019-05-09 | 5 | -985/+0 |
| | | |||||
| * | merge demos | epapoutsellis | 2019-05-09 | 22 | -0/+0 |
| |\ | |||||
| * | | fix PDHG denoising examples | epapoutsellis | 2019-05-09 | 6 | -45/+1136 |
| | | | |||||
| * | | fix proximal conj | epapoutsellis | 2019-05-09 | 2 | -29/+32 |
| | | | |||||
* | | | updates | Edoardo Pasca | 2019-05-09 | 10 | -70/+89 |
| |/ |/| | |||||
* | | removed pycache and DS_Store files | Edoardo Pasca | 2019-05-08 | 22 | -0/+0 |
|/ | |||||
* | delete build pycache | epapoutsellis | 2019-05-07 | 69 | -8813/+0 |
| | |||||
* | add demos from wip dir | epapoutsellis | 2019-05-07 | 90 | -265/+6594 |
| | |||||
* | add ccpi.data | epapoutsellis | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | fix methods for merge to demos | epapoutsellis | 2019-05-07 | 48 | -5504/+959 |
|\ | |||||
| * | Update yaml | Vaggelis Papoutsellis | 2019-05-07 | 1 | -0/+1 |
| | | | | | | Add matplotlib | ||||
| * | Merge branch 'demo_ccpi' of https://github.com/vais-ral/CCPi-Framework into ↵ | Edoardo Pasca | 2019-05-07 | 1 | -1/+1 |
| |\ | | | | | | | | | | demo_ccpi | ||||
| | * | Merge branch 'demo_ccpi' of https://github.com/vais-ral/CCPi-Framework into ↵ | Edoardo Pasca | 2019-04-30 | 7 | -109/+158 |
| | |\ | | | | | | | | | | | | | demo_ccpi | ||||
| | * | | change numpy versions | Edoardo Pasca | 2019-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | takes into consideration #271 | ||||
| * | | | update astra calls | Edoardo Pasca | 2019-05-07 | 1 | -2/+1 |
| | | | | |||||
| * | | | allows passing update_objective_interval in creator | Edoardo Pasca | 2019-05-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/composite_operator_datacontainer' into ↵ | Edoardo Pasca | 2019-05-03 | 8 | -82/+482 |
| |\ \ \ | | | | | | | | | | | | | | | | demo_ccpi | ||||
| | * \ \ | Merge pull request #273 from vais-ral/cgls_bug_beast | Edoardo Pasca | 2019-05-03 | 4 | -10/+151 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Fix dot product bug to fix new CGLS algorithm closes #239 | ||||
| | | * | | | raise error if method is not recognised | Edoardo Pasca | 2019-05-01 | 1 | -0/+3 |
| | | | | | | |||||
| | | * | | | fix import | Edoardo Pasca | 2019-05-01 | 2 | -1/+6 |
| | | | | | | |||||
| | | * | | | reimplements dot product | Edoardo Pasca | 2019-05-01 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following discussion in #273 an implementation of the dot product is made where we rely on Python to choose an appropriate type for the result of the reduction (e.g. float64 if the data is float32) | ||||
| | | * | | | removed useless imports | Edoardo Pasca | 2019-05-01 | 1 | -7/+2 |
| | | | | | | |||||
| | | * | | | Fix dot product bug | Jakob Jorgensen, WS at HMXIF | 2019-04-30 | 2 | -1/+129 |
| | |/ / / | |||||
| | * | | | Merge pull request #266 from vais-ral/sirt2beast | Edoardo Pasca | 2019-04-26 | 6 | -72/+331 |
| | |\ \ \ | | | | | | | | | | | | | Sirt2beast | ||||
| | | * | | | Change array->as_array and loss->objective | Jakob Jorgensen, WS at HMXIF | 2019-04-26 | 1 | -14/+14 |
| | | | | | | |||||
| | | * | | | Tidy SIRT and demo | Jakob Jorgensen, WS at HMXIF | 2019-04-25 | 2 | -81/+69 |
| | | | | | | |||||
| | | * | | | Add demo FISTA with constraints previously in SIRT demo | Jakob Jorgensen, WS at HMXIF | 2019-04-17 | 1 | -0/+158 |
| | | | | | | |||||
| | | * | | | Implemented using geometries in SIRT | Jakob Jorgensen, WS at HMXIF | 2019-04-17 | 3 | -64/+16 |
| | | | | | | |||||
| | | * | | | Copied SIRT manually | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 1 | -28/+30 |
| | | | | | | |||||
| | | * | | | bugfixes, whitespace | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 2 | -5/+5 |
| | | | | | | |||||
| | | * | | | Transferred from move_sirt_algorithm branch | Jakob Jorgensen, WS at HMXIF | 2019-04-16 | 5 | -17/+176 |
| | | | | | | |||||
| * | | | | | update demo | Edoardo Pasca | 2019-05-01 | 1 | -130/+71 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'demo_ccpi' of https://github.com/vais-ral/CCPi-Framework into ↵ | Edoardo Pasca | 2019-04-30 | 5 | -71/+253 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | demo_ccpi | ||||
| | * | | | Merge branch 'demos' into demo_ccpi | Edoardo Pasca | 2019-04-29 | 2 | -70/+67 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'demos' into demo_ccpi | Edoardo Pasca | 2019-04-26 | 5 | -9/+194 |
| | |\ \ \ \ | |||||
| * | | | | | | added test and removed processors.py | Edoardo Pasca | 2019-04-30 | 3 | -515/+4 |
| | | | | | | | |||||
| * | | | | | | added test for center of rotation finder | Edoardo Pasca | 2019-04-30 | 1 | -0/+21 |
| | | | | | | | |||||
| * | | | | | | restructured processors | Edoardo Pasca | 2019-04-30 | 4 | -0/+542 |
| | | | | | | | |||||
| * | | | | | | removed numpy from build requirements | Edoardo Pasca | 2019-04-30 | 1 | -2/+0 |
| | | | | | | | |||||
| * | | | | | | removed matplotlib dependence | Edoardo Pasca | 2019-04-26 | 1 | -1/+0 |
| |/ / / / / |