0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 function PlotHandles=get_plot_handles(handles)
0012 PlotHandles.auto_xy=handles.auto_xy;
0013
0014 PlotHandles.MaxA=handles.MaxA;
0015 PlotHandles.MinA=handles.MinA;
0016 PlotHandles.AutoScal=handles.AutoScal;
0017 PlotHandles.BW=handles.BW;
0018 PlotHandles.Contours=handles.Contours;
0019 PlotHandles.IncrA=handles.IncrA;
0020 PlotHandles.SCALAR_title=handles.SCALAR_title;
0021 PlotHandles.min_title=handles.min_title;
0022 PlotHandles.max_title=handles.max_title;
0023 PlotHandles.frame_scal=handles.frame_scal;
0024 PlotHandles.npx=handles.npx;
0025 PlotHandles.npy=handles.npy;
0026 PlotHandles.npx_title=handles.npx_title;
0027 PlotHandles.npy_title=handles.npy_title;
0028
0029
0030 PlotHandles.frame_vect=handles.frame_vect;
0031 PlotHandles.VECT_title=handles.VECT_title;
0032 PlotHandles.VecScale=handles.VecScale;
0033 PlotHandles.AutoVec=handles.AutoVec;
0034 PlotHandles.HideFalse=handles.HideFalse;
0035 PlotHandles.HideWarning=handles.HideWarning;
0036 PlotHandles.record=handles.record;
0037 PlotHandles.col_vec=handles.col_vec;
0038 PlotHandles.Color_title=handles.Color_title;
0039 PlotHandles.color_code=handles.color_code;
0040 PlotHandles.colcode1=handles.colcode1;
0041 PlotHandles.colcode2=handles.colcode2;
0042 PlotHandles.vec_col_bar=handles.vec_col_bar;
0043 PlotHandles.slider1=handles.slider1;
0044 PlotHandles.slider2=handles.slider2;
0045 PlotHandles.max_vec=handles.max_vec;
0046 PlotHandles.min_vec=handles.min_vec;
0047 PlotHandles.scale_title=handles.scale_title;
0048 PlotHandles.AutoVecColor=handles.AutoVecColor;
0049 PlotHandles.decimate4=handles.decimate4;
0050 PlotHandles.min_C_title=handles.min_C_title;
0051 PlotHandles.max_C_title=handles.max_C_title;
0052 PlotHandles.MenuVectors=handles.MenuVectors;
0053 PlotHandles.MenuEditVectors=handles.MenuEditVectors;
0054 PlotHandles.edit_vect=handles.edit_vect;
0055
0056
0057
0058
0059 PlotHandles.mouse_coord=handles.mouse_coord;
0060
0061
0062
0063
0064 PlotHandles.cal=handles.cal;
0065
0066 PlotHandles.edit=handles.edit;
0067 PlotHandles.text_display_1=handles.text_display_1;
0068 PlotHandles.text_display_2=handles.text_display_2;
0069 PlotHandles.text_display_3=handles.text_display_3;
0070 PlotHandles.text_display_4=handles.text_display_4;
0071
0072
0073 PlotHandles.zoom=handles.zoom;