Changeset 167 for sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/RawWindowHook.ipf
- Timestamp:
- Sep 21, 2007 3:18:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/RawWindowHook.ipf
r116 r167 61 61 SetWindow SANS_Data,hook=RawWindowHook,hookevents=2 62 62 ControlBar 100 63 Button doAve,pos={290,23},size={50,20},proc=ShowAvgPanel_SANSData,title="I vs. Q" 64 Button doAve,help={"This will circularly average the data to I vs. Q"} 63 65 64 SetVariable xpos,pos={7,5},size={50,17},title="X" 66 65 SetVariable xpos,limits={-Inf,Inf,0},value= root:myGlobals:gXPos … … 94 93 Button maskButton size={84,20}, pos={170,53}, proc=maskButtonProc,title="Show Mask" 95 94 Button maskButton help={"If a mask has been loaded this will overlay it on the current plot"} 95 96 GroupBox slideGrp,pos={268,46},size={124,48},title="Color Map" 97 //draw after the group box so these are on "top" of the group box 98 Button doAve,pos={290,23},size={50,20},proc=ShowAvgPanel_SANSData,title="I vs. Q" 99 Button doAve,help={"This will circularly average the data to I vs. Q"} 96 100 Slider loSlide,pos={280,77},size={100,16},proc=MapSliderProc 97 101 Slider loSlide,limits={0,1,0.01},value= 0,vert= 0,ticks= 0 … … 100 104 Slider hiSlide,limits={0,1,0.01},value= 1,vert= 0,ticks= 0 101 105 Slider hiSlide,help={"Adjust the high threshold of the color map"} 102 GroupBox slideGrp,pos={268,46},size={124,51},title="Color Map" 106 103 107 endif 104 108
Note: See TracChangeset
for help on using the changeset viewer.