Changeset 35189 for trunk/ippTools/src/bgtool.c
- Timestamp:
- Feb 20, 2013, 3:51:00 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/bgtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/bgtool.c
r35154 r35189 1653 1653 1654 1654 psMetadata *where = psMetadataAlloc(); 1655 PXOPT_COPY_S64(config->args, where, "-warp_bg_id", "warpBackgroundRun.warp_bg_id", "=="); 1656 PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpBackgroundSkyfile.skycell_id", "=="); 1657 pxAddLabelSearchArgs(config, where, "-label", "warpBackgroundRun.label", "LIKE"); 1655 PXOPT_COPY_S64(config->args, where, "-warp_bg_id", "warpBackgroundRun.warp_bg_id", "=="); 1656 PXOPT_COPY_S64(config->args, where, "-warp_id", "warpBackgroundRun.warp_id", "=="); 1657 PXOPT_COPY_S64(config->args, where, "-chip_bg_id", "warpBackgroundRun.chip_bg_id", "=="); 1658 PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpBackgroundSkyfile.skycell_id", "=="); 1659 pxAddLabelSearchArgs(config, where, "-label", "warpBackgroundRun.label", "LIKE"); 1658 1660 pxAddLabelSearchArgs(config, where, "-data_group", "warpBackgroundRun.data_group", "LIKE"); 1659 1661 pxAddLabelSearchArgs(config, where, "-dist_group", "warpBackgroundRun.data_group", "LIKE");
Note:
See TracChangeset
for help on using the changeset viewer.
