IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24779


Ignore:
Timestamp:
Jul 12, 2009, 5:42:59 PM (17 years ago)
Author:
eugene
Message:

add comment to definebyquery options

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r24757 r24779  
    566566    PXOPT_COPY_F64(config->args, where, "-select_moon_phase_min", "moon_phase", ">=");
    567567    PXOPT_COPY_F64(config->args, where, "-select_moon_phase_max", "moon_phase", "<=");
     568    PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE");
    568569
    569570    if (!psListLength(where->list)) {
  • trunk/ippTools/src/dettoolConfig.c

    r24757 r24779  
    134134    psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_moon_phase_min",  0,          "define min moon phase", NAN);
    135135    psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_moon_phase_max",  0,          "define max moon phase", NAN);
    136 
     136    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-comment",                0,          "search by comment field (LIKE comparison)", NULL);
    137137
    138138    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend",  0,            "print the exposures that would be included in the detrend run and exit", false);
Note: See TracChangeset for help on using the changeset viewer.