Changeset 645 for trunk/src/series/civ_series.m
- Timestamp:
- May 28, 2013, 11:30:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r637 r645 55 55 Data.Mask='off';%can use mask option (option 'off'/'on', 'off' by default) 56 56 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) 57 58 filecell=get_file_series(Param);%check existence of the first input file 58 59 if ~exist(filecell{1,1},'file') … … 89 90 [filecell,i_series,tild,j_series]=get_file_series(Param); 90 91 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') 92 93 return 93 94 else … … 1003 1004 end 1004 1005 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.