IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19419


Ignore:
Timestamp:
Sep 8, 2008, 1:59:50 PM (18 years ago)
Author:
Paul Price
Message:

The source for the label varies with the operation, so it should be a
per-operation setting.

File:
1 edited

Legend:

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

    r19418 r19419  
    7272    psMetadataAddF32(md,  PS_LIST_TAIL, "-solang_max",         0, "search by max solar angle", NAN);
    7373    psMetadataAddStr(md,  PS_LIST_TAIL, "-comment",            0, "search by comment field (LIKE comparison)", NULL);
    74     psMetadataAddStr(md,  PS_LIST_TAIL, "-label",              0, "search by label", NULL);
    7574    return true;
    7675}
     
    124123    PXOPT_COPY_F32(config->args, where, "-solang_max", "rawExp.solang", "<");
    125124    PXOPT_COPY_STR(config->args, where, "-comment", "rawExp.comment", "LIKE");
    126     PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "==");
    127125    return true;
    128126}
Note: See TracChangeset for help on using the changeset viewer.