IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21141


Ignore:
Timestamp:
Jan 19, 2009, 4:55:33 PM (17 years ago)
Author:
eugene
Message:

plug a leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/ppImage/src/ppImageLoop.c

    r21072 r21141  
    126126        }
    127127
    128         // measure various statistics for this image
     128        // measure various pixel-based statistics for this image
    129129        if (!ppImagePixelStats(config, stats, options, view)) {
    130             ESCAPE("Unable to measures stats for image");
     130            ESCAPE("Unable to measures pixel stats for image");
    131131        }
    132132        if (!ppImageMosaicChip(config, options, view, "PPIMAGE.CHIP", "PPIMAGE.OUTPUT")) {
     
    209209    }
    210210
    211     // Write out summary statistics
     211    // Calculate summary statistics from FPA Metadata
    212212    if (!ppImageMetadataStats(config, stats, options)) {
    213         ESCAPE("Unable to write statistics file.");
     213        ESCAPE("Unable to determine FPA-level metadata statistics.");
    214214    }
    215215
     
    218218        ESCAPE("save failure for FPA");
    219219    }
    220 
    221220    psFree(view);
    222221
     
    230229        }
    231230    }
     231    psFree (stats);
    232232
    233233    return true;
Note: See TracChangeset for help on using the changeset viewer.