- Timestamp:
- Oct 14, 2009 5:20:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/ILL_DataReadWrite.ipf
r570 r571 2122 2122 2123 2123 end 2124 ////// OCT 2009, facility specific bits from ProDiv() 2125 //"type" is the data folder that has the corrected, patched, and normalized DIV data array 2126 // 2127 // the header of this file is rather unimportant. Filling in a title at least would be helpful/ 2128 // 2129 Function Write_DIV_File(type) 2130 String type 2131 2132 // Your file writing function here. Don't try to duplicate the VAX binary format... 2133 2134 return(0) 2135 End
Note: See TracChangeset
for help on using the changeset viewer.