IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2015, 12:37:24 PM (11 years ago)
Author:
bills
Message:

train staticskytool -result to accept stack_id as a search parameter

File:
1 edited

Legend:

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

    r37164 r37999  
    650650    psMetadata *where = psMetadataAlloc();
    651651    PXOPT_COPY_S64(config->args, where, "-sky_id",     "staticskyRun.sky_id", "==");
     652    PXOPT_COPY_S64(config->args, where, "-stack_id",   "staticskyInput.stack_id", "==");
    652653    PXOPT_COPY_STR(config->args, where, "-label",      "staticskyRun.label", "==");
    653654    PXOPT_COPY_STR(config->args, where, "-data_group", "staticskyRun.data_group", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.