IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2010, 5:27:29 PM (16 years ago)
Author:
watersc1
Message:

Updates to fix the fact that the set of warpSkyfiles for a given warpRun contain more than a psS32 worth of pixels.

File:
1 edited

Legend:

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

    r28043 r28056  
    675675    // Set chipRun.maskfrac* to the appropriate values.
    676676    if (maskfrac_npix) {
    677       if (!pxSetRunMaskfrac(config, "camRun", "cam_id",cam_id, maskfrac_npix, maskfrac_static,
     677      if (!pxSetRunMaskfrac(config, "camRun", "cam_id",cam_id, (float) maskfrac_npix, maskfrac_static,
    678678                            maskfrac_dynamic, maskfrac_magic, maskfrac_advisory)) {
    679679        if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.