You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!group || (ps->OpenTags.top() != "parameters"))
519
+
{
520
+
std::string error("ModuleDescriptionParser Error: <" + name + "> can only be used inside <parameters> but was found inside <" + ps->OpenTags.top() + ">");
std::string error("ModuleDescriptionParser Error: \"" + std::string(attrs[2*attr+1]) + "\" is not a valid argument for the attribute \"multiple\". Only \"true\" and \"false\" are accepted.");
std::string error("ModuleDescriptionParser Error: \"" + std::string(attrs[2*attr+1]) + "\" is not a valid coordinate system. Only \"ijk\", \"lps\" and \"ras\" are accepted.");
std::string error("ModuleDescriptionParser Error: \"" + std::string(attrs[2*attr]) + "\" is not a valid attribute for \"" + name + "\". Only \"multiple\" and \"fileExtensions\" are accepted.");
<description><![CDATA[Shows point and pointfiles.]]></description>
6
+
<version>0.1.0.$Revision$(alpha)</version>
7
+
<license/>
8
+
<contributor>Nicole Aucoin (BWH)</contributor>
9
+
<acknowledgements><![CDATA[This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.]]></acknowledgements>
10
+
<parameters>
11
+
<label>Fiducial Input Parameters</label>
12
+
<description><![CDATA[Parameters that describe input fidicuals.]]></description>
13
+
<pointmultiple="true"coordinateSystem="ras">
14
+
<name>seed</name>
15
+
<label>Seeds</label>
16
+
<longflag>--seed</longflag>
17
+
<description><![CDATA[Lists of points in the CLI correspond to slicer fiducial lists]]></description>
0 commit comments