Ignore:
Timestamp:
Jan 26, 2015, 7:43:23 PM (9 years ago)
Author:
sommeria
Message:

bugs_corrected

File:
1 edited

Legend:

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

    r856 r858  
    18881888     Param=rmfield(Param,'OutputSubDir'); %remove output file option from civ_series
    18891889     Param.ActionInput.Civ2.SmoothParam=0;% launch Civ2 with no data point (to get the image names for A and B)
     1890     set(handles.Civ1,'BackgroundColor',[1 1 0])
    18901891     [Data,errormsg]=civ_series(Param);% get the civ1+fix1 results
    18911892     
     
    19041905    hview_field=view_field(ImageData); %view the image in the GUI view_field
    19051906    set(0,'CurrentFigure',hview_field)
     1907    % plot the boundaries of the subdomains used for patch
    19061908    RectCentre=squeeze(mean(Data.Civ1_SubRange,2));
    19071909    for isub=1:size(Data.Civ1_SubRange,3);
     
    19121914        rectangle('Position',[pos_x pos_y width height],'EdgeColor',[0 0 1])
    19131915    end
    1914     hhview_field=guihandles(hview_field);
     1916    hhview_field=guihandles(hview_field);%
    19151917    set(hview_field,'CurrentAxes',hhview_field.PlotAxes)
    1916     ViewData=get(hview_field,'UserData');
     1918    %ViewData=get(hview_field,'UserData');
     1919    % store info in the UserData of view-field
    19171920    ViewData.CivHandle=handles.civ_input;% indicate the handle of the civ GUI in view_field
    19181921    ViewData.PlotAxes.B=imread(Data.Civ2_ImageB);%store the second image in the UserData of the GUI view_field
     
    19271930    ViewData.PlotAxes.Civ1_V_tps=Data.Civ1_V_tps;
    19281931    ViewData.PlotAxes.Civ1_Dt=Data.Civ1_Dt;
     1932    ViewData.PlotAxes.Civ2_Dt=Data.Civ2_Dt;
    19291933    set(hview_field,'UserData',ViewData)% store the info in the UserData of image view_field
    19301934   
Note: See TracChangeset for help on using the changeset viewer.