- Timestamp:
- Oct 7, 2008 2:47:43 PM (14 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/NCNR_DataReadWrite.ipf
r418 r425 78 78 String fname 79 79 //this function is for reading in RAW data only, so it will always put data in RAW folder 80 String curPath = "root:Packages:NIST:RAW "80 String curPath = "root:Packages:NIST:RAW:" 81 81 SetDataFolder curPath //use the full path, so it will always work 82 Variable/G root: RAW:gIsLogScale = 0 //initial state is linear, keep this in RAW folder82 Variable/G root:Packages:NIST:RAW:gIsLogScale = 0 //initial state is linear, keep this in RAW folder 83 83 84 84 Variable refNum,integer,realval
Note: See TracChangeset
for help on using the changeset viewer.