- Timestamp:
- May 1, 2009 2:29:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/USANSCatNotebook.ipf
r328 r496 72 72 list = RemoveFromList(tmp, list ,";") 73 73 print tmp 74 75 // remove the ".DS_Store" 76 list = RemoveFromList(".DS_Store",list,";") 77 78 // remove .cor, .dsm reduced data files 79 tmp = ListMatch(list,"*.cor",";") 80 list = RemoveFromList(tmp, list ,";") 81 tmp = ListMatch(list,"*.dsm",";") 82 list = RemoveFromList(tmp, list ,";") 83 tmp = ListMatch(list,"*.pxp",";") 84 list = RemoveFromList(tmp, list ,";") 85 74 86 75 87 //loop through all of the files in the list, reading header information … … 161 173 162 174 End 163
Note: See TracChangeset
for help on using the changeset viewer.