IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20750


Ignore:
Timestamp:
Nov 13, 2008, 10:09:33 PM (17 years ago)
Author:
Paul Price
Message:

Adding search on rawExp.obs_mode.

File:
1 edited

Legend:

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

    r19419 r20750  
    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, "-obs_mode", 0, "search by observation mode", NULL);
    7475    return true;
    7576}
     
    123124    PXOPT_COPY_F32(config->args, where, "-solang_max", "rawExp.solang", "<");
    124125    PXOPT_COPY_STR(config->args, where, "-comment", "rawExp.comment", "LIKE");
     126    PXOPT_COPY_STR(config->args, where, "-obs_mode", "rawExp.obs_mode", "==");
    125127    return true;
    126128}
Note: See TracChangeset for help on using the changeset viewer.