Changeset 24562 for trunk/ippTools/src/warptool.c
- Timestamp:
- Jun 25, 2009, 3:02:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r24552 r24562 680 680 PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpSkyCellMap.skycell_id", "=="); 681 681 PXOPT_COPY_STR(config->args, where, "-tess_id", "warpSkyCellMap.tess_id", "=="); 682 PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 682 // PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 683 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 683 684 PXOPT_COPY_S16(config->args, where, "-fault", "warpSkyCellMap.fault", "=="); 684 685 … … 1269 1270 PXOPT_COPY_STR(config->args, where, "-tess_id", "warpSkyfile.tess_id", "=="); 1270 1271 PXOPT_COPY_STR(config->args, where, "-reduction", "rawExp.reduction", "=="); 1271 PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 1272 // PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "=="); 1273 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 1272 1274 PXOPT_COPY_S16(config->args, where, "-fault", "warpSkyfile.fault", "=="); 1273 1275
Note:
See TracChangeset
for help on using the changeset viewer.
