Difference between revisions of "2011 Winter Project Week:SEMXMLSchema"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2011.png|Projects List </gallery> ==Key Investigators== * UIowa: Hans Johnson * GE: Jim Miller * Tim Olsen …') |
|||
Line 20: | Line 20: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
+ | |||
+ | Define what '''should''' be valid SEM XML. The current SEM parser and Slicer CommandLineModule may currently only support a subset of the ultimate specification. | ||
+ | |||
+ | * Use XML tools to grok a schema from current SEM XML files. | ||
+ | * Use this schema as a guide to identify what the SEM schema '''should''' be | ||
+ | * Update the SEM XML parser | ||
+ | * Update the CommandLineModule in Slicer | ||
</div> | </div> |
Revision as of 14:22, 5 January 2011
Home < 2011 Winter Project Week:SEMXMLSchemaKey Investigators
- UIowa: Hans Johnson
- GE: Jim Miller
- Tim Olsen
Objective
Create a formal schema for the SEM xml so that eternal tools (i.e. nipype) can validate the xml
Approach, Plan
Define what should be valid SEM XML. The current SEM parser and Slicer CommandLineModule may currently only support a subset of the ultimate specification.
- Use XML tools to grok a schema from current SEM XML files.
- Use this schema as a guide to identify what the SEM schema should be
- Update the SEM XML parser
- Update the CommandLineModule in Slicer
Progress