Ignore:
Timestamp:
Mar 21, 2025, 10:17:07 AM (4 weeks ago)
Author:
sommeria
Message:

virtual frame indexing introduced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imadoc2struct.m

    r1150 r1178  
    4040%% opening the xml file
    4141[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     return
    46 end
    4742
    48 %% case of xml files
    4943if nargin ==1
    5044    [s,Heading,errormsg]=xml2struct(ImaDoc);% convert the whole xml file in a structure s
Note: See TracChangeset for help on using the changeset viewer.