IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19254


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

add label and comment

Location:
trunk/ippTools/src
Files:
2 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)
  • trunk/ippTools/src/faketoolConfig.c

    r19092 r19254  
    5454    psMetadataAddTime(queueArgs, PS_LIST_TAIL, "-dateobs_end", 0,            "search for exposures by time (<)", NULL);
    5555    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-exp_tag",  0,            "search by exp_tag", NULL);
     56    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-label",  0,            "search by label", NULL);
    5657    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-exp_type",  0,            "search by exp_type", "object");
    5758    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-filelevel",  0,            "search by filelevel", NULL);
     
    9495    psMetadataAddBool(queueArgs, PS_LIST_TAIL, "-pretend",  0,            "do not actually modify the database", false);
    9596    psMetadataAddBool(queueArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
     97    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-comment",     0,        "search by comment field (LIKE comparison)", NULL);
    9698
    9799
Note: See TracChangeset for help on using the changeset viewer.