IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2011, 10:04:20 AM (14 years ago)
Author:
bills
Message:

fix some ambiguous values in faketool -revertprocessedimfile

File:
1 edited

Legend:

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

    r30907 r32743  
    625625    psMetadata *where = psMetadataAlloc();
    626626    pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "==");
    627     PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "==");
    628     PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
    629     PXOPT_COPY_STR(config->args, where, "-exp_name", "exp_name", "==");
    630     PXOPT_COPY_STR(config->args, where, "-inst", "camera", "==");
    631     PXOPT_COPY_STR(config->args, where, "-telescope", "telescope", "==");
     627    PXOPT_COPY_S64(config->args, where, "-fake_id", "fakeRun.fake_id", "==");
     628    PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "==");
     629    PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "==");
     630    PXOPT_COPY_STR(config->args, where, "-inst", "rawExp..camera", "==");
     631    PXOPT_COPY_STR(config->args, where, "-telescope", "rawExp.telescope", "==");
    632632    PXOPT_COPY_TIME(config->args, where, "-dateobs_begin", "dateobs", ">=");
    633633    PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<=");
Note: See TracChangeset for help on using the changeset viewer.