- Timestamp:
- Apr 6, 2010 4:56:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/NSORT.ipf
r648 r665 242 242 if(dialog) 243 243 PathInfo/S catPathName 244 fullPath = DoSaveFileDialog("Save data as" ) //won't actually open the file244 fullPath = DoSaveFileDialog("Save data as",fname="",suffix=".ABS") //won't actually open the file 245 245 If(cmpstr(fullPath,"")==0) 246 246 //user cancel, don't write out a file … … 1491 1491 ModifyTable/W=CombinePanel#FilesToCombine width(:myGlobals:CombineTable:Labels)=180 1492 1492 1493 ModifyTable width(Point)=0 //JUN04, remove point numbers - confuses users since point != run1493 ModifyTable/W=CombinePanel#FilesToCombine width(Point)=0 //JUN04, remove point numbers - confuses users since point != run 1494 1494 // Endif 1495 1495 … … 1717 1717 Wave/T saveName = root:myGlobals:CombineTable:saveName 1718 1718 1719 Variable/G useTable=11719 Variable/G root:myGlobals:CombineTable:useTable=1 1720 1720 1721 1721 Variable num=numpnts(lowRun),ii,lowFile,medFile,hiFile … … 1741 1741 while(ii<num) 1742 1742 1743 Variable/G useTable=01743 Variable/G root:myGlobals:CombineTable:useTable=0 //turn this off immediately 1744 1744 1745 1745 return(0)
Note: See TracChangeset
for help on using the changeset viewer.