Changeset 34155
- Timestamp:
- Jul 13, 2012, 4:41:42 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/staticskytool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/staticskytool.c
r34081 r34155 1447 1447 1448 1448 psMetadata *where = psMetadataAlloc(); 1449 PXOPT_COPY_S64(config->args, where, "-skycal_id", "s taticskyResult.sky_id", "==");1450 pxAddLabelSearchArgs(config, where, "-label", "s taticskyRun.label", "==");1451 pxAddLabelSearchArgs(config, where, "-data_group", "s taticskyRun.data_group", "==");1449 PXOPT_COPY_S64(config->args, where, "-skycal_id", "skycalResult.skycal_id", "=="); 1450 pxAddLabelSearchArgs(config, where, "-label", "skycalRun.label", "=="); 1451 pxAddLabelSearchArgs(config, where, "-data_group", "skycalRun.data_group", "=="); 1452 1452 pxAddLabelSearchArgs(config, where, "-filter", "stackRun.filter", "=="); 1453 PXOPT_COPY_S16(config->args, where, "-fault", "s taticskyResult.fault", "==");1453 PXOPT_COPY_S16(config->args, where, "-fault", "skycalResult.fault", "=="); 1454 1454 1455 1455 if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all")) {
Note:
See TracChangeset
for help on using the changeset viewer.
