IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27120


Ignore:
Timestamp:
Mar 1, 2010, 12:36:52 PM (16 years ago)
Author:
Paul Price
Message:

Use LIKE comparison for comment.

File:
1 edited

Legend:

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

    r27119 r27120  
    124124
    125125    // select based on properties of the raw exposures
    126     PXOPT_COPY_STR(config->args,  where, "-select_comment",            "rawExp.comment", "==");
     126    PXOPT_COPY_STR(config->args,  where, "-select_comment",            "rawExp.comment", "LIKE");
    127127    PXOPT_COPY_STR(config->args,  where, "-select_inst",               "rawExp.camera", "==");
    128128    PXOPT_COPY_STR(config->args,  where, "-select_telescope",          "rawExp.telescope", "==");
Note: See TracChangeset for help on using the changeset viewer.