Changeset 23476
- Timestamp:
- Mar 20, 2009, 6:05:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigMask.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigMask.c
r21386 r23476 11 11 static pmConfigMaskInfo masks[] = { 12 12 { "DETECTOR", NULL, 0x00, true }, // Something is wrong with the detector 13 { "DARK", "DETECTOR", 0x00, true }, // Pixel doesn't dark-subtract properly14 13 { "FLAT", "DETECTOR", 0x01, true }, // Pixel doesn't flat-field properly 14 { "DARK", "DETECTOR", 0x01, true }, // Pixel doesn't dark-subtract properly 15 15 { "BLANK", "DETECTOR", 0x01, true }, // Pixel doesn't contain valid data 16 { "CTE", "DETECTOR", 0x01, true }, // Pixel has poor CTE 16 17 { "RANGE", NULL, 0x00, true }, // Pixel is out-of-range of linearity 17 18 { "SAT", "RANGE", 0x01, true }, // Pixel is saturated 18 19 { "BAD", "RANGE", 0x01, true }, // Pixel is low 20 { "CR", NULL, 0x01, true }, // Pixel contains a cosmic ray 21 { "SPIKE", NULL, 0x01, true }, // Pixel contains a diffraction spike 22 { "GHOST", NULL, 0x01, true }, // Pixel contains an optical ghost 23 { "STREAK", NULL, 0x01, true }, // Pixel contains streak data 24 { "STARCORE", NULL, 0x01, true }, // Pixel contains a bright star core 19 25 { "BAD.WARP", NULL, 0x01, true }, // Pixel is bad after convolution with a bad pixel 20 { "CR", NULL, 0x00, true }, // Pixel contains a cosmic ray 21 { "GHOST", NULL, 0x00, true }, // Pixel contains an optical ghost 22 { "POOR.WARP", NULL, 0x00, false }, // Pixel is poor after convolution with a bad pixel 26 { "POOR.WARP", NULL, 0x02, false }, // Pixel is poor after convolution with a bad pixel 23 27 // "LOW" Pixel is low 24 28 // "CONV" Pixel is bad after convolution with a bad pixel
Note:
See TracChangeset
for help on using the changeset viewer.
