Changeset 25299 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Sep 8, 2009, 5:32:55 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImage.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/cleanup (added) merged: 25050-25051,25088,25143-25155,25157-25159,25161,25210-25212
- Property svn:mergeinfo changed
-
trunk/ppImage/src/ppImage.h
r24903 r25299 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.
