Changeset 512 for trunk/src/civ.m


Ignore:
Timestamp:
Aug 3, 2012, 2:50:24 PM (12 years ago)
Author:
sommeria
Message:

various cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r506 r512  
    533533else
    534534    set(handles.ImaDoc,'String',''); %xml file not used for timing
    535     time=(i1_series(:,1)+0:size(i1_series,1)-1);% time=index i
     535    time=(i1_series(:,1)+0:size(i1_series,3)-1);% time=index i
    536536    time=time'*ones(1,size(i1_series,2),1); %makes a time matrix with the same time for all j indices
    537537    TimeUnit='frame';
     
    25332533% the root name and indices may be corrected by including the first index i1 if a corresponding xml file exists
    25342534[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
    25382536        %check image nom type
    25392537        if ~strcmp(nom_type_1,get(handles.NomType,'String'))
Note: See TracChangeset for help on using the changeset viewer.