IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2009, 12:17:32 PM (17 years ago)
Author:
eugene
Message:

fix camtool -definebyquery usage of the label selection; add comments to clarify the label source for other definebyquery functions

File:
1 edited

Legend:

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

    r25851 r25935  
    130130    PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<=");
    131131    PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "==");
    132     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     132    pxAddLabelSearchArgs (config, where, "-label", "label", "=="); // XXX does this choose the right label?
    133133    PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "==");
    134134    PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "==");
Note: See TracChangeset for help on using the changeset viewer.