Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move demo to plugins (#112) | Edoardo Pasca | 2018-04-24 | 1 | -181/+0 |
| | |||||
* | Merge pull request #108 from vais-ral/fix_tv_fbpd | jakobsj | 2018-04-23 | 1 | -6/+4 |
|\ | | | | | Fix ordering #106 | ||||
| * | Fix ordering #106 | Jakob Jorgensen | 2018-04-23 | 1 | -6/+4 |
|/ | |||||
* | Simple comma bugfix | Jakob Jorgensen | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #105 from vais-ral/demo_cleanup | jakobsj | 2018-04-19 | 2 | -2/+33 |
|\ | | | | | Demo cleanup | ||||
| * | added angle_unit to AcquisitionGeometry | Edoardo Pasca | 2018-04-17 | 1 | -0/+1 |
| | | |||||
| * | few fixes cleaning the simple_demo_ccpi | Edoardo Pasca | 2018-04-17 | 2 | -2/+32 |
| | | |||||
* | | Merge pull request #104 from vais-ral/add_processors | jakobsj | 2018-04-17 | 1 | -0/+495 |
|\| | | | | | added processors.py | ||||
| * | added processors.py | Edoardo Pasca | 2018-04-17 | 1 | -0/+495 |
|/ | | | | closes #100 | ||||
* | Merge pull request #101 from vais-ral/opti_init | jakobsj | 2018-04-12 | 1 | -0/+18 |
|\ | | | | | Added init file in optimisation to make package | ||||
| * | Added init file in optimisation to make package | Jakob Jorgensen | 2018-04-12 | 1 | -0/+18 |
|/ | |||||
* | update about | Edoardo Pasca | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | renamed DataSetProcessor to DataProcessor (#99) | Edoardo Pasca | 2018-04-11 | 1 | -18/+18 |
| | |||||
* | Merge pull request #90 from vais-ral/doc_opti | jakobsj | 2018-04-11 | 3 | -21/+65 |
|\ | | | | | First opti doc | ||||
| * | Replaced BaseFunction by Function | Jakob Jorgensen | 2018-04-11 | 2 | -11/+11 |
| | | |||||
| * | Updated README | Jakob Jorgensen | 2018-04-10 | 1 | -4/+6 |
| | | |||||
| * | Replaces .fun in funcs by .__call__ | Jakob Jorgensen | 2018-04-10 | 2 | -7/+7 |
| | | |||||
| * | First opti doc | Jakob Jorgensen | 2018-04-09 | 1 | -3/+45 |
|/ | |||||
* | initial work on docs | Edoardo Pasca | 2018-04-05 | 1 | -0/+48 |
| | |||||
* | removed unused recipe (#89) | Edoardo Pasca | 2018-04-04 | 3 | -46/+0 |
| | |||||
* | updated license | Edoardo Pasca | 2018-04-04 | 1 | -13/+3 |
| | |||||
* | Rename (#88) | Edoardo Pasca | 2018-04-04 | 8 | -946/+21 |
| | | | | | | | | | | | | | | | | | | | | * create optimisation package * renamed to framework * added FiniteDiff2D operator * fixed dependencies * fix import packages * added ccpiops.py and move processors.py * updated imports * renamed but not split * Removed reconstruction as moved to optimisation | ||||
* | Move astra (#85) | Edoardo Pasca | 2018-03-28 | 7 | -608/+20 |
| | | | | | | | | | | | | * removed astra stuff * removed astra and added dependency on ccpi-reconstruction * removed astra test * renamed to ccpi-framework * little changes to demo | ||||
* | Simple demo ip (#79) | jakobsj | 2018-03-22 | 5 | -540/+107 |
| | | | | | | | | | | * Removed regularizers * DemoIP running. MC Lipschitz incorrect * Fixed MC Lipschitz * Removed old import | ||||
* | Merge pull request #82 from vais-ral/demo_diamond | jakobsj | 2018-03-22 | 3 | -12/+203 |
|\ | | | | | Demo diamond | ||||
| * | bugfix: use get_acquisition_data | Edoardo Pasca | 2018-03-22 | 1 | -15/+3 |
| | | |||||
| * | reasonable long run | Edoardo Pasca | 2018-03-21 | 1 | -72/+67 |
| | | |||||
| * | initial revision | Edoardo Pasca | 2018-03-21 | 1 | -0/+198 |
| | | |||||
| * | bugfix, cor undefined | Edoardo Pasca | 2018-03-21 | 1 | -1/+1 |
| | | |||||
| * | fix and begin to change to lower_case | Edoardo Pasca | 2018-03-21 | 1 | -11/+21 |
| | | |||||
* | | Working 2D sophiabeads demo ASTRA (#81) | jakobsj | 2018-03-21 | 3 | -3/+68 |
|/ | |||||
* | Ccpi forward backprojector (#77) | Edoardo Pasca | 2018-03-21 | 7 | -91/+1183 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added simple test for SinogramData * initial version of processors This contains a version of a simple normalization algorithm. * added default pixel size = 1 (mm) * Added FindCenter of rotation for parallel beam geometry closes #5 * WIP for ccpi forward/backprojectors * WIP * Added Forward and Backprojectors from ccpi added processor to pad acquisition data to center on center of rotation. requires update of ccpi-reconstruction. * Added simple_demo_ccpi.py Currently there is a problem with the order of the axis after a projection/backprojection with the ccpi operator. In the calculation of the PowerMethod there is a wrong order of the axis. Possibly the creation of the data should be handled by the operator. * fixed calculation of power method * further work * fixed the x_init for the FISTA example * fixed ccpi FISTA demo * Fix missing subset call for display * Added create_image_data method to AstraOperatorSimple * Stack direction 0, not 2, in TV * Added finite different forward processor * wip * add io to setup.py * wip * comment out FiniteDifferentiator * uniformed algorithm interface Added some docstring. Added parsing of opt. * removed ccpi.io * little changes * fix setupCCPiGeometries * added simple astra demo * use minimal size for example | ||||
* | add io to setup.py (#80) | Edoardo Pasca | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #74 from vais-ral/io | jakobsj | 2018-03-16 | 3 | -0/+444 |
|\ | | | | | Io | ||||
| * | Readers return AcquisitionData along with Geometry | Srikanth Nagella | 2018-03-16 | 1 | -12/+3 |
| | | |||||
| * | Diamond and Xtek Readers | Srikanth Nagella | 2018-03-16 | 3 | -0/+453 |
| | | |||||
* | | Renaming astra (#65) | Edoardo Pasca | 2018-03-15 | 2 | -16/+16 |
| | | | | | | | | | | | | * added test at conda build * use lower_case in geometry methods | ||||
* | | Merge pull request #64 from vais-ral/tiny_geoms_fix | jakobsj | 2018-03-14 | 1 | -1/+0 |
|\ \ | | | | | | | Remove call to geoms | ||||
| * | | Remove call to geoms | Jakob Jorgensen | 2018-03-14 | 1 | -1/+0 |
|/ / | |||||
* | | added test at conda build (#63) | Edoardo Pasca | 2018-03-14 | 1 | -0/+167 |
| | | | | | | | | closes #37 But new tests must be added | ||||
* | | use lower_case in methods (#62) | Edoardo Pasca | 2018-03-14 | 2 | -17/+19 |
|/ | |||||
* | Merge pull request #61 from vais-ral/rename_as_ccppetmr | jakobsj | 2018-03-14 | 8 | -236/+182 |
|\ | | | | | Rename as ccppetmr | ||||
| * | changed naming | Edoardo Pasca | 2018-03-14 | 2 | -9/+5 |
| | | |||||
| * | use lower_case and new naming | Edoardo Pasca | 2018-03-14 | 1 | -29/+30 |
| | | |||||
| * | Merge remote-tracking branch 'origin' into rename_as_ccppetmr | Edoardo Pasca | 2018-03-14 | 3 | -578/+505 |
| |\ | |/ |/| | |||||
* | | Merge tv demo (#60) | jakobsj | 2018-03-14 | 3 | -581/+504 |
| | | | | | | | | | | | | | | | | * Moved geometries into framework and removed all references to geoms. * Merged TV demo into simple_demo * Common colormap disply recons | ||||
| * | Merge remote-tracking branch 'origin' into rename_as_ccppetmr | Edoardo Pasca | 2018-03-14 | 6 | -653/+592 |
| |\ | |/ |/| | |||||
* | | Moved geometries into framework and removed all references to geoms. (#57) | jakobsj | 2018-03-14 | 6 | -595/+588 |
| | | | | | | | | | | | | * Moved geometries into framework and removed all references to geoms. * New geometry names | ||||
| * | renaming according to CCPPETMR conventions | Edoardo Pasca | 2018-03-14 | 6 | -140/+139 |
| | | | | | | | | | | | | | | | | | | | | Renamed VolumeData to ImageData Renamed SinogramData to AcquisitionData NOT renamed DataSetProcessor methods are now lower_case not camelCase Moved astra_processor to package astra Updated the demos | ||||
| * | moved astra_ops | Edoardo Pasca | 2018-03-14 | 1 | -11/+11 |
|/ |