- Timestamp:
- Dec 17, 2010 5:20:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/HFIR_DataReadWrite.ipf
r706 r776 205 205 String/G fileList = textw[0] 206 206 //return the data folder to root 207 208 WAVE data=$"root:Packages:NIST:RAW:data" 209 Duplicate/O data $"root:Packages:NIST:RAW:linear_data" // data is "fresh" and linear scale, so copy it now 210 211 207 212 SetDataFolder root: 208 213 … … 301 306 String/G $(curPath + ":fileList") = textw[0] 302 307 308 WAVE data=$"root:Packages:NIST:RAW:data" 309 Duplicate/O data $"root:Packages:NIST:RAW:linear_data" // data is "fresh" and linear scale, so copy it now 310 303 311 //return the data folder to root 304 312 SetDataFolder root:
Note: See TracChangeset
for help on using the changeset viewer.