httomo-backends 2.1__tar.gz → 2.1.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.
- {httomo_backends-2.1 → httomo_backends-2.1.1}/PKG-INFO +1 -1
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolib/httomolib.misc.images/save_to_images.yaml +13 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolib/httomolib.misc.morph/data_reducer.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolib/httomolib.misc.segm/binary_thresholding.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolib/httomolib.prep.phase/paganin_filter.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/median_filter.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/remove_outlier.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/data_resampler.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/sino_360_to_180.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.rescale/rescale_to_int.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.alignment/distortion_correction_proj_discorpy.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.normalize/normalize.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_savu.yaml +11 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_tomopy.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_all_stripe.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_based_sorting.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_ti.yaml +4 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/CGLS.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/FBP.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/LPRec.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/SIRT.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_360.yaml +15 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_pc.yaml +10 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_vo.yaml +13 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/downsample.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/pad.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/sino_360_to_180.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/trim_sinogram.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/upsample.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_jitter.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_noise.yaml +4 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_joint.yaml +16 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_seq.yaml +16 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/blur_edges.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_proj.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_sino.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/scale.yaml +3 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/shift_images.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/minus_log.yaml +3 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_bg.yaml +4 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_nf.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_roi.yaml +8 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.phase/retrieve_phase.yaml +8 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_all_stripe.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_dead_stripe.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_large_stripe.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_filtering.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_fitting.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_interpolation.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_sorting.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_fw.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_sf.yaml +4 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_ti.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_detect3d.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_mask3d.yaml +9 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.recon.algorithm/recon.yaml +7 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center.yaml +15 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_pc.yaml +10 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_vo.yaml +13 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_drift.yaml +6 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_focal_spot_blur.yaml +4 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_gaussian.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_poisson.yaml +3 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_rings.yaml +4 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_salt_pepper.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_zingers.yaml +5 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project.yaml +8 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project2.yaml +10 -0
- httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project3.yaml +11 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends.egg-info/PKG-INFO +1 -1
- httomo_backends-2.1.1/httomo_backends.egg-info/SOURCES.txt +104 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/pyproject.toml +25 -3
- httomo_backends-2.1/httomo_backends.egg-info/SOURCES.txt +0 -35
- {httomo_backends-2.1 → httomo_backends-2.1.1}/LICENSE +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/README.md +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/methods_database/backends/httomolib/httomolib.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/methods_database/backends/httomolib/httomolib_modules.yaml +0 -0
- {httomo_backends-2.1/httomo_backends/methods_database → httomo_backends-2.1.1/httomo_backends/methods_database/backends/httomolibgpu}/__init__.py +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml +0 -0
- {httomo_backends-2.1/httomo_backends/scripts → httomo_backends-2.1.1/httomo_backends/methods_database/backends/tomopy}/__init__.py +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/methods_database/backends/tomopy/tomopy.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/methods_database/backends/tomopy/tomopy_modules.yaml +0 -0
- {httomo_backends-2.1/httomo_backends/yaml_templates → httomo_backends-2.1.1/httomo_backends/scripts}/__init__.py +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/scripts/yaml_templates_generator.py +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/scripts/yaml_unsupported_tomopy_remove.py +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/httomo/httomo.data.hdf.loaders/standard_tomo.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/httomo/httomo.methods/calculate_stats.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/httomo/httomo.methods/save_intermediate_data.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/adjust_range.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/circ_mask.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/gaussian_filter.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter3d.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter_nonfinite.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_nan.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_neg.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier1d.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier3d.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_ring.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/sobel_filter.yaml +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends.egg-info/dependency_links.txt +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends.egg-info/requires.txt +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends.egg-info/top_level.txt +0 -0
- {httomo_backends-2.1 → httomo_backends-2.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: httomo-backends
|
|
3
|
-
Version: 2.1
|
|
3
|
+
Version: 2.1.1
|
|
4
4
|
Summary: Supplementary files for HTTomo backends.
|
|
5
5
|
Author: Garry ODonnell, Jacob Williamson
|
|
6
6
|
Author-email: Daniil Kazantsev <daniil.kazantsev@diamond.ac.uk>, Yousef Moazzam <yousef.moazzam@diamond.ac.uk>, Jessica Verschoyle <jessica.verschoyle@diamond.ac.uk>, Naman Gera <naman.gera@diamond.ac.uk>, scientificsoftware@diamond.ac.uk
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
- method: save_to_images
|
|
2
|
+
module_path: httomolib.misc.images
|
|
3
|
+
parameters:
|
|
4
|
+
subfolder_name: images
|
|
5
|
+
axis: auto
|
|
6
|
+
file_format: tif
|
|
7
|
+
bits: 8
|
|
8
|
+
perc_range_min: 0.0
|
|
9
|
+
perc_range_max: 100.0
|
|
10
|
+
jpeg_quality: 95
|
|
11
|
+
glob_stats: ${{statistics.side_outputs.glob_stats}}
|
|
12
|
+
watermark_vals: null
|
|
13
|
+
asynchronous: true
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
- method: find_center_360
|
|
2
|
+
module_path: httomolibgpu.recon.rotation
|
|
3
|
+
parameters:
|
|
4
|
+
ind: null
|
|
5
|
+
win_width: 10
|
|
6
|
+
side: null
|
|
7
|
+
denoise: true
|
|
8
|
+
norm: false
|
|
9
|
+
use_overlap: false
|
|
10
|
+
id: centering
|
|
11
|
+
side_outputs:
|
|
12
|
+
cor: centre_of_rotation
|
|
13
|
+
overlap: overlap
|
|
14
|
+
side: side
|
|
15
|
+
overlap_position: overlap_position
|
httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_joint.yaml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
- method: align_joint
|
|
2
|
+
module_path: tomopy.prep.alignment
|
|
3
|
+
parameters:
|
|
4
|
+
fdir: ./
|
|
5
|
+
iters: 10
|
|
6
|
+
pad: !!python/tuple
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
blur: true
|
|
10
|
+
center: ${{centering.side_outputs.centre_of_rotation}}
|
|
11
|
+
algorithm: sirt
|
|
12
|
+
upsample_factor: 10
|
|
13
|
+
rin: 0.5
|
|
14
|
+
rout: 0.8
|
|
15
|
+
save: false
|
|
16
|
+
debug: true
|
httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_seq.yaml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
- method: align_seq
|
|
2
|
+
module_path: tomopy.prep.alignment
|
|
3
|
+
parameters:
|
|
4
|
+
fdir: .
|
|
5
|
+
iters: 10
|
|
6
|
+
pad: !!python/tuple
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
blur: true
|
|
10
|
+
center: ${{centering.side_outputs.centre_of_rotation}}
|
|
11
|
+
algorithm: sirt
|
|
12
|
+
upsample_factor: 10
|
|
13
|
+
rin: 0.5
|
|
14
|
+
rout: 0.8
|
|
15
|
+
save: false
|
|
16
|
+
debug: true
|
httomo_backends-2.1.1/httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
- method: find_center
|
|
2
|
+
module_path: tomopy.recon.rotation
|
|
3
|
+
parameters:
|
|
4
|
+
ind: null
|
|
5
|
+
init: null
|
|
6
|
+
tol: 0.5
|
|
7
|
+
mask: true
|
|
8
|
+
ratio: 1.0
|
|
9
|
+
sinogram_order: false
|
|
10
|
+
id: centering
|
|
11
|
+
side_outputs:
|
|
12
|
+
cor: centre_of_rotation
|
|
13
|
+
overlap: overlap
|
|
14
|
+
side: side
|
|
15
|
+
overlap_position: overlap_position
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: httomo-backends
|
|
3
|
-
Version: 2.1
|
|
3
|
+
Version: 2.1.1
|
|
4
4
|
Summary: Supplementary files for HTTomo backends.
|
|
5
5
|
Author: Garry ODonnell, Jacob Williamson
|
|
6
6
|
Author-email: Daniil Kazantsev <daniil.kazantsev@diamond.ac.uk>, Yousef Moazzam <yousef.moazzam@diamond.ac.uk>, Jessica Verschoyle <jessica.verschoyle@diamond.ac.uk>, Naman Gera <naman.gera@diamond.ac.uk>, scientificsoftware@diamond.ac.uk
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
httomo_backends.egg-info/PKG-INFO
|
|
5
|
+
httomo_backends.egg-info/SOURCES.txt
|
|
6
|
+
httomo_backends.egg-info/dependency_links.txt
|
|
7
|
+
httomo_backends.egg-info/requires.txt
|
|
8
|
+
httomo_backends.egg-info/top_level.txt
|
|
9
|
+
httomo_backends/methods_database/backends/httomolib/httomolib.yaml
|
|
10
|
+
httomo_backends/methods_database/backends/httomolib/httomolib_modules.yaml
|
|
11
|
+
httomo_backends/methods_database/backends/httomolibgpu/__init__.py
|
|
12
|
+
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu.yaml
|
|
13
|
+
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml
|
|
14
|
+
httomo_backends/methods_database/backends/tomopy/__init__.py
|
|
15
|
+
httomo_backends/methods_database/backends/tomopy/tomopy.yaml
|
|
16
|
+
httomo_backends/methods_database/backends/tomopy/tomopy_modules.yaml
|
|
17
|
+
httomo_backends/scripts/__init__.py
|
|
18
|
+
httomo_backends/scripts/yaml_templates_generator.py
|
|
19
|
+
httomo_backends/scripts/yaml_unsupported_tomopy_remove.py
|
|
20
|
+
httomo_backends/yaml_templates/httomo/httomo.data.hdf.loaders/standard_tomo.yaml
|
|
21
|
+
httomo_backends/yaml_templates/httomo/httomo.methods/calculate_stats.yaml
|
|
22
|
+
httomo_backends/yaml_templates/httomo/httomo.methods/save_intermediate_data.yaml
|
|
23
|
+
httomo_backends/yaml_templates/httomolib/httomolib.misc.images/save_to_images.yaml
|
|
24
|
+
httomo_backends/yaml_templates/httomolib/httomolib.misc.morph/data_reducer.yaml
|
|
25
|
+
httomo_backends/yaml_templates/httomolib/httomolib.misc.segm/binary_thresholding.yaml
|
|
26
|
+
httomo_backends/yaml_templates/httomolib/httomolib.prep.phase/paganin_filter.yaml
|
|
27
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/median_filter.yaml
|
|
28
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/remove_outlier.yaml
|
|
29
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/data_resampler.yaml
|
|
30
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/sino_360_to_180.yaml
|
|
31
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.rescale/rescale_to_int.yaml
|
|
32
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.alignment/distortion_correction_proj_discorpy.yaml
|
|
33
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.normalize/normalize.yaml
|
|
34
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_savu.yaml
|
|
35
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_tomopy.yaml
|
|
36
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_all_stripe.yaml
|
|
37
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_based_sorting.yaml
|
|
38
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_ti.yaml
|
|
39
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/CGLS.yaml
|
|
40
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/FBP.yaml
|
|
41
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/LPRec.yaml
|
|
42
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/SIRT.yaml
|
|
43
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_360.yaml
|
|
44
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_pc.yaml
|
|
45
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_vo.yaml
|
|
46
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/adjust_range.yaml
|
|
47
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/circ_mask.yaml
|
|
48
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/gaussian_filter.yaml
|
|
49
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter.yaml
|
|
50
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter3d.yaml
|
|
51
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter_nonfinite.yaml
|
|
52
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_nan.yaml
|
|
53
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_neg.yaml
|
|
54
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier.yaml
|
|
55
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier1d.yaml
|
|
56
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier3d.yaml
|
|
57
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_ring.yaml
|
|
58
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/sobel_filter.yaml
|
|
59
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/downsample.yaml
|
|
60
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/pad.yaml
|
|
61
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/sino_360_to_180.yaml
|
|
62
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/trim_sinogram.yaml
|
|
63
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/upsample.yaml
|
|
64
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_jitter.yaml
|
|
65
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_noise.yaml
|
|
66
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_joint.yaml
|
|
67
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_seq.yaml
|
|
68
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/blur_edges.yaml
|
|
69
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_proj.yaml
|
|
70
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_sino.yaml
|
|
71
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/scale.yaml
|
|
72
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/shift_images.yaml
|
|
73
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/minus_log.yaml
|
|
74
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize.yaml
|
|
75
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_bg.yaml
|
|
76
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_nf.yaml
|
|
77
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_roi.yaml
|
|
78
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.phase/retrieve_phase.yaml
|
|
79
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_all_stripe.yaml
|
|
80
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_dead_stripe.yaml
|
|
81
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_large_stripe.yaml
|
|
82
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_filtering.yaml
|
|
83
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_fitting.yaml
|
|
84
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_interpolation.yaml
|
|
85
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_sorting.yaml
|
|
86
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_fw.yaml
|
|
87
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_sf.yaml
|
|
88
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_ti.yaml
|
|
89
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_detect3d.yaml
|
|
90
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_mask3d.yaml
|
|
91
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.algorithm/recon.yaml
|
|
92
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center.yaml
|
|
93
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_pc.yaml
|
|
94
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_vo.yaml
|
|
95
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_drift.yaml
|
|
96
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_focal_spot_blur.yaml
|
|
97
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_gaussian.yaml
|
|
98
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_poisson.yaml
|
|
99
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_rings.yaml
|
|
100
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_salt_pepper.yaml
|
|
101
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_zingers.yaml
|
|
102
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project.yaml
|
|
103
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project2.yaml
|
|
104
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project3.yaml
|
|
@@ -6,8 +6,9 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
include-package-data = true
|
|
7
7
|
packages = ["httomo_backends",
|
|
8
8
|
"httomo_backends.scripts",
|
|
9
|
-
"httomo_backends.methods_database",
|
|
10
|
-
"httomo_backends.
|
|
9
|
+
"httomo_backends.methods_database.backends.httomolibgpu",
|
|
10
|
+
"httomo_backends.methods_database.backends.httomolib",
|
|
11
|
+
"httomo_backends.methods_database.backends.tomopy",
|
|
11
12
|
]
|
|
12
13
|
|
|
13
14
|
[tool.setuptools.package-data]
|
|
@@ -18,6 +19,27 @@ httomo_backends = [
|
|
|
18
19
|
"yaml_templates/httomo/httomo.data.hdf.loaders/*.yaml",
|
|
19
20
|
"yaml_templates/httomo/httomo.methods/*.yaml",
|
|
20
21
|
"yaml_templates/tomopy/tomopy.misc.corr/*.yaml",
|
|
22
|
+
"yaml_templates/tomopy/tomopy.misc.morph/*.yaml",
|
|
23
|
+
"yaml_templates/tomopy/tomopy.prep.alignment/*.yaml",
|
|
24
|
+
"yaml_templates/tomopy/tomopy.prep.normalize/*.yaml",
|
|
25
|
+
"yaml_templates/tomopy/tomopy.prep.phase/*.yaml",
|
|
26
|
+
"yaml_templates/tomopy/tomopy.prep.stripe/*.yaml",
|
|
27
|
+
"yaml_templates/tomopy/tomopy.recon.algorithm/*.yaml",
|
|
28
|
+
"yaml_templates/tomopy/tomopy.recon.rotation/*.yaml",
|
|
29
|
+
"yaml_templates/tomopy/tomopy.sim.project/*.yaml",
|
|
30
|
+
"yaml_templates/httomolib/httomolib.misc.morph/*.yaml",
|
|
31
|
+
"yaml_templates/httomolib/httomolib.misc.images/*.yaml",
|
|
32
|
+
"yaml_templates/httomolib/httomolib.misc.segm/*.yaml",
|
|
33
|
+
"yaml_templates/httomolib/httomolib.prep.phase/*.yaml",
|
|
34
|
+
"yaml_templates/httomolibgpu/httomolibgpu.misc.corr/*.yaml",
|
|
35
|
+
"yaml_templates/httomolibgpu/httomolibgpu.misc.morph/*.yaml",
|
|
36
|
+
"yaml_templates/httomolibgpu/httomolibgpu.misc.rescale/*.yaml",
|
|
37
|
+
"yaml_templates/httomolibgpu/httomolibgpu.prep.alignment/*.yaml",
|
|
38
|
+
"yaml_templates/httomolibgpu/httomolibgpu.prep.normalize/*.yaml",
|
|
39
|
+
"yaml_templates/httomolibgpu/httomolibgpu.prep.phase/*.yaml",
|
|
40
|
+
"yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/*.yaml",
|
|
41
|
+
"yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/*.yaml",
|
|
42
|
+
"yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/*.yaml",
|
|
21
43
|
]
|
|
22
44
|
|
|
23
45
|
[tool.setuptools-git-versioning]
|
|
@@ -27,7 +49,7 @@ dev_template = "{tag}"
|
|
|
27
49
|
|
|
28
50
|
[project]
|
|
29
51
|
name = "httomo-backends"
|
|
30
|
-
version = "2.1"
|
|
52
|
+
version = "2.1.1"
|
|
31
53
|
description = "Supplementary files for HTTomo backends."
|
|
32
54
|
readme = "README.md"
|
|
33
55
|
license = {text = "BSD-3-Clause"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
LICENSE
|
|
2
|
-
README.md
|
|
3
|
-
pyproject.toml
|
|
4
|
-
httomo_backends.egg-info/PKG-INFO
|
|
5
|
-
httomo_backends.egg-info/SOURCES.txt
|
|
6
|
-
httomo_backends.egg-info/dependency_links.txt
|
|
7
|
-
httomo_backends.egg-info/requires.txt
|
|
8
|
-
httomo_backends.egg-info/top_level.txt
|
|
9
|
-
httomo_backends/methods_database/__init__.py
|
|
10
|
-
httomo_backends/methods_database/backends/httomolib/httomolib.yaml
|
|
11
|
-
httomo_backends/methods_database/backends/httomolib/httomolib_modules.yaml
|
|
12
|
-
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu.yaml
|
|
13
|
-
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml
|
|
14
|
-
httomo_backends/methods_database/backends/tomopy/tomopy.yaml
|
|
15
|
-
httomo_backends/methods_database/backends/tomopy/tomopy_modules.yaml
|
|
16
|
-
httomo_backends/scripts/__init__.py
|
|
17
|
-
httomo_backends/scripts/yaml_templates_generator.py
|
|
18
|
-
httomo_backends/scripts/yaml_unsupported_tomopy_remove.py
|
|
19
|
-
httomo_backends/yaml_templates/__init__.py
|
|
20
|
-
httomo_backends/yaml_templates/httomo/httomo.data.hdf.loaders/standard_tomo.yaml
|
|
21
|
-
httomo_backends/yaml_templates/httomo/httomo.methods/calculate_stats.yaml
|
|
22
|
-
httomo_backends/yaml_templates/httomo/httomo.methods/save_intermediate_data.yaml
|
|
23
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/adjust_range.yaml
|
|
24
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/circ_mask.yaml
|
|
25
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/gaussian_filter.yaml
|
|
26
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter.yaml
|
|
27
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter3d.yaml
|
|
28
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter_nonfinite.yaml
|
|
29
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_nan.yaml
|
|
30
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_neg.yaml
|
|
31
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier.yaml
|
|
32
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier1d.yaml
|
|
33
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier3d.yaml
|
|
34
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_ring.yaml
|
|
35
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/sobel_filter.yaml
|
|
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
|
{httomo_backends-2.1 → httomo_backends-2.1.1}/httomo_backends/scripts/yaml_templates_generator.py
RENAMED
|
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
|