IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2023, 9:43:21 AM (3 years ago)
Author:
eugene
Message:

adding code to support the new (2023.01.30) non-linearity analysis based on new models determined by Hua Gao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ppImage.20230123/src/ppImage.h

    r42293 r42331  
    3535    bool doAuxMask;                     // apply auxillary mask
    3636    bool doNonLin;                      // Non-linearity correction
     37    bool doNewNonLin;                   // Non-linearity correction
    3738    bool doOverscan;                    // Overscan subtraction
    3839    bool doNoiseMap;                    // Bias subtraction
     
    175176bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options);
    176177
     178bool ppImageDetrendNewNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config);
     179
    177180bool ppImageDetrendNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config);
    178181bool ppImageDetrendNonLinearLookup(pmReadout *input, psMetadataItem *dataItem);
Note: See TracChangeset for help on using the changeset viewer.