IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2009, 12:06:37 PM (17 years ago)
Author:
Paul Price
Message:

Fixing syntax errors in pswarpPixelFraction. Renaming this function (and its file) more along the lines of its current purpose: investigate the lit pixels (don't bother about the fraction, because ppStats will calculate that).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/pswarp/src/pswarpLoop.c

    r23677 r23679  
    290290    pmFPA *outFPA = outChip->parent;    ///< Output FP
    291291
    292     if (pswarpPixelFraction(output, stats, config)) {
     292    if (pswarpPixelsLit(output, stats, config)) {
    293293        psError(PS_ERR_UNKNOWN, false, "Unable to calculate pixel regions.");
    294294        psFree(cells);
Note: See TracChangeset for help on using the changeset viewer.