CIL
CIL copied to clipboard
A versatile python framework for tomographic imaging
## Describe your changes SAG and SAGA approximate gradient methods ## Describe any testing you have performed *Please add any demo scripts to [CIL-Demos/misc/](https://github.com/TomographicImaging/CIL-Demos/tree/main/misc)* ## Link relevant issues Closes #1342...
## Changes - docs: use pre-release theme (https://github.com/pydata/pydata-sphinx-theme/pull/1795) - website: allow more than 3 "widgets" (multi-column cards) - website: move content above "widgets" ## Testing you performed before|after (example) --|--...
- add more "widgets" (right now only
Provide multiple (not just latest) docs versions - [x] use/fix https://cil.readthedocs.io #1693 - [x] drop/update [GH conda docs builds](https://github.com/TomographicImaging/CIL/blob/5ea9282104423dd0134a8d67fbf599ec60960efe/.github/workflows/build.yml#L59) #1679 + ~redirect `https://tomographicimaging.github.io/CIL/{,nightly}` -> `https://cil.readthedocs.io`~ + closes #1430 + closes...
## Description Add tests to check if processors work in place. Check if processors give the same result when: - Getting results directly with return ``` processor.set_input(data) out = processor.get_output()...
## Description As we are adding a functionality to handle per-projection geometry, it'll be nice to have a function for Jupyter that combines a slider, a `cil.framework.BlockGeometry` and the function...
Currently a draft for discussion purposes TODO: - [x] testing the preconditioners - [x] Unit tests for the preconditioners - [x] Documentation for the preconditioners - [x] Unit tests for...