summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed comments and empty linesEdoardo Pasca2019-05-101-14/+0
|
* added info on how to change imageEdoardo Pasca2019-05-101-8/+12
|
* adjusted decimalEdoardo Pasca2019-05-101-2/+2
|
* cleanupEdoardo Pasca2019-05-101-14/+0
|
* commented out lineEdoardo Pasca2019-05-101-3/+3
|
* add iterations to norm, added testEdoardo Pasca2019-05-102-3/+26
|
* removed vertical from 2D gradientEdoardo Pasca2019-05-101-1/+1
|
* typo fixEdoardo Pasca2019-05-101-3/+3
|
* fix indentationEdoardo Pasca2019-05-101-8/+8
|
* fix wrong indentationEdoardo Pasca2019-05-101-7/+7
|
* add headerEdoardo Pasca2019-05-101-18/+16
|
* uses Gradient.CORRELATION_SPACE variable, reduce iterationsEdoardo Pasca2019-05-101-3/+3
|
* Fix Gradient operator axis indexingEdoardo Pasca2019-05-101-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_labelEdoardo Pasca2019-05-101-13/+20
|
* Merge branch 'add_data' of https://github.com/vais-ral/CCPi-Framework into ↵Edoardo Pasca2019-05-090-0/+0
|\ | | | | | | add_data
| * set proper directory on creationEdoardo Pasca2019-05-091-1/+1
| |
* | use TestDataEdoardo Pasca2019-05-091-18/+37
| |
* | specify data order in Geometry and use it in allocateEdoardo Pasca2019-05-092-18/+87
| |
* | Added loader with number of test imagesEdoardo Pasca2019-05-092-17/+51
| |
* | reduce downloads on testEdoardo Pasca2019-05-092-13/+13
|/
* save files as data_filesEdoardo Pasca2019-05-092-12/+17
|
* Merge remote-tracking branch 'origin/demos' into add_dataEdoardo Pasca2019-05-096-130/+239
|\
| * move demosepapoutsellis2019-05-095-985/+0
| |
| * merge demosepapoutsellis2019-05-0922-0/+0
| |\
| * | fix PDHG denoising examplesepapoutsellis2019-05-096-45/+1136
| | |
| * | fix proximal conjepapoutsellis2019-05-092-29/+32
| | |
* | | updatesEdoardo Pasca2019-05-0910-70/+89
| |/ |/|
* | removed pycache and DS_Store filesEdoardo Pasca2019-05-0822-0/+0
|/
* delete build pycacheepapoutsellis2019-05-0769-8813/+0
|
* add demos from wip direpapoutsellis2019-05-0790-265/+6594
|
* add ccpi.dataepapoutsellis2019-05-071-1/+1
|
* fix methods for merge to demosepapoutsellis2019-05-0748-5504/+959
|\
| * Update yamlVaggelis Papoutsellis2019-05-071-0/+1
| | | | | | Add matplotlib
| * Merge branch 'demo_ccpi' of https://github.com/vais-ral/CCPi-Framework into ↵Edoardo Pasca2019-05-071-1/+1
| |\ | | | | | | | | | demo_ccpi
| | * Merge branch 'demo_ccpi' of https://github.com/vais-ral/CCPi-Framework into ↵Edoardo Pasca2019-04-307-109/+158
| | |\ | | | | | | | | | | | | demo_ccpi
| | * | change numpy versionsEdoardo Pasca2019-04-301-1/+1
| | | | | | | | | | | | | | | | takes into consideration #271
| * | | update astra callsEdoardo Pasca2019-05-071-2/+1
| | | |
| * | | allows passing update_objective_interval in creatorEdoardo Pasca2019-05-071-1/+1
| | | |
| * | | Merge remote-tracking branch 'origin/composite_operator_datacontainer' into ↵Edoardo Pasca2019-05-038-82/+482
| |\ \ \ | | | | | | | | | | | | | | | demo_ccpi
| | * \ \ Merge pull request #273 from vais-ral/cgls_bug_beastEdoardo Pasca2019-05-034-10/+151
| | |\ \ \ | | | | | | | | | | | | | | | | | | Fix dot product bug to fix new CGLS algorithm closes #239
| | | * | | raise error if method is not recognisedEdoardo Pasca2019-05-011-0/+3
| | | | | |
| | | * | | fix importEdoardo Pasca2019-05-012-1/+6
| | | | | |
| | | * | | reimplements dot productEdoardo Pasca2019-05-011-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 importsEdoardo Pasca2019-05-011-7/+2
| | | | | |
| | | * | | Fix dot product bugJakob Jorgensen, WS at HMXIF2019-04-302-1/+129
| | |/ / /
| | * | | Merge pull request #266 from vais-ral/sirt2beastEdoardo Pasca2019-04-266-72/+331
| | |\ \ \ | | | | | | | | | | | | Sirt2beast
| | | * | | Change array->as_array and loss->objectiveJakob Jorgensen, WS at HMXIF2019-04-261-14/+14
| | | | | |
| | | * | | Tidy SIRT and demoJakob Jorgensen, WS at HMXIF2019-04-252-81/+69
| | | | | |
| | | * | | Add demo FISTA with constraints previously in SIRT demoJakob Jorgensen, WS at HMXIF2019-04-171-0/+158
| | | | | |
| | | * | | Implemented using geometries in SIRTJakob Jorgensen, WS at HMXIF2019-04-173-64/+16
| | | | | |