Changeset 569 for trunk/src/set_object.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/set_object.m

    r546 r569  
    504504            hhview_field=guidata(hview_field);
    505505            [PlotType,PlotParam]=plot_field(ProjData,hhview_field.PlotAxes,read_GUI(hview_field));%update an existing  plot in view_field
    506             write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object
     506            errormsg=fill_GUI(PlotParam,hhview_field);
     507            if ~isempty(errormsg)
     508                msgbox_uvmat('ERROR',errormsg)
     509                return
     510            end
     511       %     write_plot_param(hhview_field,PlotParam); %update the display of plotting parameters for the current object
    507512        end
    508513        haxes=findobj(hview_field,'tag','axes3');
Note: See TracChangeset for help on using the changeset viewer.