- Timestamp:
- Apr 6, 2010 5:33:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/USANSCatNotebook.ipf
r570 r667 77 77 78 78 // remove .cor, .dsm reduced data files 79 tmp = ListMatch(list,"*.cor",";") 79 // should also catch .corx, .dsmx if they are generated 80 tmp = ListMatch(list,"*.cor*",";") 80 81 list = RemoveFromList(tmp, list ,";") 81 tmp = ListMatch(list,"*.dsm ",";")82 tmp = ListMatch(list,"*.dsm*",";") 82 83 list = RemoveFromList(tmp, list ,";") 83 84 tmp = ListMatch(list,"*.pxp",";")
Note: See TracChangeset
for help on using the changeset viewer.