- Timestamp:
- May 28, 2008 1:18:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/SANS/Reduction/NCNR_DataReadWrite.ipf
r328 r370 1580 1580 ///// TRANSMISSION RELATED FUNCTIONS //////// 1581 1581 //box coordinate are returned by reference 1582 // filename is the full path:name 1582 1583 Function getXYBoxFromFile(filename,x1,x2,y1,y2) 1583 1584 String filename … … 1585 1586 1586 1587 Variable refnum 1587 String tmpFile = FindValidFilename(filename)1588 // String tmpFile = FindValidFilename(filename) 1588 1589 1589 Open/R/P=catPathName refnum as tmpFile 1590 // Open/R/P=catPathName refnum as tmpFile 1591 Open/R refnum as filename 1590 1592 FSetPos refnum,478 1591 1593 FBinRead/F=3/B=3 refnum, x1
Note: See TracChangeset
for help on using the changeset viewer.