IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2008, 3:28:57 PM (18 years ago)
Author:
eugene
Message:

various fixes to the get command-line options for cleanup stages correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/dettool_normalizedimfile.c

    r18991 r19078  
    317317
    318318    psMetadata *where = psMetadataAlloc();
    319     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     319    PXOPT_COPY_S64(config->args, where, "-det_id", "detNormalizedImfile.det_id", "==");
     320    PXOPT_COPY_S32(config->args, where, "-iteration", "detNormalizedImfile.iteration", "==");
     321    PXOPT_COPY_STR(config->args, where, "-class_id", "detNormalizedImfile.det_id", "==");
    320322
    321323    psString query = pxDataGet("dettool_donecleanup_normalizedimfile.sql");
Note: See TracChangeset for help on using the changeset viewer.