IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35672 for trunk/ippTools/src


Ignore:
Timestamp:
Jun 18, 2013, 1:46:43 PM (13 years ago)
Author:
bills
Message:

fix errors in defining and running warp_bg and chip_bg runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/bgtool.c

    r35189 r35672  
    774774
    775775    psMetadata *where = psMetadataAlloc();
    776     PXOPT_COPY_S64(config->args, where, "-chip_bg_id", "chip_bg_id", "==");
    777     pxAddLabelSearchArgs(config, where, "-label", "label", "==");
     776    PXOPT_COPY_S64(config->args, where, "-chip_bg_id", "chipBackgroundRun.chip_bg_id", "==");
     777    pxAddLabelSearchArgs(config, where, "-label", "chipBackgroundRun.label", "==");
    778778    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
    779779
Note: See TracChangeset for help on using the changeset viewer.