Changeset 35685 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jun 19, 2013, 10:21:44 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r35533 r35685 26 26 bool doMaskBuild; // Build internal mask 27 27 bool doVarianceBuild; // Build internal variance map 28 bool doApplyBurntool; // apply burntool correction 28 29 bool doMaskBurntool; // mask potential burntool trails 29 30 bool doMaskSat; // mask saturated pixels … … 182 183 bool ppImageCheckNoise(pmConfig *config, ppImageOptions *options, pmFPAview *view); 183 184 184 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask); 185 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *readout); 186 bool ppImageBurntoolMaskFromTable(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *readout); 187 188 bool ppImageBurntoolApply(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *readout); 185 189 186 190 bool ppImageDetrendPatternApply(pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options);
Note:
See TracChangeset
for help on using the changeset viewer.
