Changeset 42331 for branches/eam_branches/ppImage.20230123/src/ppImage.h
- Timestamp:
- Jan 30, 2023, 9:43:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppImage.20230123/src/ppImage.h
r42293 r42331 35 35 bool doAuxMask; // apply auxillary mask 36 36 bool doNonLin; // Non-linearity correction 37 bool doNewNonLin; // Non-linearity correction 37 38 bool doOverscan; // Overscan subtraction 38 39 bool doNoiseMap; // Bias subtraction … … 175 176 bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options); 176 177 178 bool ppImageDetrendNewNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config); 179 177 180 bool ppImageDetrendNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config); 178 181 bool ppImageDetrendNonLinearLookup(pmReadout *input, psMetadataItem *dataItem);
Note:
See TracChangeset
for help on using the changeset viewer.
