Changeset 16621 for trunk/ippTools/src/flatcorr.c
- Timestamp:
- Feb 22, 2008, 4:20:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/flatcorr.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorr.c
r16505 r16621 106 106 PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<="); 107 107 PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "=="); 108 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");109 108 PXOPT_COPY_STR(config->args, where, "-filelevel", "filelvel", "=="); 110 109 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "=="); … … 140 139 if (where->list->n < 1) { 141 140 psFree(where); 142 where = NULL; 141 psError(PXTOOLS_ERR_DATA, false, "search parameters are required"); 142 return false; 143 143 } 144 144 … … 151 151 PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false); 152 152 PXOPT_LOOKUP_STR(end_stage, config->args, "-set_end_stage", false, false); 153 154 // default 155 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "=="); 153 156 154 157 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false);
Note:
See TracChangeset
for help on using the changeset viewer.
