Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 732 Bytes

File metadata and controls

29 lines (21 loc) · 732 Bytes

{% extends "plugin_template.rst" %}

{% block title %}Nxmonitor Loader{% endblock %}

{% block description %} A class to load tomography data from an NXmonitor file {% endblock %}

{% block parameter_yaml %}

preview:

visibility: basic dtype: preview description: A slice list of required frames. default: "[]"

name:

visibility: basic dtype: str description: The name assigned to the dataset. default: monitor

{% endblock %}

{% block plugin_citations %}

No citations

{% endblock %}

{% block plugin_file %}../../../../plugin_api/plugins.loaders.mapping_loaders.nxmonitor_loader.rst{% endblock %}