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_residimfile.c

    r18991 r19078  
    284284
    285285    psMetadata *where = psMetadataAlloc();
    286     PXOPT_COPY_S64(config->args, where, "-det_id", "detProcessedImfile.det_id", "==");
     286    PXOPT_COPY_S64(config->args, where, "-det_id",    "det_id", "==");
     287    PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "==");
     288    PXOPT_COPY_S64(config->args, where, "-exp_id",  "exp_id", "==");
     289    PXOPT_COPY_STR(config->args, where, "-class_id",  "class_id", "==");
    287290
    288291    psString query = pxDataGet("dettool_pendingcleanup_residimfile.sql");
     
    345348
    346349    psMetadata *where = psMetadataAlloc();
    347     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     350    PXOPT_COPY_S64(config->args, where, "-det_id",    "det_id", "==");
     351    PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "==");
     352    PXOPT_COPY_S64(config->args, where, "-exp_id",  "exp_id", "==");
     353    PXOPT_COPY_STR(config->args, where, "-class_id",  "class_id", "==");
    348354
    349355    psString query = pxDataGet("dettool_donecleanup_residimfile.sql");
Note: See TracChangeset for help on using the changeset viewer.