IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20440


Ignore:
Timestamp:
Oct 28, 2008, 11:19:54 AM (18 years ago)
Author:
bills
Message:

in warptool -scmap allow selecting results by class_id

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r20300 r20440  
    749749    PXOPT_COPY_STR(config->args, where, "-skycell_id", "skycell_id", "==");
    750750    PXOPT_COPY_STR(config->args, where, "-tess_id", "tess_id", "==");
     751    PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "==");
    751752
    752753    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
  • trunk/ippTools/src/warptoolConfig.c

    r20300 r20440  
    208208    psMetadataAddStr(scmapArgs, PS_LIST_TAIL, "-skycell_id", 0,            "search by skycell ID", NULL);
    209209    psMetadataAddStr(scmapArgs, PS_LIST_TAIL, "-tess_id", 0,            "search by tess ID", NULL);
     210    psMetadataAddStr(scmapArgs, PS_LIST_TAIL, "-class_id", 0,            "search by class ID", NULL);
    210211    psMetadataAddU64(scmapArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    211212    psMetadataAddBool(scmapArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.