Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ccpi intra-version compatibility fixesfast_tnv | Suren A. Chilingaryan | 2020-03-27 | 2 | -6/+6 |
| | |||||
* | deallocates memory on GPU | Edoardo Pasca | 2019-12-17 | 1 | -2/+3 |
| | | | closes #47 | ||||
* | Fbp filter bug (#45) | Vaggelis Papoutsellis | 2019-10-28 | 1 | -3/+10 |
| | | | | | | | | * fix bug fbp filter * comment on filtes * updated docstring | ||||
* | infer dimension from geometry (#42) | Edoardo Pasca | 2019-10-23 | 1 | -4/+20 |
| | | | | | | | | * infer dimension from geometry closes #41 * use default pixel_num_v | ||||
* | Add fbp (#36) | Vaggelis Papoutsellis | 2019-10-15 | 13 | -66/+617 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix norm for MC operator * fix norm for MC operator * fix demo_astra_simple * fix norm * add 3DMC * add tests * fix 3D case * fix labels 2DMC * test for all AstraOps * fix 2DMC * minor fix * FBP 2D * check 3D FBP * add FBP FDK * merge from fix_Astra_ops * Delete Untitled-checkpoint.ipynb * Delete Untitled1-checkpoint.ipynb * fix tests * fix tests * fix tests * fix tests * new FBP with tests * add FBM for 2D/3D MC * remove demos * remove demos * updata scaling 3D FDK cone * add warning form FanFlat and GPU case * remove comments and old FBP from operators * remove old demo * remove old fbp * remove old imports | ||||
* | Deleted demos folder (wip) | Gemma Fardell | 2019-07-05 | 5 | -789/+0 |
| | |||||
* | Removed PowerMethodNonSquare() call | Gemma Fardell | 2019-07-05 | 1 | -1/+1 |
| | |||||
* | remove numpy version as this package does not build on numpy (#26) | Edoardo Pasca | 2019-06-24 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | * remove numpy version as this package does not build on numpy * update meta.yaml * updated badges * readded numpy versions * updated numpy versions * added numpy in build section * added numpy versions * removed numpy 1.13 | ||||
* | update numpy versions | Edoardo Pasca | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | removed hard coded directory | Edoardo Pasca | 2019-06-14 | 1 | -1/+2 |
| | |||||
* | Newalgo (#22) | jakobsj | 2019-06-14 | 8 | -594/+325 |
| | | | | | | | | | | | | | | | | | | | | | | * Use new algos, remove FBPD * Update mc demo to new algs. * Fix bug overwriting b * Move work_out_ajoint files * Update sophiabeads 2d demo to new reader * Update sophiabeads 3d demo * Update to generic data path * Demo read only required part of Nikon data * Update nexus demo, still missing new reader. * Nexus demo new loader. Data path still hardcoded. | ||||
* | fix power method | epapoutsellis | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | fix power method | epapoutsellis | 2019-06-12 | 1 | -2/+2 |
| | |||||
* | PowerMethod is moved to LinearOperator (#20) | Edoardo Pasca | 2019-05-03 | 3 | -7/+4 |
| | | | | | | * powermethod is moved to LinearOperator * remove comment | ||||
* | add default value to out | Edoardo Pasca | 2019-04-30 | 1 | -2/+2 |
| | |||||
* | Add out in 3D projector | Jakob Jorgensen, WS at HMXIF | 2019-04-26 | 2 | -12/+13 |
| | |||||
* | Add out argument in dataprocessor process method | Jakob Jorgensen, WS at HMXIF | 2019-04-26 | 6 | -25/+50 |
| | |||||
* | Add/remove new/old methods in operators | Jakob Jorgensen, WS at HMXIF | 2019-04-26 | 3 | -58/+10 |
| | |||||
* | Reorganise ops, processors and utils as directories | Jakob Jorgensen, WS at HMXIF | 2019-04-26 | 24 | -621/+670 |
| | |||||
* | fix direct/adjoint for AstraMC | epapoutsellis | 2019-04-25 | 1 | -26/+43 |
| | |||||
* | add out in direct/adjoint | epapoutsellis | 2019-04-15 | 1 | -10/+28 |
| | |||||
* | add methods to MC AstraProjector | Vaggelis Papoutsellis | 2019-04-02 | 1 | -1/+16 |
| | | | | | domain_geometry range_geometry norm | ||||
* | Add methods to AstraProjectorSimple | Vaggelis Papoutsellis | 2019-03-22 | 1 | -1/+0 |
| | | | | | norm, domain_geometry. range_geometry and also is Linear Operator | ||||
* | Update ops.py | Vaggelis Papoutsellis | 2019-03-22 | 1 | -8/+21 |
| | |||||
* | update | Kulhanek | 2019-01-14 | 1 | -2/+1 |
| | |||||
* | UPDATE pin_compatible | Kulhanek | 2019-01-14 | 1 | -0/+1 |
| | |||||
* | UPDATE: jenkins build and variants | Kulhanek | 2019-01-11 | 2 | -1/+8 |
| | |||||
* | add allocate_direct | epapoutsellis | 2018-11-30 | 1 | -0/+3 |
| | |||||
* | correct cil version | epapoutsellis | 2018-11-30 | 1 | -4/+6 |
| | |||||
* | Astra nexus (#9) | jakobsj | 2018-06-01 | 11 | -21/+860 |
| | | | | | | | | | | | | | | | | * Add 3D ASTRA operator and nexus demo * Add astra sophiabeads 3d demo * 2D astra scaling working simple case, not sophiabeads * Simplied bp scaling, now seems to work 2D incl sophiabeads * MC correct astra fp and bp scaling * Fixed also ASTRA BP scaling in 3D, works sophiabeads 3D * Minor tidy up | ||||
* | Fix also argument order in CGLS call. | Jakob Jorgensen | 2018-04-24 | 1 | -2/+2 |
| | |||||
* | Rename consistent | Jakob Jorgensen | 2018-04-24 | 3 | -0/+0 |
| | |||||
* | Fix camel case io | Jakob Jorgensen | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | Deleted DemoRecIP.py, still held in DemoIP_parking branch | Jakob Jorgensen | 2018-04-23 | 1 | -110/+0 |
| | |||||
* | Uncomment TV in demo | Jakob Jorgensen | 2018-04-23 | 1 | -16/+16 |
| | |||||
* | FIxed dataset proc | Jakob Jorgensen | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Fix package name | Jakob Jorgensen | 2018-04-20 | 1 | -7/+2 |
| | |||||
* | Merge branch 'master' into cleandemos | Jakob Jorgensen | 2018-04-20 | 9 | -103/+14 |
|\ | |||||
| * | Merge pull request #1 from vais-ral/merge_modular | Edoardo Pasca | 2018-04-19 | 7 | -13/+13 |
| |\ | | | | | | | Merge modular | ||||
| | * | removed duplicated files | Edoardo Pasca | 2018-04-03 | 2 | -337/+0 |
| | | | |||||
| | * | renamed processors ops and utils | Edoardo Pasca | 2018-04-03 | 9 | -13/+350 |
| | | | | | | | | | | | | fixed examples | ||||
| * | | Removed desktop.ini as not demo | Jakob Jorgensen | 2018-04-12 | 1 | -4/+0 |
| | | | |||||
| * | | Removed astra_test | Jakob Jorgensen | 2018-04-12 | 1 | -87/+0 |
| |/ | |||||
* | | mc demo tidied up | Jakob Jorgensen | 2018-04-12 | 1 | -67/+61 |
| | | |||||
* | | Tidied sophieabeads demo | Jakob Jorgensen | 2018-04-12 | 1 | -2/+10 |
| | | |||||
* | | simple_demo tidied, TV not working | Jakob Jorgensen | 2018-04-12 | 1 | -91/+120 |
| | | |||||
* | | Update to DataProcessor and optimisation | Jakob Jorgensen | 2018-04-12 | 2 | -7/+7 |
|/ | |||||
* | initial revision | Edoardo Pasca | 2018-03-23 | 14 | -0/+1103 |