Changeset 16556
- Timestamp:
- Feb 20, 2008, 5:09:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r16555 r16556 113 113 PXOPT_COPY_STR(config->args, where, "-inst", "camera", "=="); 114 114 PXOPT_COPY_STR(config->args, where, "-telescope", "telescope", "=="); 115 PXOPT_COPY_ DATE(config->args, where, "-dateobs_begin", "dateobs", ">=");116 PXOPT_COPY_ DATE(config->args, where, "-dateobs_end", "dateobs", "<=");115 PXOPT_COPY_TIME(config->args, where, "-dateobs_begin", "dateobs", ">="); 116 PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<="); 117 117 PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "=="); 118 118 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
