biswebnode
Version:
A node.js implementation of BioImage Suite Web command line tools in Javascript and WebAssembly
79 lines (76 loc) • 2.68 kB
text/xml
<executable>
<category>BisWEB</category>
<title>Reorient Image</title>
<description>This algorithm reorients an image to a fixed orientation. The letters refer to the direction towards the individual axes are increasing. RAS, for example, means an image where the first axis goes from left-to-Right, the second axis from posterior-to-Anterior and the third axis from inferior-to-Superior</description>
<version>1.3.0b2</version>
<documentation-url>https://bioimagesuiteweb.github.io/bisweb-manual</documentation-url>
<license>GPL v2</license>
<contributor>Xenios Papademetris</contributor>
<acknowledgements>Funding for this work was provided by the NIH Brain Initiative under grant R24 MH114805.</acknowledgements>
<parameters>
<label>Standard</label>
<description>Standard Parameters</description>
<string-enumeration>
<name>Orientation</name>
<label>Orientation</label>
<description>Output image orientation</description>
<longflag>--orient</longflag>
<default>RAS</default>
<element>RAS</element>
<element>LPS</element>
<element>LAS</element>
</string-enumeration>
</parameters>
<parameters advanced="true">
<label>Advanced</label>
<description>Advanced Parameters</description>
<string-enumeration>
<name>Debug</name>
<label>Debug</label>
<description>Toggles debug logging</description>
<longflag>--debug</longflag>
<default>false</default>
<element>true</element>
<element>false</element>
</string-enumeration>
<string-enumeration>
<name>SlicerProgress</name>
<label>SlicerProgress</label>
<description>Enables progress xml outputs for Slicer</description>
<longflag>--slicerprogress</longflag>
<default>true</default>
<element>true</element>
<element>false</element>
</string-enumeration>
</parameters>
<parameters>
<label>Inputs</label>
<description>Input Objects</description>
<image fileExtensions=".nii.gz,.nii">
<name>Input Image</name>
<label>Input Image</label>
<description>input</description>
<longflag>--input</longflag>
<channel>input</channel>
</image>
</parameters>
<parameters>
<label>Outputs</label>
<description>Output Objects</description>
<image fileExtensions=".nii.gz,.nii">
<name>Output Image</name>
<label>Output Image</label>
<description>The output image filename</description>
<longflag>--output</longflag>
<channel>output</channel>
</image>
<file>
<name>Results</name>
<label>Results</label>
<description>log file</description>
<longflag>--logoutput</longflag>
<channel>output</channel>
</file>
</parameters>
</executable>