Changeset 27119
- Timestamp:
- Mar 1, 2010, 12:36:13 PM (16 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
stacktool.c (modified) (1 diff)
-
stacktoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r27009 r27119 124 124 125 125 // select based on properties of the raw exposures 126 PXOPT_COPY_STR(config->args, where, "-select_comment", "rawExp.comment", "=="); 126 127 PXOPT_COPY_STR(config->args, where, "-select_inst", "rawExp.camera", "=="); 127 128 PXOPT_COPY_STR(config->args, where, "-select_telescope", "rawExp.telescope", "=="); -
trunk/ippTools/src/stacktoolConfig.c
r27082 r27119 59 59 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_exp_type", 0, "search for exp_type", "object"); 60 60 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_label", PS_META_DUPLICATE_OK, "search by warpRun label (LIKE comparison, multiple OK)", NULL); 61 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_comment", 0, "search for comment", NULL); 61 62 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_inst", 0, "search for camera", NULL); 62 63 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_telescope", 0, "search for telescope", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
