Changeset 100 for trunk/src/civ.m


Ignore:
Timestamp:
Jun 8, 2010, 8:19:10 PM (14 years ago)
Author:
sommeria
Message:

nc2struct.m: convert variables to double after reading (civ gives single)
series.m: prob of initialisation solved
civ.m: gestion of button 'experimental' for new patch

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src

    • Property svn:ignore
      •  

        old new  
         1@xmltree
         2PARAM.xml
        13PARAM_WIN.xml
         4XML_SCHEMAS
         5bin
         6toolbox_calib
         7uvmat_doc
  • trunk/src/civ.m

    r97 r100  
    21372137    end
    21382138end
    2139 test_interp=get(handles.test_interp,'Value');
    2140 if ~test_interp && isfield(sparam,'PatchBin')
     2139%test_interp=get(handles.test_interp,'Value');
     2140test_interp=0;
     2141if  isfield(sparam,'PatchBin')
    21412142    if ~exist(sparam.PatchBin,'file')
    21422143         sparam.PatchBin=fullfile(path_UVMAT,sparam.PatchBin);
    21432144    end
    21442145end
    2145 if test_interp && isfield(sparam,'PatchNewBin')
    2146     if ~exist(sparam.PatchNewBin,'file')
    2147          sparam.PatchNewBin=fullfile(path_UVMAT,sparam.PatchNewBin);
    2148     end
    2149 end
     2146% if test_interp && isfield(sparam,'PatchNewBin')
     2147%     if ~exist(sparam.PatchNewBin,'file')
     2148%          sparam.PatchNewBin=fullfile(path_UVMAT,sparam.PatchNewBin);
     2149%     end
     2150% end
    21502151if isfield(sparam,'FixBin')
    21512152%     fixBin=sparam.FixBin;
     
    45034504set(handles.nx_patch1_title,'Visible','on')
    45044505set(handles.ny_patch1_title,'Visible','on')
    4505 if ~isempty(patch_newBin)
    4506     set(handles.test_interp,'Visible','on');
    4507 end
     4506% if ~isempty(patch_newBin)
     4507%     set(handles.test_interp,'Visible','on');
     4508% end
    45084509set(handles.get_gridpatch1,'Visible','on')
    45094510set(handles.grid_patch1,'string','none');
     
    45244525set(handles.nx_patch1_title,'Visible','off')
    45254526set(handles.ny_patch1_title,'Visible','off')
    4526 set(handles.test_interp,'Visible','off')
     4527%set(handles.test_interp,'Visible','off')
    45274528set(handles.get_gridpatch1,'Visible','off')
    45284529set(handles.grid_patch1,'Visible','off')
Note: See TracChangeset for help on using the changeset viewer.