IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2008, 3:31:30 PM (18 years ago)
Author:
bills
Message:

do not use pxchipSetSearchArgs for -updateprocessedimfile
since it doesn't fit the api

File:
1 edited

Legend:

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

    r19339 r19350  
    568568
    569569    psMetadata *where = psMetadataAlloc();
    570     pxchipGetSearchArgs (config, where); // chipProcessedImfile
    571570    PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "==");
    572     PXOPT_COPY_S64(config->args, where, "-class_id", "class_id", "==");
    573     PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "==");
     571    PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "==");
    574572    PXOPT_LOOKUP_S16(code, config->args, "-code", true, false);
    575573
Note: See TracChangeset for help on using the changeset viewer.