Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 3.41 KB

File metadata and controls

88 lines (65 loc) · 3.41 KB

{% extends "plugin_template.rst" %}

{% block title %}Mtf Deconvolution{% endblock %}

{% block description %} Method to correct the point-spread-function effect. Working on raw projections and flats.

Plugin documention and guidelines on use </../../../plugin_guides/plugins/corrections/mtf_deconvolution_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: "[]"

file_path:

visibility: basic dtype: "[None,filepath]" description: "Path to file containing a 2D array of a MTF function. File formats are 'npy', or 'tif'." default: None

pad_width:

visibility: basic dtype: int description: Pad the image before the deconvolution. default: "128"

{% endblock %}

{% block plugin_citations %}

Preprocessing techniques for removing artifacts in synchrotron-based tomographic images by Vo, Nghia T et al.

Bibtex

@inproceedings{vo2019preprocessing,
  title={Preprocessing techniques for removing artifacts in synchrotron-based tomographic images},
  author={Vo, Nghia T and Atwood, Robert C and Drakopoulos, Michael},
  booktitle={Developments in X-Ray Tomography XII},
  volume={11113},
  pages={111131I},
  year={2019},
  organization={International Society for Optics and Photonics}
  publisher = {SPIE},
  pages = {309 -- 328},
  year = {2019},
  doi = {10.1117/12.2530324},
  URL = {https://doi.org/10.1117/12.2530324}
}

Endnote

%0 Conference Proceedings
%T Preprocessing techniques for removing artifacts in synchrotron-based tomographic images
%A Vo, Nghia T
%A Atwood, Robert C
%A Drakopoulos, Michael
%B Developments in X-Ray Tomography XII
%V 11113
%P 111131I
%D 2019
%I International Society for Optics and Photonics

{% endblock %}

{% block plugin_file %}../../../plugin_api/plugins.corrections.mtf_deconvolution.rst{% endblock %}