Loading docs/api/imars3d.ui.widgets.rst +0 −3 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ imars3d.ui.widgets package :undoc-members: :show-inheritance: .. autoclass:: imars3d.ui.widgets.Tqdm :members: Submodules ---------- Loading environment.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ dependencies: - tomopy - dxchange - jsonschema - panel - panel>=0.14.2 - param - pyvista - pydocstyle Loading src/imars3d/backend/corrections/denoise.py +2 −2 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ def denoise_by_bilateral( Standard deviation for range distance. max_workers: The number of cores to use for parallel processing, default is 0, which means using all available cores. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading Loading @@ -218,7 +218,7 @@ class denoise(param.ParameterizedFunction): The sigma of the spatial space, only valid for 'bilateral' method. max_workers: int = 0 The number of cores to use for parallel processing, default is 0, which means using all available cores. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading src/imars3d/backend/corrections/intensity_fluctuation_correction.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ class intensity_fluctuation_correction(param.ParameterizedFunction): detection via canny edge detection from skimage. max_workers: int = 0 The number of cores to use for parallel processing, default is 0, which means using all available cores. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading src/imars3d/backend/corrections/ring_removal.py +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ class remove_ring_artifact(param.ParameterizedFunction): Multiplicative correction factor is capped within given range. max_workers: int = 0 Number of cores to use for parallel processing. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading Loading
docs/api/imars3d.ui.widgets.rst +0 −3 Original line number Diff line number Diff line Loading @@ -6,9 +6,6 @@ imars3d.ui.widgets package :undoc-members: :show-inheritance: .. autoclass:: imars3d.ui.widgets.Tqdm :members: Submodules ---------- Loading
environment.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ dependencies: - tomopy - dxchange - jsonschema - panel - panel>=0.14.2 - param - pyvista - pydocstyle Loading
src/imars3d/backend/corrections/denoise.py +2 −2 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ def denoise_by_bilateral( Standard deviation for range distance. max_workers: The number of cores to use for parallel processing, default is 0, which means using all available cores. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading Loading @@ -218,7 +218,7 @@ class denoise(param.ParameterizedFunction): The sigma of the spatial space, only valid for 'bilateral' method. max_workers: int = 0 The number of cores to use for parallel processing, default is 0, which means using all available cores. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading
src/imars3d/backend/corrections/intensity_fluctuation_correction.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ class intensity_fluctuation_correction(param.ParameterizedFunction): detection via canny edge detection from skimage. max_workers: int = 0 The number of cores to use for parallel processing, default is 0, which means using all available cores. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading
src/imars3d/backend/corrections/ring_removal.py +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ class remove_ring_artifact(param.ParameterizedFunction): Multiplicative correction factor is capped within given range. max_workers: int = 0 Number of cores to use for parallel processing. tqdm_class: imars3d.ui.widgets.TqdmType tqdm_class: panel.widgets.Tqdm Class to be used for rendering tqdm progress Returns Loading