IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2008, 2:41:31 PM (18 years ago)
Author:
bills
Message:

allow looking up cam processed exposure by exposure id

File:
1 edited

Legend:

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

    r19092 r19153  
    639639    PXOPT_COPY_S64(config->args, where, "-cam_id",   "cam_id",   "==");
    640640    PXOPT_COPY_S64(config->args, where, "-chip_id",  "chip_id",   "==");
     641    PXOPT_COPY_S64(config->args, where, "-exp_id",   "rawExp.exp_id",   "==");
    641642
    642643    psString query = pxDataGet("camtool_find_processedexp.sql");
Note: See TracChangeset for help on using the changeset viewer.