IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2008, 8:51:34 AM (17 years ago)
Author:
bills
Message:

in diffskyfileMode select by diffInputSkyfile.skycell_id diffSkyfile
doesn't have that column

File:
1 edited

Legend:

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

    r20693 r20719  
    557557    psMetadata *where = psMetadataAlloc();
    558558    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffSkyfile.diff_id", "==");
    559     PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffSkyfile.skycell_id", "==");
     559    PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffInputSkyfile.skycell_id", "==");
    560560    PXOPT_COPY_STR(config->args, where, "-tess_id", "diffSkyfile.tess_id", "==");
    561561    PXOPT_COPY_S16(config->args, where, "-code", "diffSkyfile.fault", "==");
Note: See TracChangeset for help on using the changeset viewer.