Changeset 25935 for trunk/ippTools/src/warptool.c
- Timestamp:
- Oct 23, 2009, 12:17:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r25851 r25935 247 247 PXOPT_COPY_F32(config->args, where, "-sun_angle_max", "rawExp.sun_angle", "<"); 248 248 PXOPT_COPY_STR(config->args, where, "-reduction", "fakeRun.reduction", "=="); 249 pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "==");249 pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "=="); // define using fake label 250 250 251 251 if (!psListLength(where->list) && … … 676 676 PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpSkyCellMap.skycell_id", "=="); 677 677 PXOPT_COPY_STR(config->args, where, "-tess_id", "warpSkyCellMap.tess_id", "=="); 678 // PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "==");679 678 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 680 679 PXOPT_COPY_S16(config->args, where, "-fault", "warpSkyCellMap.fault", "=="); … … 1294 1293 PXOPT_COPY_STR(config->args, where, "-tess_id", "warpSkyfile.tess_id", "=="); 1295 1294 PXOPT_COPY_STR(config->args, where, "-reduction", "rawExp.reduction", "=="); 1296 // PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "==");1297 1295 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 1298 PXOPT_COPY_S16(config->args, where, "-fault", "warpSkyfile.fault", "==");1296 PXOPT_COPY_S16(config->args, where, "-fault", "warpSkyfile.fault", "=="); 1299 1297 1300 1298 if (!psListLength(where->list)
Note:
See TracChangeset
for help on using the changeset viewer.
