Skip to content

Commit 724419a

Browse files
authored
Merge pull request #178 from DiamondLightSource/ccpireg
Adding ccpi regularisers
2 parents 66ce152 + c66671e commit 724419a

File tree

22 files changed

+380
-17
lines changed

22 files changed

+380
-17
lines changed

.github/workflows/httomolibgpu_doc_conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.10"
2626

27-
- name: httomolib
27+
- name: httomolibgpu
2828
uses: conda-incubator/setup-miniconda@v2
2929
with:
3030
auto-update-conda: false
@@ -40,5 +40,5 @@ jobs:
4040
- name: Run ghp-import
4141
run: ghp-import -n -p -f ./docs/build
4242
env:
43-
GITHUB_TOKEN: ${{ github.token }}
44-
43+
GITHUB_TOKEN: ${{ github.token }}
44+

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Some of the methods also have been optimised to ensure higher computational effi
99
The purpose of HTTomolibGPU
1010
===========================
1111

12-
**HTTomolibGPU** can be used as a stand-alone library, see Examples section in `Documentation <https://diamondlightsource.github.io/httomolibgpu/>`_.
12+
**HTTomolibGPU** can be used as a stand-alone library, see :ref:`examples`.
1313
However, it has been specifically developed to work together with the `HTTomo <https://diamondlightsource.github.io/httomo/>`_ package as
1414
its backend for data processing. HTTomo is a user interface (UI) written in Python for fast big tomographic data processing using
15-
MPI protocols.
15+
MPI protocols or as well serially.
1616

1717
Install HTTomolibGPU as a PyPi package
1818
=========================================================

conda/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ dependencies:
1919
- ipython
2020
- h5py
2121
- astra-toolbox
22-
- httomo::tomobar
22+
- tomobar
23+
- ccpi-regulariser
2324
- scikit-image
239 KB
Loading
82.4 KB
Loading
11.1 KB
Loading

docs/source/_static/figures/SB.png

70.3 KB
Loading
11.8 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:mod:`httomolibgpu.misc.denoise`
2+
============================================
3+
.. automodule:: httomolibgpu.misc.denoise
4+
:members:
5+
:show-inheritance:
6+
:undoc-members:

docs/source/api/httomolibgpu.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Submodules
88
:maxdepth: 4
99

1010
httomolibgpu.misc.corr
11+
httomolibgpu.misc.denoise
1112
httomolibgpu.misc.morph
1213
httomolibgpu.misc.rescale
1314

0 commit comments

Comments
 (0)