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

    r18991 r19078  
    318318
    319319    psMetadata *where = psMetadataAlloc();
    320     PXOPT_COPY_S64(config->args, where, "-det_id", "detProcessedImfile.det_id", "==");
     320    PXOPT_COPY_S64(config->args, where, "-det_id", "det_id", "==");
     321    PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
     322    PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "==");
    321323
    322324    psString query = pxDataGet("dettool_pendingcleanup_processedimfile.sql");
     
    379381
    380382    psMetadata *where = psMetadataAlloc();
    381     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     383    PXOPT_COPY_S64(config->args, where, "-det_id", "det_id", "==");
     384    PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
     385    PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "==");
    382386
    383387    psString query = pxDataGet("dettool_donecleanup_processedimfile.sql");
Note: See TracChangeset for help on using the changeset viewer.