IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2008, 11:14:05 AM (17 years ago)
Author:
bills
Message:

add selection of inputs by skycell_id

File:
1 edited

Legend:

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

    r20700 r20703  
    12481248    PXOPT_COPY_S64(config->args, where, "-magic_id", "magicRun.magic_id", "==");
    12491249    PXOPT_COPY_STR(config->args, where, "-class_id", "warpSkyCellMap.class_id", "==");
     1250    PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpSkyCellMap.skycell_id", "==");
    12501251
    12511252    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
     
    13121313    psMetadata *where = psMetadataAlloc();
    13131314    PXOPT_COPY_S64(config->args, where, "-magic_id", "magicRun.magic_id", "==");
     1315    PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpSkyfile.skycell_id", "==");
    13141316
    13151317    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
Note: See TracChangeset for help on using the changeset viewer.