Changeset 31630 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Jun 15, 2011, 2:57:18 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r31529 r31630 243 243 PXOPT_COPY_STR(config->args, where, "-select_exp_type", "rawExp.exp_type", "=="); 244 244 PXOPT_COPY_F32(config->args, where, "-select_good_frac_min", "warpSkyfile.good_frac", ">="); 245 PXOPT_COPY_STR(config->args, where, "-select_skycell_id", "warpSkyfile.skycell_id", "LIKE");246 PXOPT_COPY_STR(config->args, where, "-select_data_group", "warpRun.data_group", "==");245 pxAddLabelSearchArgs(config, where, "-select_skycell_id", "warpSkyfile.skycell_id", "LIKE"); 246 pxAddLabelSearchArgs(config, where, "-select_data_group", "warpRun.data_group", "LIKE"); 247 247 pxAddLabelSearchArgs (config, where, "-select_label", "warpRun.label", "LIKE"); // define using warp label 248 248 pxAddLabelSearchArgs (config, where, "-warp_id", "warpRun.warp_id", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
