Changeset 27 for 1dwg/trunk/IgorPro/cansasXML.ipf
- Timestamp:
- Apr 28, 2008 5:32:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
1dwg/trunk/IgorPro/cansasXML.ipf
r22 r27 313 313 collimationPath = CS_correctedXpathStr(SAScollimationList[i]) 314 314 CS_appendMetaData("collimation_name"+suffix, collimationPath+CS_XPath_NS("/@name"), "") 315 CS_appendMetaData("collimation_ distance"+suffix, collimationPath+CS_XPath_NS("/distance"), "")316 CS_appendMetaData("collimation_ distance_unit"+suffix, collimationPath+CS_XPath_NS("/distance/@unit"), "")315 CS_appendMetaData("collimation_length"+suffix, collimationPath+CS_XPath_NS("/length"), "") 316 CS_appendMetaData("collimation_length_unit"+suffix, collimationPath+CS_XPath_NS("/length/@unit"), "") 317 317 CS_appendMetaData("collimation_aperture_name"+suffix, collimationPath+CS_XPath_NS("/aperture/@name"), "") 318 318 CS_appendMetaData("collimation_aperture_type"+suffix, collimationPath+CS_XPath_NS("/aperture/type"), "")
Note: See TracChangeset
for help on using the changeset viewer.