Skip to content

modDet #51

Description

@jahildebrand

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions