Changeset 234
- Timestamp:
- Jan 9, 2008 12:29:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/PlotUtilsMacro.ipf
r228 r234 66 66 67 67 Variable rr,gg,bb 68 String w0,w1,w2,n0,n1,n2 69 String w3,w4,w5,n3,n4,n5 //3 extra waves to load 68 70 SetDataFolder root: //build sub-folders for each data set under root 69 71 … … 75 77 76 78 if(numCols==3) //simple 3-column data with no resolution information 77 String w0,w1,w2,n0,n1,n278 79 79 80 // put the names of the three loaded waves into local names … … 116 117 117 118 if(numCols == 6) //6-column SANS or USANS data that has resolution information 118 String w0,w1,w2,n0,n1,n2119 String w3,w4,w5,n3,n4,n5 //3 extra waves to load120 119 121 120 // put the names of the (default named) loaded waves into local names … … 192 191 193 192 if(numCols==5) //this is the "old-style" VAX desmeared data format 194 String w0,w1,w2,n0,n1,n2,w3,n3,w4,n4195 Variable rr,gg,bb196 193 197 194 // put the names of the three loaded waves into local names
Note: See TracChangeset
for help on using the changeset viewer.