IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2026, 9:38:40 PM (7 weeks ago)
Author:
eugene
Message:

add code to mask bad cells based on their overscan values compared with a reference table

File:
1 edited

Legend:

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

    r42890 r43038  
    3636    bool doNonLin;                      // Non-linearity correction
    3737    bool doNewNonLin;                   // Non-linearity correction
     38    bool doMaskBadOverscan;             // Mask cells/readouts with out-of-range overscan
    3839    bool doOverscan;                    // Overscan subtraction
    3940    bool doNoiseMap;                    // Bias subtraction
     
    180181bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options);
    181182
     183bool ppImageMaskBadOverscan(pmReadout *input, pmConfig  *config);
     184
    182185bool ppImageDetrendNewNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config);
    183186
Note: See TracChangeset for help on using the changeset viewer.