Changeset 709 for trunk/src/uvmat.m


Ignore:
Timestamp:
Feb 16, 2014, 9:09:13 AM (10 years ago)
Author:
sommeria
Message:

improve check svn with command "&"
improve import config in series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r706 r709  
    18701870    if isequal(FieldName,'image')
    18711871        index=2;
    1872         [RootPath,tild,RootFile,FileIndex_1,Ext,NomType]=read_file_boxes_1(handles);
     1872        [RootPath,SubDir,RootFile,FileIndex_1,Ext,NomType]=read_file_boxes_1(handles);% get info from the second input line
    18731873    else
    18741874        msgbox_uvmat('ERROR','an image or movie must be first introduced as input')
     
    19091909if isempty(num_i2)
    19101910    num_i2=num_i1;%repeat the index i1 by default
     1911end
     1912if isempty(num_j1)
     1913    num_j1=1;
     1914end
     1915if isempty(num_j2)
     1916    num_j2=num_j1;%repeat the index i1 by default
    19111917end
    19121918imaname_1=fullfile_uvmat(RootPath,SubDir,RootFile,Ext,NomType,num_i2,[],num_j2);
Note: See TracChangeset for help on using the changeset viewer.