IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2007, 10:34:12 AM (19 years ago)
Author:
Paul Price
Message:

Adding good_frac for the fraction of good pixels (replacing pixel_fill for warpSkyfile).

File:
1 edited

Legend:

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

    r14900 r15376  
    937937    }
    938938
    939     psF64 pixel_fill = psMetadataLookupF64(&status, config->args, "-pixel_fill");
    940     if (!status) {
    941         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -pixel_fill");
     939    psF64 good_frac = psMetadataLookupF64(&status, config->args, "-good_frac");
     940    if (!status) {
     941        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -good_frac");
    942942        return false;
    943943    }
     
    966966            bg,
    967967            bg_stdev,
    968             pixel_fill,
     968            good_frac,
    969969            code
    970970        )) {
Note: See TracChangeset for help on using the changeset viewer.