IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20541


Ignore:
Timestamp:
Nov 4, 2008, 4:51:01 PM (18 years ago)
Author:
eugene
Message:

need to respect state

File:
1 edited

Legend:

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

    r20276 r20541  
    222222    pxcamGetSearchArgs (config, where);
    223223    PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "==");
     224    PXOPT_COPY_STR(config->args, where, "-state", "camRun.state", "==");
    224225
    225226    if (!psListLength(where->list)
     
    713714
    714715    psMetadata *where = psMetadataAlloc();
    715     PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "==");
     716    PXOPT_COPY_S64(config->args, where, "-cam_id", "camRun.cam_id", "==");
    716717    pxcamGetSearchArgs (config, where);
    717718    PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "==");
Note: See TracChangeset for help on using the changeset viewer.