IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2009, 12:43:49 PM (17 years ago)
Author:
eugene
Message:

add function to flip cells before flattening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.h

    r24079 r24229  
    4343    bool doStats;                       // call ppStats on the image
    4444    bool checkCTE;                      // measure pixel-based variance
     45    bool applyParity;                   // Apply Cell parities
    4546
    4647    bool doCrosstalkMeasure;            // measure crosstalk signal
     
    118119bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options);
    119120
     121// apply the cell flips to the input data before analysis
     122bool ppImageParityFlip (pmConfig *config, const ppImageOptions *options, const pmFPAview *view);
     123
    120124// Loop over the input
    121125bool ppImageLoop(pmConfig *config, ppImageOptions *options);
Note: See TracChangeset for help on using the changeset viewer.