IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2009, 7:44:55 AM (17 years ago)
Author:
bills
Message:

select off of chipProcessedImfile.magicked

File:
1 edited

Legend:

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

    r25702 r25706  
    603603    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    604604    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "LIKE");
    605     PXOPT_COPY_S64(config->args, where, "-magicked", "chipRun.magicked", "==");
     605    PXOPT_COPY_S64(config->args, where, "-magicked", "chipProcessedImfile.magicked", "==");
    606606
    607607    PXOPT_LOOKUP_U64(magicked, config->args, "-magicked", false, false);
Note: See TracChangeset for help on using the changeset viewer.