IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2010, 5:13:52 PM (16 years ago)
Author:
watersc1
Message:

Merging czw_branch (maskstats and software versions) back into the trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ppImage/src/ppImageLoop.c

    r27556 r28043  
    196196        }
    197197
     198        if (options->doMaskStats) {
     199          //if (!ppImageMaskStats(config, view, options)) {
     200          if (!ppImageMaskStats(config, view, stats)) {
     201            ESCAPE("Unable to do Mask stats");
     202          }
     203        }
     204       
    198205        // these may be used by ppImageSubtractBackground.
    199206        // if these are defined as internal files, drop them here
     
    252259        ppImageFileCheck(config);
    253260    }
    254 
     261   
    255262    // Calculate summary statistics from FPA Metadata
    256263    if (!ppImageMetadataStats(config, stats, options)) {
Note: See TracChangeset for help on using the changeset viewer.