Changeset 569 for trunk/src/view_field.m


Ignore:
Timestamp:
Feb 19, 2013, 7:19:07 PM (11 years ago)
Author:
sommeria
Message:

many corrections; introduction of browse_data to scan the whole set of data, used also to replicate data in calibration mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r544 r569  
    8383        set(handles.Vectors,'Visible','on')
    8484    end
    85     write_plot_param(handles,PlotParamOut);% update the display of the plotting parameters
     85    errormsg=fill_GUI(PlotParamOut,handles);
     86    if ~isempty(errormsg)
     87        msgbox_uvmat('ERROR',errormsg)
     88        return
     89    end
     90    %write_plot_param(handles,PlotParamOut);% update the display of the plotting parameters
    8691end
    8792
     
    775780PlotParam=read_GUI(handles.view_field);
    776781[PP,PlotParamOut]= plot_field(AxeData,handles.PlotAxes,PlotParam);
    777 write_plot_param(handles,PlotParamOut); %update the auto plot parameters
     782errormsg=fill_GUI(PlotParamOut,handles);
     783    if ~isempty(errormsg)
     784        msgbox_uvmat('ERROR',errormsg)
     785        return
     786    end
     787%write_plot_param(handles,PlotParamOut); %update the auto plot parameters
    778788
    779789%------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.