Changeset 19254
- Timestamp:
- Aug 27, 2008, 5:55:46 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
faketool.c (modified) (2 diffs)
-
faketoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/faketool.c
r19092 r19254 117 117 PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<="); 118 118 PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "=="); 119 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 119 120 PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "=="); 120 121 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "=="); … … 147 148 PXOPT_COPY_F32(config->args, where, "-solang_min", "solang", ">="); 148 149 PXOPT_COPY_F32(config->args, where, "-solang_max", "solang", "<"); 150 PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE"); 149 151 150 152 if (!psListLength(where->list) -
trunk/ippTools/src/faketoolConfig.c
r19092 r19254 54 54 psMetadataAddTime(queueArgs, PS_LIST_TAIL, "-dateobs_end", 0, "search for exposures by time (<)", NULL); 55 55 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); 56 57 psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-exp_type", 0, "search by exp_type", "object"); 57 58 psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-filelevel", 0, "search by filelevel", NULL); … … 94 95 psMetadataAddBool(queueArgs, PS_LIST_TAIL, "-pretend", 0, "do not actually modify the database", false); 95 96 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); 96 98 97 99
Note:
See TracChangeset
for help on using the changeset viewer.
