Changeset 25715
- Timestamp:
- Oct 1, 2009, 10:25:25 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psModules/src/config/pmConfigMask.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/config/pmConfigMask.c
r23498 r25715 22 22 // Non-astronomical structures 23 23 { "CR", NULL, 0x08, true }, // Pixel contains a cosmic ray 24 { "SPIKE", NULL, 0x08, true }, // Pixel contains a diffraction spike25 { "GHOST", NULL, 0x08, true }, // Pixel contains an optical ghost26 { "STREAK", NULL, 0x08, true }, // Pixel contains streak data27 { "STARCORE", NULL, 0x08, true }, // Pixel contains a bright star core24 { "SPIKE", NULL, 0x08, false }, // Pixel contains a diffraction spike 25 { "GHOST", NULL, 0x08, false }, // Pixel contains an optical ghost 26 { "STREAK", NULL, 0x08, false }, // Pixel contains streak data 27 { "STARCORE", NULL, 0x08, false }, // Pixel contains a bright star core 28 28 // Effects of convolution and interpolation 29 29 { "CONV.BAD", NULL, 0x02, true }, // Pixel is bad after convolution with a bad pixel
Note:
See TracChangeset
for help on using the changeset viewer.
