Changeset 25406 for branches/eam_branches/20090715/ppImage/src/ppImage.h
- Timestamp:
- Sep 15, 2009, 4:02:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/ppImage/src/ppImage.h
r25022 r25406 26 26 bool doMaskBuild; // Build internal mask 27 27 bool doVarianceBuild; // Build internal variance map 28 bool doMaskBurntool; // mask potential burntool trails 28 29 bool doMaskSat; // mask saturated pixels 29 30 bool doMaskLow; // mask low pixels … … 74 75 psImageMaskType darkMask; // Mask value to give bad dark pixels 75 76 psImageMaskType blankMask; // Mask value to give blank pixels 76 77 psImageMaskType burntoolMask; // Suspect pixels that fall where a burntool trail is expected. 77 78 // non-linear correction parameters 78 79 psDataType nonLinearType; … … 82 83 // options for the analysis 83 84 pmOverscanOptions *overscan; // Overscan options 84 85 int burntoolTrails; 85 86 // binning parameters 86 87 int xBin1; // x-binning, scale 1 … … 156 157 bool ppImageCheckCTE(pmConfig *config, ppImageOptions *options, pmFPAview *view); 157 158 159 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask); 160 158 161 // Record which detrend file was used for the detrending 159 162 bool ppImageDetrendRecord(
Note:
See TracChangeset
for help on using the changeset viewer.
