Changeset 18099 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Jun 12, 2008, 1:35:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r18093 r18099 1 /*1 * 2 2 * stacktool.c 3 3 * … … 107 107 PXOPT_COPY_STR(config->args, whereRE, "-select_uri", "uri", "=="); 108 108 PXOPT_COPY_TIME(config->args, whereRE, "-select_dateobs_begin", "dateobs", ">="); 109 PXOPT_COPY_TIME(config->args, whereRE, "-select_dateobs_end", "dateobs", "< ");109 PXOPT_COPY_TIME(config->args, whereRE, "-select_dateobs_end", "dateobs", "<="); 110 110 PXOPT_COPY_F32(config->args, whereRE, "-select_airmass_min", "airmass", ">="); 111 111 PXOPT_COPY_F32(config->args, whereRE, "-select_airmass_max", "airmass", "<=");
Note:
See TracChangeset
for help on using the changeset viewer.
