- Timestamp:
- Jun 30, 2008 8:49:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/PlotUtilsMacro_v40.ipf
r385 r392 76 76 String fileName = S_fileName 77 77 Variable numCols = V_flag 78 79 //changes JIL 80 if(numCols==2) //no errors 81 n1 = StringFromList(1, S_waveNames ,";" ) 82 Duplicate/O $("root:"+n1), errorTmp 83 errorTmp = 0.01*(errorTmp)+ 0.03*sqrt(errorTmp) 84 S_waveNames+="errorTmp;" 85 numCols=3 86 endif 78 87 79 88 if(numCols==3) //simple 3-column data with no resolution information
Note: See TracChangeset
for help on using the changeset viewer.