IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23610


Ignore:
Timestamp:
Mar 30, 2009, 2:37:50 PM (17 years ago)
Author:
Paul Price
Message:

Fixing table name.

File:
1 edited

Legend:

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

    r23418 r23610  
    7777    PXOPT_COPY_S64(config->args, where, "-cam_id",             "camRun.cam_id",         "==");
    7878    PXOPT_COPY_S64(config->args, where, "-chip_id",            "chipRun.chip_id",       "==");
    79     PXOPT_COPY_S64(config->args, where, "-exp_id",             "newExp.exp_id",         "==");
     79    PXOPT_COPY_S64(config->args, where, "-exp_id",             "rawExp.exp_id",         "==");
    8080    PXOPT_COPY_STR(config->args, where, "-exp_name",           "rawExp.exp_name",       "==");
    8181    PXOPT_COPY_STR(config->args, where, "-inst",               "rawExp.camera",         "==");
Note: See TracChangeset for help on using the changeset viewer.