Found that line 54 in modDet would never find TPWS file names - would not recognized wildcard Replace line 54 with: fileMatchIdx = find(~cellfun(@isempty,regexp(fileList, regexptranslate('wildcard',detfn)))>0); which explicitly includes wildcards.
Found that line 54 in modDet would never find TPWS file names - would not recognized wildcard
Replace line 54 with:
fileMatchIdx = find(~cellfun(@isempty,regexp(fileList, regexptranslate('wildcard',detfn)))>0);
which explicitly includes wildcards.