MarineBioAcousticsRC / DetEdit

A graphical user interface for annotating and editing events detected in long-term acoustic monitoring data
https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1007598
Other
23 stars 12 forks source link

modDet #51

Open jahildebrand opened 3 years ago

jahildebrand commented 3 years ago

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.