Changeset 42702
- Timestamp:
- Jun 27, 2024, 10:22:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTools/src/xcfftool.c
r42699 r42702 541 541 psMetadata *where = psMetadataAlloc(); 542 542 PXOPT_COPY_S64(config->args, where, "-xcff_id", "xcForceRun.xcff_id", "=="); 543 PXOPT_COPY_S64(config->args, where, "-xccal_id", "xcForceRun.xccal_id", "==");543 PXOPT_COPY_S64(config->args, where, "-xccal_id", "xcForceRun.xccal_id", "=="); 544 544 PXOPT_COPY_S64(config->args, where, "-warp_id", "xcForceResult.warp_id", "=="); 545 545 PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "=="); 546 546 PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "=="); 547 PXOPT_COPY_STR(config->args, where, "-tess_id", " stackRun.tess_id", "LIKE");548 PXOPT_COPY_STR(config->args, where, "-skycell_id", " stackRun.skycell_id", "LIKE");547 PXOPT_COPY_STR(config->args, where, "-tess_id", "xcForceRun.tess_id", "LIKE"); 548 PXOPT_COPY_STR(config->args, where, "-skycell_id", "xcForceRun.skycell_id", "LIKE"); 549 549 PXOPT_COPY_STR(config->args, where, "-label", "xcForceRun.label", "=="); 550 550 PXOPT_COPY_STR(config->args, where, "-data_group", "xcForceRun.data_group", "LIKE");
Note:
See TracChangeset
for help on using the changeset viewer.
