Changeset 16666
- Timestamp:
- Feb 26, 2008, 1:43:36 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
chiptool.c (modified) (2 diffs)
-
chiptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r16664 r16666 118 118 PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<="); 119 119 PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "=="); 120 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");121 120 PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "=="); 122 121 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "=="); … … 163 162 PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false); 164 163 PXOPT_LOOKUP_STR(end_stage, config->args, "-set_end_stage", false, false); 164 165 // default 166 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "=="); 165 167 166 168 // find the exp_id of all the exposures that we want to queue up. -
trunk/ippTools/src/chiptoolConfig.c
r16613 r16666 62 62 "search by exp_tag", NULL); 63 63 psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-exp_type", 0, 64 "search by exp_type", NULL);64 "search by exp_type", "object"); 65 65 psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-filelevel", 0, 66 66 "search by filelevel", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
