IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2021, 8:35:25 AM (5 years ago)
Author:
eugene
Message:

allow cross-filter stack-stack diffs with -relaxed-filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftoolConfig.c

    r41654 r41681  
    372372    psMetadataAddStr(definestackstackArgs, PS_LIST_TAIL, "-tess_id", 0, "search by tess ID", NULL);
    373373    psMetadataAddBool(definestackstackArgs, PS_LIST_TAIL, "-bothways",  0,          "do the subtraction both ways?", false);
     374    psMetadataAddBool(definestackstackArgs, PS_LIST_TAIL, "-relaxed-filters",  0, "allow mismatched filters between input and template?", false);
    374375    psMetadataAddStr(definestackstackArgs, PS_LIST_TAIL, "-filter", 0, "search by filter", NULL);
    375376    psMetadataAddStr(definestackstackArgs, PS_LIST_TAIL, "-input_label", 0, "search by stack label for input", NULL);
Note: See TracChangeset for help on using the changeset viewer.