- Timestamp:
- Oct 10, 2008 5:22:36 PM (14 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/SASCALC.ipf
r418 r428 311 311 Button FreezeButton proc=FreezeButtonProc 312 312 Button ClearButton title="Clear",size={60,20},pos={377,166} 313 Button ClearButton proc= ClearButtonProc313 Button ClearButton proc=S_ClearButtonProc 314 314 GroupBox group0,pos={6,1},size={108,36},title="Instrument" 315 315 SetDataFolder fldrSav0 … … 604 604 root:Packages:NIST:SAS:linear_data = root:sim_lin 605 605 606 S_CircularAverageTo1D(" Packages:NIST:SAS")606 S_CircularAverageTo1D("SAS") 607 607 608 608 //multiply by sphere FF (S_SphereForm(scale,radius,delrho,bkg,x)) … … 633 633 beamstopDiam() 634 634 635 S_CircularAverageTo1D(" Packages:NIST:SAS")635 S_CircularAverageTo1D("SAS") 636 636 WAVE aveint=root:Packages:NIST:SAS:aveint 637 637 WAVE qval=root:Packages:NIST:SAS:qval … … 728 728 //clears the frozen traces on the graph, asks if you want to clear the saved text 729 729 // 730 Function ClearButtonProc(ctrlName) : ButtonControl730 Function S_ClearButtonProc(ctrlName) : ButtonControl 731 731 String ctrlName 732 732
Note: See TracChangeset
for help on using the changeset viewer.