IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2008, 5:55:46 PM (18 years ago)
Author:
eugene
Message:

add label and comment

File:
1 edited

Legend:

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

    r19092 r19254  
    117117    PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<=");
    118118    PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "==");
     119    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    119120    PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "==");
    120121    PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "==");
     
    147148    PXOPT_COPY_F32(config->args, where, "-solang_min", "solang", ">=");
    148149    PXOPT_COPY_F32(config->args, where, "-solang_max", "solang", "<");
     150    PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE");
    149151
    150152    if (!psListLength(where->list)
Note: See TracChangeset for help on using the changeset viewer.