- Timestamp:
- Oct 16, 2009 11:35:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/ILL_DataReadWrite.ipf
r571 r572 2134 2134 return(0) 2135 2135 End 2136 2137 ////// OCT 2009, facility specific bits from MonteCarlo functions() 2138 //"type" is the data folder that has the data array that is to be (re)written as a full 2139 // data file, as if it was a raw data file 2140 // 2141 // not really necessary 2142 // 2143 Function Write_RawData_File(type,fullpath,dialog) 2144 String type,fullpath 2145 Variable dialog //=1 will present dialog for name 2146 2147 // Your file writing function here. Don't try to duplicate the VAX binary format... 2148 Print "Write_RawData_File stub" 2149 2150 return(0) 2151 End
Note: See TracChangeset
for help on using the changeset viewer.