httomolibgpu 5.5__tar.gz → 5.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {httomolibgpu-5.5/httomolibgpu.egg-info → httomolibgpu-5.5.1}/PKG-INFO +1 -1
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/prep/phase.py +2 -1
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/prep/stripe.py +2 -1
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/recon/algorithm.py +2 -2
- {httomolibgpu-5.5 → httomolibgpu-5.5.1/httomolibgpu.egg-info}/PKG-INFO +1 -1
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/LICENSE +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/MANIFEST.in +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/README.rst +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/__init__.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/__init__.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/calc_metrics.cu +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/center_360_shifts.cu +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/generate_mask.cu +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/median_kernel.cu +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/raven_filter.cu +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/remove_nan_inf.cu +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cuda_kernels/remove_stripe_fw.cu +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/cupywrapper.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/misc/__init__.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/misc/corr.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/misc/denoise.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/misc/morph.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/misc/rescale.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/misc/utils.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/prep/__init__.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/prep/alignment.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/prep/normalize.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/recon/__init__.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/recon/_phase_cross_correlation.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu/recon/rotation.py +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu.egg-info/SOURCES.txt +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu.egg-info/dependency_links.txt +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu.egg-info/requires.txt +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/httomolibgpu.egg-info/top_level.txt +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/pyproject.toml +0 -0
- {httomolibgpu-5.5 → httomolibgpu-5.5.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: httomolibgpu
|
|
3
|
-
Version: 5.5
|
|
3
|
+
Version: 5.5.1
|
|
4
4
|
Summary: Commonly used tomography data processing methods at DLS.
|
|
5
5
|
Author-email: Daniil Kazantsev <daniil.kazantsev@diamond.ac.uk>, Yousef Moazzam <yousef.moazzam@diamond.ac.uk>, Naman Gera <naman.gera@diamond.ac.uk>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
|
|
23
23
|
import numpy as np
|
|
24
24
|
from httomolibgpu import cupywrapper
|
|
25
|
-
from tomobar.supp.memory_estimator_helpers import DeviceMemStack
|
|
26
25
|
|
|
27
26
|
cp = cupywrapper.cp
|
|
28
27
|
cupy_run = cupywrapper.cupy_run
|
|
@@ -30,6 +29,8 @@ next_fast_len = cupywrapper.next_fast_len
|
|
|
30
29
|
|
|
31
30
|
from unittest.mock import Mock
|
|
32
31
|
|
|
32
|
+
from tomobar.supp.memory_estimator_helpers import DeviceMemStack
|
|
33
|
+
|
|
33
34
|
if cupy_run:
|
|
34
35
|
from cupyx.scipy.fft import fft2, ifft2, fftshift
|
|
35
36
|
from cupyx.scipy.fftpack import get_fft_plan
|
|
@@ -29,8 +29,9 @@ cupy_run = cupywrapper.cupy_run
|
|
|
29
29
|
|
|
30
30
|
from unittest.mock import Mock
|
|
31
31
|
|
|
32
|
+
from tomobar.supp.memory_estimator_helpers import DeviceMemStack
|
|
33
|
+
|
|
32
34
|
if cupy_run:
|
|
33
|
-
from tomobar.supp.memory_estimator_helpers import DeviceMemStack
|
|
34
35
|
from cupyx.scipy.ndimage import median_filter, binary_dilation, uniform_filter1d
|
|
35
36
|
from cupyx.scipy.fft import fft2, ifft2, fftshift
|
|
36
37
|
from cupyx.scipy.fftpack import get_fft_plan
|
|
@@ -27,9 +27,9 @@ cp = cupywrapper.cp
|
|
|
27
27
|
cupy_run = cupywrapper.cupy_run
|
|
28
28
|
|
|
29
29
|
from unittest.mock import Mock
|
|
30
|
+
from tomobar.supp.memory_estimator_helpers import DeviceMemStack
|
|
30
31
|
|
|
31
32
|
if cupy_run:
|
|
32
|
-
from tomobar.supp.memory_estimator_helpers import DeviceMemStack
|
|
33
33
|
from tomobar.methodsDIR import RecToolsDIR
|
|
34
34
|
from tomobar.methodsDIR_CuPy import RecToolsDIRCuPy
|
|
35
35
|
from tomobar.methodsIR_CuPy import RecToolsIRCuPy
|
|
@@ -654,7 +654,7 @@ def ADMM3d_tomobar(
|
|
|
654
654
|
"""
|
|
655
655
|
An Alternating Direction Method of Multipliers method with various types of regularisation or
|
|
656
656
|
denoising operations :cite:`kazantsev2019ccpi` (currently accepts ROF_TV and PD_TV regularisations only).
|
|
657
|
-
For more information see :ref:`
|
|
657
|
+
For more information see :ref:`method_ADMM3d_tomobar`.
|
|
658
658
|
|
|
659
659
|
Parameters
|
|
660
660
|
----------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: httomolibgpu
|
|
3
|
-
Version: 5.5
|
|
3
|
+
Version: 5.5.1
|
|
4
4
|
Summary: Commonly used tomography data processing methods at DLS.
|
|
5
5
|
Author-email: Daniil Kazantsev <daniil.kazantsev@diamond.ac.uk>, Yousef Moazzam <yousef.moazzam@diamond.ac.uk>, Naman Gera <naman.gera@diamond.ac.uk>
|
|
6
6
|
License: BSD-3-Clause
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|