IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2008, 10:47:04 AM (18 years ago)
Author:
Paul Price
Message:

Adding search by label to warptool selection modes.

File:
1 edited

Legend:

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

    r19370 r19408  
    562562    psMetadata *where = psMetadataAlloc();
    563563    PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "==");
     564    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    564565
    565566    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    811812    psMetadata *where = psMetadataAlloc();
    812813    PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "==");
     814    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    813815
    814816    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    917919                           uri,
    918920                           path_base,
    919                            "full",      // data_state
     921                           "full",      // data_state
    920922                           bg,
    921923                           bg_stdev,
Note: See TracChangeset for help on using the changeset viewer.