IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2008, 3:38:13 PM (18 years ago)
Author:
Paul Price
Message:

Adding search on label for some faketool functions.

File:
1 edited

Legend:

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

    r19254 r19424  
    344344    psMetadata *where = psMetadataAlloc();
    345345    PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "==");
     346    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    346347    PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "==");
    347348    PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "==");
     
    408409    psMetadata *where = psMetadataAlloc();
    409410    PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "==");
     411    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    410412    PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
    411413    PXOPT_COPY_STR(config->args, where, "-class_id", "rawImfile.class_id", "==");
     
    609611    psMetadata *where = psMetadataAlloc();
    610612    PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "==");
     613    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    611614    PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
    612615    PXOPT_COPY_STR(config->args, where, "-exp_name", "exp_name", "==");
Note: See TracChangeset for help on using the changeset viewer.