Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.39 KB

File metadata and controls

47 lines (36 loc) · 1.39 KB

{% extends "plugin_template.rst" %}

{% block title %}Stage Motion{% endblock %}

{% block description %} A Plugin to calculate stage motion from motion positions. {% endblock %}

{% block parameter_yaml %}

in_datasets:

visibility: datasets dtype: "[list[],list[str]]" description: Create a list of the dataset(s) default: "['pmean']"

out_datasets:

visibility: datasets dtype: "[list[],list[str]]" description: Create a list of the dataset(s) default: "['qmean']"

use_min_max:

visibility: intermediate dtype: bool description: Also use the min and max datasets including all combinations of min, mean and max. default: "False"

extra_in_datasets:

visibility: intermediate dtype: list description: The extra datasets to use as input for min and max. default: "['pmin', 'pmax']"

extra_out_datasets:

visibility: intermediate dtype: list description: The extra datasets to use as output for min and max. default: "['qmin', 'qmax']"

{% endblock %}

{% block plugin_citations %}

No citations

{% endblock %}

{% block plugin_file %}../../../plugin_api/plugins.kinematics.stage_motion.rst{% endblock %}