IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2011, 11:51:02 AM (15 years ago)
Author:
bills
Message:

add -destreaked option to -updaterun for chiptool warptool difftool and bgtool -updatechip and -updatewarp

File:
1 edited

Legend:

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

    r29671 r30729  
    501501    psString query = psStringCopy("UPDATE chipBackgroundRun");
    502502    bool result = pxUpdateRun(config, where, &query, "chipBackgroundRun", "chip_bg_id",
    503                               "chipBackgroundImfile", true);
     503                              "chipBackgroundImfile", true, true);
    504504
    505505    psFree(query);
     
    14711471    psString query = psStringCopy("UPDATE warpBackgroundRun");
    14721472    bool result = pxUpdateRun(config, where, &query, "warpBackgroundRun", "warp_bg_id",
    1473                               "warpBackgroundSkyfile", true);
     1473                              "warpBackgroundSkyfile", true, true);
    14741474
    14751475    psFree(query);
Note: See TracChangeset for help on using the changeset viewer.