Changeset 25738 for trunk/psModules/src/config/pmConfigMask.c
- Timestamp:
- Oct 1, 2009, 4:03:58 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/config/pmConfigMask.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap merged: 25508,25521,25548,25553,25556,25559-25561,25563-25565,25568-25569,25695,25697,25715,25717-25718
- Property svn:mergeinfo changed
-
trunk/psModules/src/config/pmConfigMask.c
r23498 r25738 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.
