IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 11:38:07 AM (18 years ago)
Author:
bills
Message:

fixed a couple more bugs in chiptool -processedimfile

File:
1 edited

Legend:

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

    r18885 r18887  
    523523    PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "==");
    524524    PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.chip_id", "==");
    525     PXOPT_COPY_STR(config->args, where, "-class_id", "rawImfile.class_id", "==");
    526     PXOPT_COPY_STR(config->args, where, "-inst", "rawExp.telescope", "==");
     525    PXOPT_COPY_STR(config->args, where, "-class_id", "chipProcessedImfile.class_id", "==");
     526    PXOPT_COPY_STR(config->args, where, "-inst", "rawExp.camera", "==");
    527527    PXOPT_COPY_STR(config->args, where, "-filter", "rawExp.filter", "==");
    528528
Note: See TracChangeset for help on using the changeset viewer.