IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2009, 12:32:22 PM (16 years ago)
Author:
bills
Message:

-inst option to -updatecopied should apply to camera column

File:
1 edited

Legend:

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

    r25418 r26349  
    783783    psMetadata *where = psMetadataAlloc();
    784784    PXOPT_COPY_STR(config->args, where,  "-exp_name", "exp_name", "==");
    785     PXOPT_COPY_STR(config->args, where, "-inst", "inst", "==");
     785    PXOPT_COPY_STR(config->args, where, "-inst", "camera", "==");
    786786    PXOPT_COPY_STR(config->args, where, "-telescope", "telescope", "==");
    787787    PXOPT_COPY_STR(config->args, where,  "-class", "class", "==");
Note: See TracChangeset for help on using the changeset viewer.