- Timestamp:
- Oct 1, 2009 10:15:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/COR_Graph.ipf
r544 r564 47 47 SetVariable gThick,help={"Thickness of the sample in centimeters"} 48 48 SetVariable gThick,limits={0,5,0.01},value= $(USANSFolder+":Globals:MainPanel:gThick") 49 Button UpdateButton,pos={1 15,19},size={88,20},proc=UpdateButtonProc,title="UpdateTrans"49 Button UpdateButton,pos={125,15},size={70,40},proc=UpdateButtonProc,title="Update\rTrans" 50 50 Button UpdateButton,help={"Updates both the wide and rocking transmission values based on the raw data files"} 51 Button CorrectButton,pos={1 15,53},size={88,20},proc=CorrectButtonProc,title="CorrectData"51 Button CorrectButton,pos={125,60},size={70,40},proc=CorrectButtonProc,title="Correct\rData" 52 52 Button CorrectButton,help={"Corrects the sample data by subtracting empty cell and backgrond scattering"} 53 53 Button SaveDataButton,pos={355,3},size={85,20},proc=SaveButtonProc,title="Save Data..."
Note: See TracChangeset
for help on using the changeset viewer.