IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 9:35:41 AM (17 years ago)
Author:
bills
Message:

Changed the way image ids are handled. For chip and warp new tables are
added the sole purpose of which are to create the image ids before
the images are created. For diff the id is added to diffInputSkyfile

File:
1 edited

Legend:

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

    r21237 r21308  
    239239            warp2 ? warp2 : PS_MAX_S64, // defined or NULL
    240240            stack2 ? stack2 : PS_MAX_S64, // defined or NULL
    241             tess_id
     241            tess_id,
     242            0                             // diff_skyfile_id
    242243        )) {
    243244        if (!psDBRollback(config->dbh)) {
     
    532533                           good_frac,
    533534                           code,
    534                            0,       // diff_image_id
    535535                           0        // magic_ds_id
    536536          )) {
     
    568568    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffSkyfile.diff_id", "==");
    569569    PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffInputSkyfile.skycell_id", "==");
    570     PXOPT_COPY_S64(config->args, where,  "-diff_image_id", "diffSkyfile.diff_image_id", "==");
     570    PXOPT_COPY_S64(config->args, where,  "-diff_skyfile_id", "diffInputSkyfile.diff_skyfile_id", "==");
    571571    PXOPT_COPY_STR(config->args, where, "-tess_id", "diffSkyfile.tess_id", "==");
    572572    PXOPT_COPY_S16(config->args, where, "-code", "diffSkyfile.fault", "==");
     
    834834            template_warp_id,
    835835            template_stack_id,
    836             tess_id
     836            tess_id,
     837            0
    837838        )) {
    838839        if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.