- Timestamp:
- Dec 9, 2009 2:23:54 PM (13 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/DataSetHandling.ipf
r610 r612 700 700 case 2: 701 701 // click code here 702 DisplayHelpTopic/Z/K=1 " 1DArithmetic"702 DisplayHelpTopic/Z/K=1 "Data Set Arithmetic" 703 703 if(V_flag !=0) 704 DoAlert 0,"The 1DArithmetic Help file could not be found"704 DoAlert 0,"The Data Set Arithmetic Help file could not be found" 705 705 endif 706 706 break -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/Menu.ipf
r570 r612 7 7 // Vers 1.2 091901 8 8 // 9 // an essentially useless routine, but could be dressed up considerably10 // especially with more HELP for the user11 //12 // adds a "SANS" menu, with only 2 items13 //14 9 //**************************** 15 10 // 16 11 17 // only 2 items - almost all of the other items are woefully obsolete18 // and would generate errors if compiled19 12 // 20 13 Menu "SANS" … … 40 33 "Open FIT Panel",OpenFITPanel() 41 34 "Sort and Combine data",ShowNSORTPanel() 42 "Subtract 1D Data Sets",OpenSubtract1DPanel() 35 // "Subtract 1D Data Sets",OpenSubtract1DPanel() 36 "Subtract 1D Data Sets",MakeDAPanel() //new version 43 37 End 44 38 Submenu "2-D Processing" … … 61 55 endif 62 56 End 63
Note: See TracChangeset
for help on using the changeset viewer.