IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2009, 3:02:22 PM (17 years ago)
Author:
eugene
Message:

adding feature to allow multiple labels for revert operations

File:
1 edited

Legend:

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

    r24552 r24562  
    680680    PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpSkyCellMap.skycell_id", "==");
    681681    PXOPT_COPY_STR(config->args, where, "-tess_id",    "warpSkyCellMap.tess_id", "==");
    682     PXOPT_COPY_STR(config->args, where, "-label",      "warpRun.label", "==");
     682    // PXOPT_COPY_STR(config->args, where, "-label",      "warpRun.label", "==");
     683    pxAddLabelSearchArgs (config, where, "-label",     "warpRun.label", "==");
    683684    PXOPT_COPY_S16(config->args, where, "-fault",      "warpSkyCellMap.fault", "==");
    684685
     
    12691270    PXOPT_COPY_STR(config->args, where, "-tess_id",    "warpSkyfile.tess_id", "==");
    12701271    PXOPT_COPY_STR(config->args, where, "-reduction",  "rawExp.reduction", "==");
    1271     PXOPT_COPY_STR(config->args, where, "-label",      "warpRun.label", "==");
     1272    // PXOPT_COPY_STR(config->args, where, "-label",      "warpRun.label", "==");
     1273    pxAddLabelSearchArgs (config, where, "-label",     "warpRun.label", "==");
    12721274    PXOPT_COPY_S16(config->args, where, "-fault",       "warpSkyfile.fault", "==");
    12731275
Note: See TracChangeset for help on using the changeset viewer.