Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.83 KB

poly_background_estimator.rst

File metadata and controls

55 lines (43 loc) · 1.83 KB

{% extends "plugin_template.rst" %}

{% block title %}Poly Background Estimator{% endblock %}

{% block description %} This plugin uses peakutils to find peaks in spectra. This is then metadata. {% 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: Create a list of the dataset(s). default: "['Peaks']"

n:

visibility: basic dtype: int description: max number of polys. default: "2"

MaxIterations:

visibility: intermediate dtype: int description: max number of iterations. default: "12"

weights:

visibility: intermediate dtype: "[int, str, float, list]" description: weightings to apply. default: 1/data

pvalue:

visibility: intermediate dtype: float description: Ratio of variance between successive poly iterations. default: "0.9"

{% endblock %}

{% block plugin_citations %}

No citations

{% endblock %}

{% block plugin_file %}../../../plugin_api/plugins.filters.poly_background_estimator.rst{% endblock %}