Ignore:
Timestamp:
May 28, 2013, 11:30:28 PM (11 years ago)
Author:
sommeria
Message:

various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_series.m

    r637 r645  
    5555    Data.Mask='off';%can use mask option   (option 'off'/'on', 'off' by default)
    5656    Data.OutputDirExt='.civ';%set the output dir extension
     57    Data.OutputFileMode='NbInput_i';% one output file expected per value of i index (used for waitbar)
    5758    filecell=get_file_series(Param);%check existence of the first input file
    5859    if ~exist(filecell{1,1},'file')
     
    8990    [filecell,i_series,tild,j_series]=get_file_series(Param);
    9091    if ~exist(filecell{1,1},'file')
    91         displ('ERROR: the first input file does not exist')
     92        displ_uvmat('ERROR',' the first input file does not exist')
    9293        return
    9394    else
     
    10031004end
    10041005
    1005 %     if length(indsel)>=1
    1006 %         firstind=indsel(1);
    1007 %         lastind=indsel(end);
    1008 %         set(handles.first_j,'String',num2str(ref_j(firstind)))%update the display of first and last fields
    1009 %         set(handles.last_j,'String',num2str(ref_j(lastind)))
    1010 %         ref_j=ref_j(indsel);
    1011 %         j1_civ1=j1_civ1(indsel);
    1012 %         j2_civ1=j2_civ1(indsel);
    1013 %         j1_civ2=j1_civ2(indsel);
    1014 %         j2_civ2=j2_civ2(indsel);
    1015 %     end
    1016 % elseif isequal(mode,'pair j1-j2') %case of bursts (png_old or png_2D)
    1017 %     displ_num=get(handles.ListPairCiv1,'UserData');
    1018 %     i1_civ1=ref_i;
    1019 %     i2_civ1=ref_i;
    1020 %     j1_civ1=displ_num(1,index_civ1);
    1021 %     j2_civ1=displ_num(2,index_civ1);
    1022 %     i1_civ2=ref_i;
    1023 %     i2_civ2=ref_i;
    1024 %     j1_civ2=displ_num(1,index_civ2);
    1025 %     j2_civ2=displ_num(2,index_civ2);
    1026 % elseif isequal(mode,'displacement')
    1027 %     i1_civ1=ref_i;
    1028 %     i2_civ1=ref_i;
    1029 %     j1_civ1=ref_j;
    1030 %     j2_civ1=ref_j;
    1031 %     i1_civ2=ref_i;
    1032 %     i2_civ2=ref_i;
    1033 %     j1_civ2=ref_j;
    1034 %     j2_civ2=ref_j;
    1035 % end
    1036 
    1037 
    1038 
    1039 
     1006
     1007
     1008
Note: See TracChangeset for help on using the changeset viewer.