Changeset 292 for trunk/src/view_field.m


Ignore:
Timestamp:
Nov 21, 2011, 11:12:06 AM (12 years ago)
Author:
sommeria
Message:

GUI civ patch2 corrected (SmoothingParam?).
uvmatand view_field updated with panels.
read_plot_param removed (replaced by the mostgeneral read_GUI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/view_field.m

    r231 r292  
    100100
    101101if isfield(PlotParamOut,'Vectors')
    102     set(handles.VECT_title,'Visible','on')
     102    set(handles.Vectors,'Visible','on')
    103103end
    104104write_plot_param(handles,PlotParamOut);% update the display of the plotting parameters
     
    696696ProjField=ViewFieldData.axes3;
    697697%ProjField=get(haxes,'UserData');
    698 PlotParam=read_plot_param(handles);
     698PlotParam=read_GUI(handles.view_field);
    699699[PlotType,PlotParamOut]= plot_field(ProjField,haxes,PlotParam,1);
    700700write_plot_param(handles,PlotParamOut); %update the auto plot parameters
     
    741741
    742742
     743
     744
     745% --- Executes on button press in CheckZoom.
     746function CheckZoom_Callback(hObject, eventdata, handles)
     747% hObject    handle to CheckZoom (see GCBO)
     748% eventdata  reserved - to be defined in a future version of MATLAB
     749% handles    structure with handles and user data (see GUIDATA)
     750
     751% Hint: get(hObject,'Value') returns toggle state of CheckZoom
     752
     753
     754% --- Executes on button press in CheckFixLimits.
     755function CheckFixLimits_Callback(hObject, eventdata, handles)
     756% hObject    handle to CheckFixLimits (see GCBO)
     757% eventdata  reserved - to be defined in a future version of MATLAB
     758% handles    structure with handles and user data (see GUIDATA)
     759
     760% Hint: get(hObject,'Value') returns toggle state of CheckFixLimits
     761
     762
     763
     764function num_MinY_Callback(hObject, eventdata, handles)
     765% hObject    handle to num_MinY (see GCBO)
     766% eventdata  reserved - to be defined in a future version of MATLAB
     767% handles    structure with handles and user data (see GUIDATA)
     768
     769% Hints: get(hObject,'String') returns contents of num_MinY as text
     770%        str2double(get(hObject,'String')) returns contents of num_MinY as a double
     771
     772
     773% --- Executes during object creation, after setting all properties.
     774function num_MinY_CreateFcn(hObject, eventdata, handles)
     775% hObject    handle to num_MinY (see GCBO)
     776% eventdata  reserved - to be defined in a future version of MATLAB
     777% handles    empty - handles not created until after all CreateFcns called
     778
     779% Hint: edit controls usually have a white background on Windows.
     780%       See ISPC and COMPUTER.
     781if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     782    set(hObject,'BackgroundColor','white');
     783end
     784
     785
     786
     787function num_MaxY_Callback(hObject, eventdata, handles)
     788% hObject    handle to num_MaxY (see GCBO)
     789% eventdata  reserved - to be defined in a future version of MATLAB
     790% handles    structure with handles and user data (see GUIDATA)
     791
     792% Hints: get(hObject,'String') returns contents of num_MaxY as text
     793%        str2double(get(hObject,'String')) returns contents of num_MaxY as a double
     794
     795
     796% --- Executes on button press in CheckFixEqual.
     797function CheckFixEqual_Callback(hObject, eventdata, handles)
     798% hObject    handle to CheckFixEqual (see GCBO)
     799% eventdata  reserved - to be defined in a future version of MATLAB
     800% handles    structure with handles and user data (see GUIDATA)
     801
     802% Hint: get(hObject,'Value') returns toggle state of CheckFixEqual
     803
     804
     805
     806function num_MinX_Callback(hObject, eventdata, handles)
     807% hObject    handle to num_MinX (see GCBO)
     808% eventdata  reserved - to be defined in a future version of MATLAB
     809% handles    structure with handles and user data (see GUIDATA)
     810
     811% Hints: get(hObject,'String') returns contents of num_MinX as text
     812%        str2double(get(hObject,'String')) returns contents of num_MinX as a double
     813
     814
     815
     816function num_MaxX_Callback(hObject, eventdata, handles)
     817% hObject    handle to num_MaxX (see GCBO)
     818% eventdata  reserved - to be defined in a future version of MATLAB
     819% handles    structure with handles and user data (see GUIDATA)
     820
     821% Hints: get(hObject,'String') returns contents of num_MaxX as text
     822%        str2double(get(hObject,'String')) returns contents of num_MaxX as a double
     823
     824
     825% --- Executes on selection change in ListContour.
     826function ListContour_Callback(hObject, eventdata, handles)
     827% hObject    handle to ListContour (see GCBO)
     828% eventdata  reserved - to be defined in a future version of MATLAB
     829% handles    structure with handles and user data (see GUIDATA)
     830
     831% Hints: contents = cellstr(get(hObject,'String')) returns ListContour contents as cell array
     832%        contents{get(hObject,'Value')} returns selected item from ListContour
     833
     834
     835% --- Executes on button press in checkbox49.
     836function checkbox49_Callback(hObject, eventdata, handles)
     837% hObject    handle to checkbox49 (see GCBO)
     838% eventdata  reserved - to be defined in a future version of MATLAB
     839% handles    structure with handles and user data (see GUIDATA)
     840
     841% Hint: get(hObject,'Value') returns toggle state of checkbox49
     842
     843
     844
     845function num_MaxA_Callback(hObject, eventdata, handles)
     846% hObject    handle to num_MaxA (see GCBO)
     847% eventdata  reserved - to be defined in a future version of MATLAB
     848% handles    structure with handles and user data (see GUIDATA)
     849
     850% Hints: get(hObject,'String') returns contents of num_MaxA as text
     851%        str2double(get(hObject,'String')) returns contents of num_MaxA as a double
     852
     853
     854% --- Executes during object creation, after setting all properties.
     855function num_MaxA_CreateFcn(hObject, eventdata, handles)
     856% hObject    handle to num_MaxA (see GCBO)
     857% eventdata  reserved - to be defined in a future version of MATLAB
     858% handles    empty - handles not created until after all CreateFcns called
     859
     860% Hint: edit controls usually have a white background on Windows.
     861%       See ISPC and COMPUTER.
     862if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     863    set(hObject,'BackgroundColor','white');
     864end
     865
     866
     867
     868function num_Npy_Callback(hObject, eventdata, handles)
     869% hObject    handle to num_Npy (see GCBO)
     870% eventdata  reserved - to be defined in a future version of MATLAB
     871% handles    structure with handles and user data (see GUIDATA)
     872
     873% Hints: get(hObject,'String') returns contents of num_Npy as text
     874%        str2double(get(hObject,'String')) returns contents of num_Npy as a double
     875
     876
     877% --- Executes during object creation, after setting all properties.
     878function num_Npy_CreateFcn(hObject, eventdata, handles)
     879% hObject    handle to num_Npy (see GCBO)
     880% eventdata  reserved - to be defined in a future version of MATLAB
     881% handles    empty - handles not created until after all CreateFcns called
     882
     883% Hint: edit controls usually have a white background on Windows.
     884%       See ISPC and COMPUTER.
     885if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     886    set(hObject,'BackgroundColor','white');
     887end
     888
     889
     890
     891function num_IncrA_Callback(hObject, eventdata, handles)
     892% hObject    handle to num_IncrA (see GCBO)
     893% eventdata  reserved - to be defined in a future version of MATLAB
     894% handles    structure with handles and user data (see GUIDATA)
     895
     896% Hints: get(hObject,'String') returns contents of num_IncrA as text
     897%        str2double(get(hObject,'String')) returns contents of num_IncrA as a double
     898
     899
     900% --- Executes on button press in CheckBW.
     901function CheckBW_Callback(hObject, eventdata, handles)
     902% hObject    handle to CheckBW (see GCBO)
     903% eventdata  reserved - to be defined in a future version of MATLAB
     904% handles    structure with handles and user data (see GUIDATA)
     905
     906% Hint: get(hObject,'Value') returns toggle state of CheckBW
     907
     908
     909
     910function num_MinA_Callback(hObject, eventdata, handles)
     911% hObject    handle to num_MinA (see GCBO)
     912% eventdata  reserved - to be defined in a future version of MATLAB
     913% handles    structure with handles and user data (see GUIDATA)
     914
     915% Hints: get(hObject,'String') returns contents of num_MinA as text
     916%        str2double(get(hObject,'String')) returns contents of num_MinA as a double
     917
     918
     919
     920function num_Npx_Callback(hObject, eventdata, handles)
     921% hObject    handle to num_Npx (see GCBO)
     922% eventdata  reserved - to be defined in a future version of MATLAB
     923% handles    structure with handles and user data (see GUIDATA)
     924
     925% Hints: get(hObject,'String') returns contents of num_Npx as text
     926%        str2double(get(hObject,'String')) returns contents of num_Npx as a double
     927
     928
     929% --- Executes on button press in CheckFixVectors.
     930function CheckFixVectors_Callback(hObject, eventdata, handles)
     931% hObject    handle to CheckFixVectors (see GCBO)
     932% eventdata  reserved - to be defined in a future version of MATLAB
     933% handles    structure with handles and user data (see GUIDATA)
     934
     935% Hint: get(hObject,'Value') returns toggle state of CheckFixVectors
     936
     937
     938
     939function num_VecScale_Callback(hObject, eventdata, handles)
     940% hObject    handle to num_VecScale (see GCBO)
     941% eventdata  reserved - to be defined in a future version of MATLAB
     942% handles    structure with handles and user data (see GUIDATA)
     943
     944% Hints: get(hObject,'String') returns contents of num_VecScale as text
     945%        str2double(get(hObject,'String')) returns contents of num_VecScale as a double
     946
     947
     948% --- Executes on selection change in ListColorCode.
     949function ListColorCode_Callback(hObject, eventdata, handles)
     950% hObject    handle to ListColorCode (see GCBO)
     951% eventdata  reserved - to be defined in a future version of MATLAB
     952% handles    structure with handles and user data (see GUIDATA)
     953
     954% Hints: contents = cellstr(get(hObject,'String')) returns ListColorCode contents as cell array
     955%        contents{get(hObject,'Value')} returns selected item from ListColorCode
     956
     957
     958% --- Executes on selection change in ListColorScalar.
     959function ListColorScalar_Callback(hObject, eventdata, handles)
     960% hObject    handle to ListColorScalar (see GCBO)
     961% eventdata  reserved - to be defined in a future version of MATLAB
     962% handles    structure with handles and user data (see GUIDATA)
     963
     964% Hints: contents = cellstr(get(hObject,'String')) returns ListColorScalar contents as cell array
     965%        contents{get(hObject,'Value')} returns selected item from ListColorScalar
     966
     967
     968% --- Executes on button press in vecColBar.
     969function vecColBar_Callback(hObject, eventdata, handles)
     970% hObject    handle to vecColBar (see GCBO)
     971% eventdata  reserved - to be defined in a future version of MATLAB
     972% handles    structure with handles and user data (see GUIDATA)
     973
     974
     975% --- Executes on slider movement.
     976function Slider1_Callback(hObject, eventdata, handles)
     977% hObject    handle to Slider1 (see GCBO)
     978% eventdata  reserved - to be defined in a future version of MATLAB
     979% handles    structure with handles and user data (see GUIDATA)
     980
     981% Hints: get(hObject,'Value') returns position of slider
     982%        get(hObject,'Min') and get(hObject,'Max') to determine range of slider
     983
     984
     985% --- Executes during object creation, after setting all properties.
     986function Slider1_CreateFcn(hObject, eventdata, handles)
     987% hObject    handle to Slider1 (see GCBO)
     988% eventdata  reserved - to be defined in a future version of MATLAB
     989% handles    empty - handles not created until after all CreateFcns called
     990
     991% Hint: slider controls usually have a light gray background.
     992if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     993    set(hObject,'BackgroundColor',[.9 .9 .9]);
     994end
     995
     996
     997% --- Executes on slider movement.
     998function Slider2_Callback(hObject, eventdata, handles)
     999% hObject    handle to Slider2 (see GCBO)
     1000% eventdata  reserved - to be defined in a future version of MATLAB
     1001% handles    structure with handles and user data (see GUIDATA)
     1002
     1003% Hints: get(hObject,'Value') returns position of slider
     1004%        get(hObject,'Min') and get(hObject,'Max') to determine range of slider
     1005
     1006
     1007% --- Executes during object creation, after setting all properties.
     1008function Slider2_CreateFcn(hObject, eventdata, handles)
     1009% hObject    handle to Slider2 (see GCBO)
     1010% eventdata  reserved - to be defined in a future version of MATLAB
     1011% handles    empty - handles not created until after all CreateFcns called
     1012
     1013% Hint: slider controls usually have a light gray background.
     1014if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     1015    set(hObject,'BackgroundColor',[.9 .9 .9]);
     1016end
     1017
     1018
     1019
     1020function num_ColCode1_Callback(hObject, eventdata, handles)
     1021% hObject    handle to num_ColCode1 (see GCBO)
     1022% eventdata  reserved - to be defined in a future version of MATLAB
     1023% handles    structure with handles and user data (see GUIDATA)
     1024
     1025% Hints: get(hObject,'String') returns contents of num_ColCode1 as text
     1026%        str2double(get(hObject,'String')) returns contents of num_ColCode1 as a double
     1027
     1028
     1029% --- Executes during object creation, after setting all properties.
     1030function num_ColCode1_CreateFcn(hObject, eventdata, handles)
     1031% hObject    handle to num_ColCode1 (see GCBO)
     1032% eventdata  reserved - to be defined in a future version of MATLAB
     1033% handles    empty - handles not created until after all CreateFcns called
     1034
     1035% Hint: edit controls usually have a white background on Windows.
     1036%       See ISPC and COMPUTER.
     1037if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     1038    set(hObject,'BackgroundColor','white');
     1039end
     1040
     1041
     1042
     1043function num_MaxVec_Callback(hObject, eventdata, handles)
     1044% hObject    handle to num_MaxVec (see GCBO)
     1045% eventdata  reserved - to be defined in a future version of MATLAB
     1046% handles    structure with handles and user data (see GUIDATA)
     1047
     1048% Hints: get(hObject,'String') returns contents of num_MaxVec as text
     1049%        str2double(get(hObject,'String')) returns contents of num_MaxVec as a double
     1050
     1051
     1052% --- Executes during object creation, after setting all properties.
     1053function num_MaxVec_CreateFcn(hObject, eventdata, handles)
     1054% hObject    handle to num_MaxVec (see GCBO)
     1055% eventdata  reserved - to be defined in a future version of MATLAB
     1056% handles    empty - handles not created until after all CreateFcns called
     1057
     1058% Hint: edit controls usually have a white background on Windows.
     1059%       See ISPC and COMPUTER.
     1060if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     1061    set(hObject,'BackgroundColor','white');
     1062end
     1063
     1064
     1065% --- Executes on button press in checkbox52.
     1066function checkbox52_Callback(hObject, eventdata, handles)
     1067% hObject    handle to checkbox52 (see GCBO)
     1068% eventdata  reserved - to be defined in a future version of MATLAB
     1069% handles    structure with handles and user data (see GUIDATA)
     1070
     1071% Hint: get(hObject,'Value') returns toggle state of checkbox52
     1072
     1073
     1074
     1075function num_MinVec_Callback(hObject, eventdata, handles)
     1076% hObject    handle to num_MinVec (see GCBO)
     1077% eventdata  reserved - to be defined in a future version of MATLAB
     1078% handles    structure with handles and user data (see GUIDATA)
     1079
     1080% Hints: get(hObject,'String') returns contents of num_MinVec as text
     1081%        str2double(get(hObject,'String')) returns contents of num_MinVec as a double
     1082
     1083
     1084% --- Executes during object creation, after setting all properties.
     1085function num_MinVec_CreateFcn(hObject, eventdata, handles)
     1086% hObject    handle to num_MinVec (see GCBO)
     1087% eventdata  reserved - to be defined in a future version of MATLAB
     1088% handles    empty - handles not created until after all CreateFcns called
     1089
     1090% Hint: edit controls usually have a white background on Windows.
     1091%       See ISPC and COMPUTER.
     1092if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     1093    set(hObject,'BackgroundColor','white');
     1094end
     1095
     1096
     1097% --- Executes on button press in CheckDecimate4.
     1098function CheckDecimate4_Callback(hObject, eventdata, handles)
     1099% hObject    handle to CheckDecimate4 (see GCBO)
     1100% eventdata  reserved - to be defined in a future version of MATLAB
     1101% handles    structure with handles and user data (see GUIDATA)
     1102
     1103% Hint: get(hObject,'Value') returns toggle state of CheckDecimate4
     1104
     1105
     1106% --- Executes on button press in heckHideFalse.
     1107function heckHideFalse_Callback(hObject, eventdata, handles)
     1108% hObject    handle to heckHideFalse (see GCBO)
     1109% eventdata  reserved - to be defined in a future version of MATLAB
     1110% handles    structure with handles and user data (see GUIDATA)
     1111
     1112% Hint: get(hObject,'Value') returns toggle state of heckHideFalse
     1113
     1114
     1115
     1116function num_Colcode2_Callback(hObject, eventdata, handles)
     1117% hObject    handle to num_Colcode2 (see GCBO)
     1118% eventdata  reserved - to be defined in a future version of MATLAB
     1119% handles    structure with handles and user data (see GUIDATA)
     1120
     1121% Hints: get(hObject,'String') returns contents of num_Colcode2 as text
     1122%        str2double(get(hObject,'String')) returns contents of num_Colcode2 as a double
     1123
     1124
     1125% --- Executes during object creation, after setting all properties.
     1126function num_Colcode2_CreateFcn(hObject, eventdata, handles)
     1127% hObject    handle to num_Colcode2 (see GCBO)
     1128% eventdata  reserved - to be defined in a future version of MATLAB
     1129% handles    empty - handles not created until after all CreateFcns called
     1130
     1131% Hint: edit controls usually have a white background on Windows.
     1132%       See ISPC and COMPUTER.
     1133if ispc && isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
     1134    set(hObject,'BackgroundColor','white');
     1135end
     1136
     1137
     1138% --- Executes on button press in CheckHideWarnin.
     1139function CheckHideWarnin_Callback(hObject, eventdata, handles)
     1140% hObject    handle to CheckHideWarnin (see GCBO)
     1141% eventdata  reserved - to be defined in a future version of MATLAB
     1142% handles    structure with handles and user data (see GUIDATA)
     1143
     1144% Hint: get(hObject,'Value') returns toggle state of CheckHideWarnin
Note: See TracChangeset for help on using the changeset viewer.