Changeset 81 for trunk/src/imadoc2struct.m
- Timestamp:
- Apr 13, 2010, 10:37:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imadoc2struct.m
r71 r81 21 21 s.TimeUnit=[]; %default 22 22 s.GeometryCalib=[]; 23 % nom_type_ima=[];%default24 % ext_ima=[];%default25 % abs_time=[];%initiation26 % GeometryCalib.CoordUnit='cm';%default27 % mode=[]; %default28 % NbSlice=1;%default29 % npx=[];%default30 % npy=[];%default31 % GeometryCalib.Pxcmx=1;32 % GeometryCalib.Pxcmy=1;33 % GeometryCalib=[];34 % NbDtj=1;35 23 tsai=[];%default 36 % if ~exist('testime','var')37 % testime=1;%default38 24 39 25 if exist(ImaDoc,'file')~=2, errormsg=[ ImaDoc ' does not exist']; return;end;%input file does not exist … … 121 107 end 122 108 end 123 if size(s.Time,1)==1124 s.Time=(s.Time)'; %change vector into column125 end109 % if size(s.Time,1)==1 110 % s.Time=(s.Time)'; %change vector into column 111 % end 126 112 end 127 113
Note: See TracChangeset
for help on using the changeset viewer.