Ignore:
Timestamp:
Apr 13, 2010, 10:37:08 AM (14 years ago)
Author:
sommeria
Message:

several bug repairs:
option movie backward introduced for uvmat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imadoc2struct.m

    r71 r81  
    2121s.TimeUnit=[]; %default
    2222s.GeometryCalib=[];
    23 % nom_type_ima=[];%default
    24 % ext_ima=[];%default
    25 % abs_time=[];%initiation
    26 % GeometryCalib.CoordUnit='cm';%default
    27 % mode=[]; %default
    28 % NbSlice=1;%default
    29 % npx=[];%default
    30 % npy=[];%default
    31 % GeometryCalib.Pxcmx=1;
    32 % GeometryCalib.Pxcmy=1;
    33 % GeometryCalib=[];
    34 % NbDtj=1;
    3523tsai=[];%default
    36 % if ~exist('testime','var')
    37 %     testime=1;%default
    3824
    3925if exist(ImaDoc,'file')~=2, errormsg=[ ImaDoc ' does not exist']; return;end;%input file does not exist
     
    121107        end
    122108    end
    123     if size(s.Time,1)==1
    124         s.Time=(s.Time)'; %change vector into column
    125     end
     109%     if size(s.Time,1)==1
     110%         s.Time=(s.Time)'; %change vector into column
     111%     end
    126112end
    127113
Note: See TracChangeset for help on using the changeset viewer.