- Timestamp:
- Nov 16, 2017 10:57:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_RAW_Data_Panel.ipf
r1064 r1073 179 179 TitleBox title_file,pos={606,178},size={76,20},variable= root:Packages:NIST:VSANS:Globals:gLastLoadedFile 180 180 TitleBox title_dataPresent,pos={606,210},size={76,20},variable= root:Packages:NIST:VSANS:Globals:gCurDispFile 181 TitleBox title_status,pos={606,240},size={200,200}, variable= root:Packages:NIST:VSANS:Globals:gStatusText181 TitleBox title_status,pos={606,240},size={200,200},fsize=12,variable= root:Packages:NIST:VSANS:Globals:gStatusText 182 182 183 183 // Button button_tagFile,pos={720,412},size={70,20},proc=V_TagFileButtonProc,title="Tag File" … … 832 832 833 833 834 // TODO834 // 835 835 // 836 836 // opens a separate panel with the I(q) representation of the data 837 // ? controls here to select how the data is processed/grouped/saved, etc. 838 // 839 // -- currently just the graph, no controls 840 // -- this re-bins the data every time by calling V_QBinAllPanels(folderStr,binType) from inside V_BinningModePopup() 837 // controls on the panel select how the data is processed/grouped, etc. 838 // 839 // 841 840 Function V_IvsQPanelButtonProc(ba) : ButtonControl 842 841 STRUCT WMButtonAction &ba … … 848 847 V_PlotData_Panel() //-9999 requests a read from the popup on the panel 849 848 Variable binType = V_GetBinningPopMode() 850 V_BinningModePopup("",binType,"") // does default circular binning and updates the graph 849 ControlInfo/W=V_1D_Data popup0 850 V_BinningModePopup("",binType,S_Value) // does binning of current popString and updates the graph 851 851 852 852 break … … 864 864 // see the file V_IQ_Annular.ipf for all of the features yet to be added. 865 865 // 866 // -- currently just the graph, no controls867 // -- this re-bins the data every time by calling V_QBinAllPanels(folderStr,binType) from inside V_BinningModePopup()866 // x- currently just the graph, no controls 867 // 868 868 Function V_annularAvgButtonProc(ba) : ButtonControl 869 869 STRUCT WMButtonAction &ba
Note: See TracChangeset
for help on using the changeset viewer.