UNPKG

biswebnode

Version:

A node.js implementation of BioImage Suite Web command line tools in Javascript and WebAssembly

86 lines (83 loc) 2.73 kB
<?xml version="1.0" encoding="utf-8"?> <executable> <category>BisWEB</category> <title>Transform Electrode Grids</title> <description>Transform electrode grids</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 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> <file> <name>Grid to Map</name> <label>Grid to Map</label> <description>Input Electrode Grid</description> <longflag>--input</longflag> <channel>input</channel> </file> <image fileExtensions=".nii.gz,.nii"> <name>Reference Image</name> <label>Reference Image</label> <description>Load the patient preop MRI image</description> <longflag>--reference</longflag> <channel>input</channel> </image> <file> <name>Reslice Transform</name> <label>Reslice Transform</label> <description>Load the transformation used to map the electrodes</description> <longflag>--xform</longflag> <channel>input</channel> </file> <file> <name>Transformation 2</name> <label>Transformation 2</label> <description>The second transformation to combine with first</description> <longflag>--xform2</longflag> <channel>input</channel> </file> <file> <name>Transformation 3</name> <label>Transformation 3</label> <description>The third transformation to combine with first and second</description> <longflag>--xform3</longflag> <channel>input</channel> </file> </parameters> <parameters> <label>Outputs</label> <description>Output Objects</description> <file> <name>Output Grid</name> <label>Output Grid</label> <description>Save the mapped grid</description> <longflag>--output</longflag> <channel>output</channel> </file> </parameters> </executable>