Changeset 29299 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Oct 1, 2010, 2:14:57 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r29283 r29299 1096 1096 psMetadata *where = psMetadataAlloc(); 1097 1097 PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "=="); 1098 PXOPT_COPY_STR(config->args, where, "-tess_id", "stackRun.tess_id", " ==");1098 PXOPT_COPY_STR(config->args, where, "-tess_id", "stackRun.tess_id", "LIKE"); 1099 1099 PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "=="); 1100 1100 PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE"); … … 1102 1102 PXOPT_COPY_STR(config->args, where, "-data_group", "stackRun.data_group", "LIKE"); 1103 1103 PXOPT_COPY_S16(config->args, where, "-fault", "stackSumSkyfile.fault", "=="); 1104 PXOPT_COPY_F64(config->args, where, "-mjd_obs_begin", "stackSumSkyfile.mjd_obs", ">="); 1105 PXOPT_COPY_F64(config->args, where, "-mjd_obs_end", "stackSumSkyfile.mjd_obs", "<="); 1106 1104 1107 1105 1108 // The following three selectors are incompatible with the sql so omit them
Note:
See TracChangeset
for help on using the changeset viewer.
