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/ppImage.h

    r26895 r28043  
    4949    bool applyParity;                   // Apply Cell parities
    5050
     51  bool doMaskStats;                      // Calculate mask statistics
     52 
    5153    bool doCrosstalkMeasure;            // measure crosstalk signal
    5254    bool doCrosstalkCorrect;            // apply crosstalk correction
     
    110112
    111113    char *normClass;                    // class to use for per-class normalization
     114
     115  psU16 maskstat_static;
     116  psU16 maskstat_dynamic;
     117  psU16 maskstat_magic;
     118  psU16 maskstat_advisory;
     119 
    112120} ppImageOptions;
    113121
     
    268276    );
    269277
     278// Calculate Mask statistics
     279bool ppImageMaskStats(pmConfig *config, pmFPAview *view, psMetadata *stats);
     280
    270281// calculate stats from headers and concepts
    271282bool ppImageMetadataStats(pmConfig *config, // Configuration
Note: See TracChangeset for help on using the changeset viewer.