IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2013, 6:37:50 PM (13 years ago)
Author:
bills
Message:

in releasetool -listrelstack accept multiple -stack_type entries.
Have postage stamp parser accept 'notnightly' which it turns into -stack_type deep -stack_type reference

File:
1 edited

Legend:

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

    r35460 r35470  
    10141014    PXOPT_COPY_STR(config->args, where, "-tess_id",     "relStack.tess_id", "==");
    10151015    PXOPT_COPY_STR(config->args, where, "-skycell_id",  "relStack.skycell_id", "LIKE");
    1016     PXOPT_COPY_STR(config->args, where, "-stack_type",  "relStack.stack_type", "==");
     1016//    PXOPT_COPY_STR(config->args, where, "-stack_type",  "relStack.stack_type", "==");
    10171017    PXOPT_COPY_STR(config->args, where, "-stack_data_group",  "stackRun.data_group", "LIKE");
    10181018    PXOPT_COPY_STR(config->args, where, "-skycal_data_group", "skycalRun.data_group", "LIKE");
     
    10291029    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
    10301030    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
     1031
     1032    pxAddLabelSearchArgs (config, where, "-stack_type", "relStack.stack_type", "==");
    10311033
    10321034    psString query = pxDataGet("releasetool_listrelstack.sql");
Note: See TracChangeset for help on using the changeset viewer.