Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 3.34 KB

remove_unresponsive_and_fluctuating_rings.rst

File metadata and controls

91 lines (67 loc) · 3.34 KB

{% extends "plugin_template.rst" %}

{% block title %}Remove Unresponsive And Fluctuating Rings{% endblock %}

{% block description %} Method working in the sinogram space to remove ring artifacts caused by dead pixels.

.. toctree::
    Plugin documention and guidelines on use </../../../plugin_guides/plugins/ring_removal/remove_unresponsive_and_fluctuating_rings_doc.rst>

{% endblock %}

{% block parameter_yaml %}

in_datasets:

visibility: datasets dtype: "[list[],list[str]]" description:

summary: A list of the dataset(s) to process. verbose: A list of strings, where each string gives the name of a dataset that was either specified by a loader plugin or created as output to a previous plugin. The length of the list is the number of input datasets requested by the plugin. If there is only one dataset and the list is left empty it will default to that dataset.

default: "[]"

out_datasets:

visibility: datasets dtype: "[list[],list[str]]" description:

summary: A list of the dataset(s) to create. verbose: A list of strings, where each string is a name to be assigned to a dataset output by the plugin. If there is only one input dataset and one output dataset and the list is left empty, the output will take the name of the input dataset. The length of the list is the number of output datasets created by the plugin.

default: "[]"

size:
visibility: basic dtype: int description: Size of the median filter window. Greater is stronger. default: "51"
snr:
visibility: basic dtype: float description: Ratio used to detect locations of large stripes. Greater is less sensitive. default: "3.0"
residual:
visibility: intermediate dtype: bool description: Removing residual stripes if True. default: "True"

{% endblock %}

{% block plugin_citations %}

Superior techniques for eliminating ring artifacts in X-ray micro-tomography by Vo, Nghia T et al.

Bibtex

@article{vo2018superior,
title = {Superior techniques for eliminating ring artifacts in X-ray micro-tomography},
author={Vo, Nghia T and Atwood, Robert C and Drakopoulos, Michael},
journal={Optics express},
volume={26},
number={22},
pages={28396--28412},
year={2018},
publisher={Optical Society of America}}

Endnote

%0 Journal Article
%T Superior techniques for eliminating ring artifacts in X-ray micro-tomography
%A Vo, Nghia T
%A Atwood, Robert C
%A Drakopoulos, Michael
%J Optics express
%V 26
%N 22
%P 28396-28412
%@ 1094-4087
%D 2018
%I Optical Society of America

{% endblock %}

{% block plugin_file %}../../../plugin_api/plugins.ring_removal.remove_unresponsive_and_fluctuating_rings.rst{% endblock %}