Changeset 20750
- Timestamp:
- Nov 13, 2008, 10:09:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxchip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxchip.c
r19419 r20750 72 72 psMetadataAddF32(md, PS_LIST_TAIL, "-solang_max", 0, "search by max solar angle", NAN); 73 73 psMetadataAddStr(md, PS_LIST_TAIL, "-comment", 0, "search by comment field (LIKE comparison)", NULL); 74 psMetadataAddStr(md, PS_LIST_TAIL, "-obs_mode", 0, "search by observation mode", NULL); 74 75 return true; 75 76 } … … 123 124 PXOPT_COPY_F32(config->args, where, "-solang_max", "rawExp.solang", "<"); 124 125 PXOPT_COPY_STR(config->args, where, "-comment", "rawExp.comment", "LIKE"); 126 PXOPT_COPY_STR(config->args, where, "-obs_mode", "rawExp.obs_mode", "=="); 125 127 return true; 126 128 }
Note:
See TracChangeset
for help on using the changeset viewer.
