Changeset 1178 for trunk/src/imadoc2struct.m
- Timestamp:
- Mar 21, 2025, 10:17:07 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imadoc2struct.m
r1150 r1178 40 40 %% opening the xml file 41 41 [tild,tild,FileExt]=fileparts(ImaDoc); 42 %% case of .civ files (obsolete)43 if strcmp(FileExt,'.civ')44 [errormsg,time,TimeUnit,mode,npx,npy,s.GeometryCalib]=read_imatext(ImaDoc);45 return46 end47 42 48 %% case of xml files49 43 if nargin ==1 50 44 [s,Heading,errormsg]=xml2struct(ImaDoc);% convert the whole xml file in a structure s
Note: See TracChangeset
for help on using the changeset viewer.