Changeset 43038 for trunk/ppImage/src/ppImage.h
- Timestamp:
- May 28, 2026, 9:38:40 PM (7 weeks ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r42890 r43038 36 36 bool doNonLin; // Non-linearity correction 37 37 bool doNewNonLin; // Non-linearity correction 38 bool doMaskBadOverscan; // Mask cells/readouts with out-of-range overscan 38 39 bool doOverscan; // Overscan subtraction 39 40 bool doNoiseMap; // Bias subtraction … … 180 181 bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options); 181 182 183 bool ppImageMaskBadOverscan(pmReadout *input, pmConfig *config); 184 182 185 bool ppImageDetrendNewNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config); 183 186
Note:
See TracChangeset
for help on using the changeset viewer.
