Changeset 512 for trunk/src/civ.m
- Timestamp:
- Aug 3, 2012, 2:50:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r506 r512 533 533 else 534 534 set(handles.ImaDoc,'String',''); %xml file not used for timing 535 time=(i1_series(:,1)+0:size(i1_series, 1)-1);% time=index i535 time=(i1_series(:,1)+0:size(i1_series,3)-1);% time=index i 536 536 time=time'*ones(1,size(i1_series,2),1); %makes a time matrix with the same time for all j indices 537 537 TimeUnit='frame'; … … 2533 2533 % the root name and indices may be corrected by including the first index i1 if a corresponding xml file exists 2534 2534 [RootPath,SubDir,RootFile_1,i1_series,i2_series,j1_series,j2_series,nom_type_1,FileType,Object,i1,i2,j1,j2]=find_file_series(FilePath,[FileName Ext]); 2535 2536 % [tild,tild,RootFile_1,tild,tild,tild,tild,tild,nom_type_1]=fileparts_uvmat(fileinput); 2537 %[RootFile_1,i1_series,tild,j1_series,tild,nom_type_1,FileType,Object]=find_file_series(PathName,FileName); 2535 2538 2536 %check image nom type 2539 2537 if ~strcmp(nom_type_1,get(handles.NomType,'String'))
Note: See TracChangeset
for help on using the changeset viewer.