Changeset 19442 for trunk/psModules/src/config/pmConfigMask.c
- Timestamp:
- Sep 9, 2008, 2:37:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigMask.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigMask.c
r19441 r19442 47 47 "RANGE",// Pixel is out-of-range of linearity 48 48 "SAT", // Pixel is saturated 49 "LOW", // Pixel is low 50 "CONV", // Pixel is bad after convolution with a bad pixel 49 // "LOW", // Pixel is low 50 // "CONV", // Pixel is bad after convolution with a bad pixel 51 "BAD", // Pixel is low 52 "BAD.WARP", // Pixel is bad after convolution with a bad pixel 51 53 "CR", // Pixel contains a cosmic ray 52 54 "GHOST",// Pixel contains an optical ghost … … 78 80 }; 79 81 // Other mask names to ensure exist; these shouldn't be combined in the MASK.VALUE 80 static const char *otherMaskNames[] = { "POOR", // Pixel is poor after convolution with a bad pixel 82 static const char *otherMaskNames[] = { // "POOR", // Pixel is poor after convolution with a bad pixel 83 "POOR.WARP", // Pixel is poor after convolution with a bad pixel 81 84 NULL // End marker 82 85 };
Note:
See TracChangeset
for help on using the changeset viewer.
