httomo-backends 2.1__py3-none-any.whl → 2.1.1__py3-none-any.whl
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/yaml_templates/httomolib/httomolib.misc.images/save_to_images.yaml +13 -0
- httomo_backends/yaml_templates/httomolib/httomolib.misc.morph/data_reducer.yaml +5 -0
- httomo_backends/yaml_templates/httomolib/httomolib.misc.segm/binary_thresholding.yaml +7 -0
- httomo_backends/yaml_templates/httomolib/httomolib.prep.phase/paganin_filter.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/median_filter.yaml +5 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/remove_outlier.yaml +5 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/data_resampler.yaml +6 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/sino_360_to_180.yaml +5 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.rescale/rescale_to_int.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.alignment/distortion_correction_proj_discorpy.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.normalize/normalize.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_savu.yaml +11 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_tomopy.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_all_stripe.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_based_sorting.yaml +5 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_ti.yaml +4 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/CGLS.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/FBP.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/LPRec.yaml +6 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/SIRT.yaml +7 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_360.yaml +15 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_pc.yaml +10 -0
- httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_vo.yaml +13 -0
- httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/downsample.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/pad.yaml +6 -0
- httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/sino_360_to_180.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/trim_sinogram.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/upsample.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_jitter.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_noise.yaml +4 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_joint.yaml +16 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_seq.yaml +16 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/blur_edges.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_proj.yaml +6 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_sino.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/scale.yaml +3 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/shift_images.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/minus_log.yaml +3 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_bg.yaml +4 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_nf.yaml +6 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_roi.yaml +8 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.phase/retrieve_phase.yaml +8 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_all_stripe.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_dead_stripe.yaml +6 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_large_stripe.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_filtering.yaml +6 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_fitting.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_interpolation.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_sorting.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_fw.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_sf.yaml +4 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_ti.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_detect3d.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_mask3d.yaml +9 -0
- httomo_backends/yaml_templates/tomopy/tomopy.recon.algorithm/recon.yaml +7 -0
- httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center.yaml +15 -0
- httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_pc.yaml +10 -0
- httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_vo.yaml +13 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_drift.yaml +6 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_focal_spot_blur.yaml +4 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_gaussian.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_poisson.yaml +3 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_rings.yaml +4 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_salt_pepper.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_zingers.yaml +5 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project.yaml +8 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project2.yaml +10 -0
- httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project3.yaml +11 -0
- {httomo_backends-2.1.dist-info → httomo_backends-2.1.1.dist-info}/METADATA +1 -1
- httomo_backends-2.1.1.dist-info/RECORD +101 -0
- httomo_backends-2.1.dist-info/RECORD +0 -32
- /httomo_backends/methods_database/{__init__.py → backends/httomolibgpu/__init__.py} +0 -0
- /httomo_backends/{yaml_templates → methods_database/backends/tomopy}/__init__.py +0 -0
- {httomo_backends-2.1.dist-info → httomo_backends-2.1.1.dist-info}/LICENSE +0 -0
- {httomo_backends-2.1.dist-info → httomo_backends-2.1.1.dist-info}/WHEEL +0 -0
- {httomo_backends-2.1.dist-info → httomo_backends-2.1.1.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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,101 @@
|
|
|
1
|
+
httomo_backends/methods_database/backends/httomolib/httomolib.yaml,sha256=yOfzEhZ1ZGRfJag7mSXPfBHrBlTQtVwszAyEYeDNaOM,753
|
|
2
|
+
httomo_backends/methods_database/backends/httomolib/httomolib_modules.yaml,sha256=SCUArsRf8DTwGLUn23TIPf-LCBtOBlrliTIhO-sU66U,92
|
|
3
|
+
httomo_backends/methods_database/backends/httomolibgpu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu.yaml,sha256=nWX7dV5s5zdVmHoK0V6ubDZkahqghyxAq3CXNvO9NcY,4859
|
|
5
|
+
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml,sha256=iZpVLZvT-ZyR4kjC4cCHFGaci5T2cFxgXbPkHeLCXlw,254
|
|
6
|
+
httomo_backends/methods_database/backends/tomopy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
httomo_backends/methods_database/backends/tomopy/tomopy.yaml,sha256=URe18BAV1EbGLil53t88T42BuKSiUHz6r3uzs_wo8Ug,11215
|
|
8
|
+
httomo_backends/methods_database/backends/tomopy/tomopy_modules.yaml,sha256=5w93laHYw-vjcMi-28rPvrDY6vvIQ7ccKWegvmdGrRI,199
|
|
9
|
+
httomo_backends/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
+
httomo_backends/scripts/yaml_templates_generator.py,sha256=Jx4nR8-EFOnjN969qBO3XQ_SNdGx6uqWxG-q87hGIks,8244
|
|
11
|
+
httomo_backends/scripts/yaml_unsupported_tomopy_remove.py,sha256=R3ZAfFgpVsBWS7zBjLlU83-66nawo7EBegFsIAHBWmQ,3715
|
|
12
|
+
httomo_backends/yaml_templates/httomo/httomo.data.hdf.loaders/standard_tomo.yaml,sha256=SoYdrPPUj4YMxotljR3S9J-F3GinMabbtNt_zvsfIbQ,334
|
|
13
|
+
httomo_backends/yaml_templates/httomo/httomo.methods/calculate_stats.yaml,sha256=rG4e2yEJ2flK-tGRj1FbRWXnSHNWYrShzMaPznbObdw,133
|
|
14
|
+
httomo_backends/yaml_templates/httomo/httomo.methods/save_intermediate_data.yaml,sha256=pEUY6KqGVKdUWIfRob1CP-qTmsl7pjCM_NtsA0mnjj4,219
|
|
15
|
+
httomo_backends/yaml_templates/httomolib/httomolib.misc.images/save_to_images.yaml,sha256=34xebNC3JdQ3jW7NWh1otjH0-DGSVL6l18TLE-BcXac,326
|
|
16
|
+
httomo_backends/yaml_templates/httomolib/httomolib.misc.morph/data_reducer.yaml,sha256=RYCat3aMz6fr57Y2zeHVVJwXQDrU-ihV2eqV9MyBOPk,105
|
|
17
|
+
httomo_backends/yaml_templates/httomolib/httomolib.misc.segm/binary_thresholding.yaml,sha256=12oWhXFxBF0kAhnRdlsKB3ewI5GJ-qWKOKv3JTM8xxI,154
|
|
18
|
+
httomo_backends/yaml_templates/httomolib/httomolib.prep.phase/paganin_filter.yaml,sha256=Y02ifIbl9SS_qtqT_G7SA40MAmKeAYJ9fHSAP21_ECc,147
|
|
19
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/median_filter.yaml,sha256=vKTeGhT0eLXWMDBvfglisIIZINlBKagOjwRo4JFQRpQ,108
|
|
20
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.corr/remove_outlier.yaml,sha256=IqU94XAVEdFcBas3HA8E2MJGWK-dMK8AaNDBNGK8vHU,109
|
|
21
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/data_resampler.yaml,sha256=4fDcC2seGd_TFUyMG0DAs68NrJn5lmIsx7WQ_6bn-A4,142
|
|
22
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.morph/sino_360_to_180.yaml,sha256=xA3pIAkDgRVhrfsSScMUFcaBixwN5ZfV37yRlyBVjx8,147
|
|
23
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.misc.rescale/rescale_to_int.yaml,sha256=WR_exoyowYnXgDOUH5JYGPQ17-MfUayuVkNwMQTHzac,198
|
|
24
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.alignment/distortion_correction_proj_discorpy.yaml,sha256=Ohs4n2Bov7kHw3MQO0ROPH4xg71Yl0feN0H-1uh9mOg,184
|
|
25
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.normalize/normalize.yaml,sha256=LmdoxBDNDyAq_95ccoMTxivVaW0s3Z3ZkAF7KiAakq4,162
|
|
26
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_savu.yaml,sha256=9Hwxgu1WG6lMXliXF7XWx2Z9O1D1yMSWkRjXNfdrn9o,226
|
|
27
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.phase/paganin_filter_tomopy.yaml,sha256=sHWZibK7drnBufYVOND9LZATaBRMtHKkbbBoquCBcmE,157
|
|
28
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_all_stripe.yaml,sha256=MfoMeF_C2zRE7-W5cknhmG9-a5QYb5lpSdz9dwOndJQ,138
|
|
29
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_based_sorting.yaml,sha256=xyv_XKqFhs801VcsMUfWPHiKvek0qh8RhkbnInWR5i8,116
|
|
30
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.prep.stripe/remove_stripe_ti.yaml,sha256=5Ed2YbB0Kf-08_nNP5dzTukNDZopRTOo1I6ODJVRrlM,95
|
|
31
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/CGLS.yaml,sha256=buukzL6qEnkSXourGu2KJV02A5vRH06t1jXgqf93RB4,196
|
|
32
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/FBP.yaml,sha256=pVl8Ik6nhGXBSK_oYOEb6DZ6BVMdu0FXkUe3UOUwd_4,208
|
|
33
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/LPRec.yaml,sha256=lbO4NPdItzp7SUjLQiEjXGMZWXX1wPcxn0Wvh0ubl4o,182
|
|
34
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.algorithm/SIRT.yaml,sha256=kolEzGdqLtbHLbEOHsmPEZhmBqJO6-rImwfQwpoKoGk,197
|
|
35
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_360.yaml,sha256=nXjbgTBDQcIlBWvXwMd8FoNimtq-8QabgNWAI-fiFU8,322
|
|
36
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_pc.yaml,sha256=g3CNIaLhhBI6igluIMwytFqVXzrDlv8A1EU1C7ey4FE,208
|
|
37
|
+
httomo_backends/yaml_templates/httomolibgpu/httomolibgpu.recon.rotation/find_center_vo.yaml,sha256=XU3wRjxPVtlS__Eh-fNSGpeg9Rv0CU_FAkaf7QhSG5Y,240
|
|
38
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/adjust_range.yaml,sha256=Gl0kOFTBZbSPjtqCx7R8e6xv9T1NU7rWSTBLuZvBwzs,99
|
|
39
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/circ_mask.yaml,sha256=QFNnrue97oBEzxYBfq2lKEXtAHi7M909FOwt7uSKSNo,111
|
|
40
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/gaussian_filter.yaml,sha256=e4PSOLW_XcK_bfGN1LXOj41XFNdMtrDO6lOBDDW29KI,113
|
|
41
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter.yaml,sha256=Xzg42IXe4EsM-J5gPR8ZHRH-S7nNCx6WFUxNvOW3Wp0,97
|
|
42
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter3d.yaml,sha256=F-gL96nP4VuEhsQ4YbpCSCe55uLj3EdIzqLAd0VLvvY,84
|
|
43
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter_nonfinite.yaml,sha256=vsFr2kgmgB9BGXdsV-ue5wTWml1k5hUmPtaYxkrf5Xw,111
|
|
44
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_nan.yaml,sha256=tmsF1Yb-4kIetIUyMZDmDnedt2d1ESlaA_pX6G7A3Rc,80
|
|
45
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_neg.yaml,sha256=ctO1A7lVIS8NJGivNqiuFRNAdX3eUNe-edzWmXHASus,80
|
|
46
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier.yaml,sha256=2-IHoUmFlP-AU2LEoqdHz_pTvjS94XLZVsYTGWvHmeA,116
|
|
47
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier1d.yaml,sha256=-RFNaBD363CzHclTsg3C48S1R4hpQNyMez8BfcJZWX4,118
|
|
48
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier3d.yaml,sha256=Ts0FCen7aeQJliD1SU25CAjOl258hbifIr1xRdxyN4k,103
|
|
49
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_ring.yaml,sha256=bHHBTX5Pvlx_FZ3LhaCA5moZzVs4_HHfVFbcZYN5UE4,239
|
|
50
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/sobel_filter.yaml,sha256=7Mp7raiUXqzAnn5TaWc-1NkPQ_A0y_XA-D2YNe3sbjQ,84
|
|
51
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/downsample.yaml,sha256=0yzF8HK20CdV9AglzlDLLvIpxI1i8oHT765bM4y13pk,96
|
|
52
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/pad.yaml,sha256=3xq-OnYBZDCLmSYp55QEonGm_eji9Hb8n8lZ0kDAUQE,114
|
|
53
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/sino_360_to_180.yaml,sha256=Q7rtbe31_D_NuoTMcJkaWZrbaymdDAcV0hZE6IDzZBk,141
|
|
54
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/trim_sinogram.yaml,sha256=DMIlTzNWeNYIdByAN5Az2uGt1C3qHYDWAhl4CRWPrks,147
|
|
55
|
+
httomo_backends/yaml_templates/tomopy/tomopy.misc.morph/upsample.yaml,sha256=vCOpsmDju2XAkhQCQr6RhlcUl4EClpmntd6x3R4IYO8,94
|
|
56
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_jitter.yaml,sha256=GLV52c9tPwCPVqNP78LX-pu_nudNTsV5IyWLfOpRjUI,95
|
|
57
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/add_noise.yaml,sha256=kJNzP1d8U61N33rPWTrsFIEBikWrUtbviTQtSmzA3Aw,87
|
|
58
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_joint.yaml,sha256=A1qDxJR-bU8yL2qsmrHXiYn_LHdOKfOsyxP4ds24QJI,317
|
|
59
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/align_seq.yaml,sha256=5Azph-dLEwnGdSOFPl4_RYLlvU-5cx-ouOhywRrVpdI,314
|
|
60
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/blur_edges.yaml,sha256=sGjasrqZl4kKPoZ3SHVc3KvYcA8adGQQX5qwM5Txm9E,97
|
|
61
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_proj.yaml,sha256=ZI3-L3eNeLXUHU0tvbT3Ec4eP-BQqfc_3mdN86XFyrQ,156
|
|
62
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/distortion_correction_sino.yaml,sha256=r8SkZ7oiDV-lDbLPvq3ktPP3Fdz-5o1n393HIEsQBhs,174
|
|
63
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/scale.yaml,sha256=w1JuNIKws5ibxXDd8RGDvz5Z1IgpD8Q5QG6IkkDqBcU,70
|
|
64
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.alignment/shift_images.yaml,sha256=9n2Ur1eaiKgEbNDlpQ-LM04wc29F87IYRorni9LVuuQ,108
|
|
65
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/minus_log.yaml,sha256=WHIhxdppBCa2WuIpHdNE-vdvCqQHIwOlC8fzH5WMLA4,74
|
|
66
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize.yaml,sha256=W5YPSpU2SZelTezdfdN8WOsKGqHPCxqzXnkyNJw0gAw,108
|
|
67
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_bg.yaml,sha256=LUHtal-kc2xRPn-HM_JPpUu-P7cnVnsL5dHv_CyquIM,85
|
|
68
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_nf.yaml,sha256=grFKWbwcoELFgfRY0OR2uPeIMhIOyXnNbFqnjDuorfQ,134
|
|
69
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.normalize/normalize_roi.yaml,sha256=zIG30QlIY4MUyR8yWFLa0YNQOZrbEweQlpBNQuQcPYo,118
|
|
70
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.phase/retrieve_phase.yaml,sha256=WuLBiDlUWiKkJbZGdae6eDXTpvmxwesBxw1Fo1b8iOs,154
|
|
71
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_all_stripe.yaml,sha256=HBfkfROZI-fKAhqKdaCNZ6eG0LDdoxP_igacuw0uYig,130
|
|
72
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_dead_stripe.yaml,sha256=8WewTc9WeX3M3Ofl7L4BJTQAOQ1D6HG7AZc8HX-RPR4,116
|
|
73
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_large_stripe.yaml,sha256=DZCAZ-3LDWwDGRG9Wzh_Z5tIwFxVKNLNvw_QmTKk3i0,137
|
|
74
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_filtering.yaml,sha256=WGUBbEfUtR16dvu9hQV4hXAISMLP_XGIr9qSpKmYfz0,127
|
|
75
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_fitting.yaml,sha256=5K2ZIrGEFmPZs7Srj6tHyyprzfNwt5VDe0iWfiRr13o,142
|
|
76
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_interpolation.yaml,sha256=xJPj_NuUlFxcACzHXOyU6eDcVqr3D6Q8H595ug7PUxs,151
|
|
77
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_based_sorting.yaml,sha256=RmMs09UDRsBne10jT-0uN4IC4ORoUv7F1cv_jnvMOaM,112
|
|
78
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_fw.yaml,sha256=i8NSP6bzJdZrSRPB2V4BxdqyJGCTMNrR4F78rhM44fs,133
|
|
79
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_sf.yaml,sha256=mF1qJ9ZC4tYm42KrLwPdmcIbQCOlbqs4W4_SVQoLl5U,87
|
|
80
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/remove_stripe_ti.yaml,sha256=CJbH0ps8IuVqeZ9oFdTH8s6Cc81gag73cO1KInIpUGc,104
|
|
81
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_detect3d.yaml,sha256=cjOJwn0e3UhFrWeaDwZwiQ-avuTaz8wT2Yx7Rb6Acpc,102
|
|
82
|
+
httomo_backends/yaml_templates/tomopy/tomopy.prep.stripe/stripes_mask3d.yaml,sha256=l1Qgmq6AEZ0Lzxu5anBAXu4uyLVB6RcfgN_GXVGbD1Y,216
|
|
83
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.algorithm/recon.yaml,sha256=-ijSXGy8c-VF8Bc6Xjvhv-FwL7tJoyaR5gYv0BC_Mj4,194
|
|
84
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center.yaml,sha256=B64HsywQttprtH9kPgy6KVmX6se5zeRBQhawSgBAobY,306
|
|
85
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_pc.yaml,sha256=bE0oekYoCh2JIcnc8gZqWMweIbSc3Nmv_FK3Io_V0bY,202
|
|
86
|
+
httomo_backends/yaml_templates/tomopy/tomopy.recon.rotation/find_center_vo.yaml,sha256=dU-kKj64OabuxzZMpiqLM9undptW5wcttV8cf4AViX0,232
|
|
87
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_drift.yaml,sha256=Dr4tMrmwOcsn5YWVTGeYWQgVg-RB2pXb5VmrWgZ3Nmg,108
|
|
88
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_focal_spot_blur.yaml,sha256=GMI3i0mu7AmH7p9gLQFIAKBQQkMOjKccHqlT-WL7214,101
|
|
89
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_gaussian.yaml,sha256=sgz_G4sdtDGsCiPfNuMtH5ZfDGiLjvhgU8Em3P7Bgss,97
|
|
90
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_poisson.yaml,sha256=SYIXpQO0QjynyYI61sK4MINOd8dmYdYcfj4I4ECo6lM,73
|
|
91
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_rings.yaml,sha256=iA0kM_lzOpp5xFBypotReTSYJGq8-jJrYluNQdf-fdY,82
|
|
92
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_salt_pepper.yaml,sha256=VJJa77viri1v0aJbLlkwcYOY9zgz6i7GAMbXNXvkSbQ,103
|
|
93
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/add_zingers.yaml,sha256=G56SqwrAar72yGH939eXb23RTPD7g1-5LYd6gIjMwec,97
|
|
94
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project.yaml,sha256=XBVhW5ZxT9C89tHcwDG7OOgcWNdNtQq97mqlBEoiMnU,202
|
|
95
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project2.yaml,sha256=5raeQ-w9nS9mbAzn2ZqhPjdcyfLOkkJflKNStdEnYRA,238
|
|
96
|
+
httomo_backends/yaml_templates/tomopy/tomopy.sim.project/project3.yaml,sha256=oyofKSMi-_dSpfjrKVMNDqoBhBCCSYbEVRz2Lsc8uTI,257
|
|
97
|
+
httomo_backends-2.1.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
98
|
+
httomo_backends-2.1.1.dist-info/METADATA,sha256=t1fOQ93OlxP3anpqSXjjJfKL7ZPTo-xbxhGQznXrOvU,816
|
|
99
|
+
httomo_backends-2.1.1.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
|
100
|
+
httomo_backends-2.1.1.dist-info/top_level.txt,sha256=v4x8d4CeEyMwo8QoqIvL_p-WoXAVD1bVnASPIrLjSTg,16
|
|
101
|
+
httomo_backends-2.1.1.dist-info/RECORD,,
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
httomo_backends/methods_database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
httomo_backends/methods_database/backends/httomolib/httomolib.yaml,sha256=yOfzEhZ1ZGRfJag7mSXPfBHrBlTQtVwszAyEYeDNaOM,753
|
|
3
|
-
httomo_backends/methods_database/backends/httomolib/httomolib_modules.yaml,sha256=SCUArsRf8DTwGLUn23TIPf-LCBtOBlrliTIhO-sU66U,92
|
|
4
|
-
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu.yaml,sha256=nWX7dV5s5zdVmHoK0V6ubDZkahqghyxAq3CXNvO9NcY,4859
|
|
5
|
-
httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml,sha256=iZpVLZvT-ZyR4kjC4cCHFGaci5T2cFxgXbPkHeLCXlw,254
|
|
6
|
-
httomo_backends/methods_database/backends/tomopy/tomopy.yaml,sha256=URe18BAV1EbGLil53t88T42BuKSiUHz6r3uzs_wo8Ug,11215
|
|
7
|
-
httomo_backends/methods_database/backends/tomopy/tomopy_modules.yaml,sha256=5w93laHYw-vjcMi-28rPvrDY6vvIQ7ccKWegvmdGrRI,199
|
|
8
|
-
httomo_backends/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
httomo_backends/scripts/yaml_templates_generator.py,sha256=Jx4nR8-EFOnjN969qBO3XQ_SNdGx6uqWxG-q87hGIks,8244
|
|
10
|
-
httomo_backends/scripts/yaml_unsupported_tomopy_remove.py,sha256=R3ZAfFgpVsBWS7zBjLlU83-66nawo7EBegFsIAHBWmQ,3715
|
|
11
|
-
httomo_backends/yaml_templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
httomo_backends/yaml_templates/httomo/httomo.data.hdf.loaders/standard_tomo.yaml,sha256=SoYdrPPUj4YMxotljR3S9J-F3GinMabbtNt_zvsfIbQ,334
|
|
13
|
-
httomo_backends/yaml_templates/httomo/httomo.methods/calculate_stats.yaml,sha256=rG4e2yEJ2flK-tGRj1FbRWXnSHNWYrShzMaPznbObdw,133
|
|
14
|
-
httomo_backends/yaml_templates/httomo/httomo.methods/save_intermediate_data.yaml,sha256=pEUY6KqGVKdUWIfRob1CP-qTmsl7pjCM_NtsA0mnjj4,219
|
|
15
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/adjust_range.yaml,sha256=Gl0kOFTBZbSPjtqCx7R8e6xv9T1NU7rWSTBLuZvBwzs,99
|
|
16
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/circ_mask.yaml,sha256=QFNnrue97oBEzxYBfq2lKEXtAHi7M909FOwt7uSKSNo,111
|
|
17
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/gaussian_filter.yaml,sha256=e4PSOLW_XcK_bfGN1LXOj41XFNdMtrDO6lOBDDW29KI,113
|
|
18
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter.yaml,sha256=Xzg42IXe4EsM-J5gPR8ZHRH-S7nNCx6WFUxNvOW3Wp0,97
|
|
19
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter3d.yaml,sha256=F-gL96nP4VuEhsQ4YbpCSCe55uLj3EdIzqLAd0VLvvY,84
|
|
20
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/median_filter_nonfinite.yaml,sha256=vsFr2kgmgB9BGXdsV-ue5wTWml1k5hUmPtaYxkrf5Xw,111
|
|
21
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_nan.yaml,sha256=tmsF1Yb-4kIetIUyMZDmDnedt2d1ESlaA_pX6G7A3Rc,80
|
|
22
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_neg.yaml,sha256=ctO1A7lVIS8NJGivNqiuFRNAdX3eUNe-edzWmXHASus,80
|
|
23
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier.yaml,sha256=2-IHoUmFlP-AU2LEoqdHz_pTvjS94XLZVsYTGWvHmeA,116
|
|
24
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier1d.yaml,sha256=-RFNaBD363CzHclTsg3C48S1R4hpQNyMez8BfcJZWX4,118
|
|
25
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_outlier3d.yaml,sha256=Ts0FCen7aeQJliD1SU25CAjOl258hbifIr1xRdxyN4k,103
|
|
26
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/remove_ring.yaml,sha256=bHHBTX5Pvlx_FZ3LhaCA5moZzVs4_HHfVFbcZYN5UE4,239
|
|
27
|
-
httomo_backends/yaml_templates/tomopy/tomopy.misc.corr/sobel_filter.yaml,sha256=7Mp7raiUXqzAnn5TaWc-1NkPQ_A0y_XA-D2YNe3sbjQ,84
|
|
28
|
-
httomo_backends-2.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
29
|
-
httomo_backends-2.1.dist-info/METADATA,sha256=M44WFH6hcTCzmZCOn0qzg3mewm42LZvH5O9wE6iPvk4,814
|
|
30
|
-
httomo_backends-2.1.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
|
31
|
-
httomo_backends-2.1.dist-info/top_level.txt,sha256=v4x8d4CeEyMwo8QoqIvL_p-WoXAVD1bVnASPIrLjSTg,16
|
|
32
|
-
httomo_backends-2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|