- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/config/pmConfigMask.c
r23498 r27840 16 16 { "BLANK", "DETECTOR", 0x01, true }, // Pixel doesn't contain valid data 17 17 { "CTE", "DETECTOR", 0x01, true }, // Pixel has poor CTE 18 { "BURNTOOL", NULL, 0x04, false }, // Pixel has been touched by burntool 18 19 // Invalid signal ranges 19 20 { "SAT", NULL, 0x02, true }, // Pixel is saturated or non-linear … … 22 23 // Non-astronomical structures 23 24 { "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 core25 { "SPIKE", NULL, 0x08, false }, // Pixel contains a diffraction spike 26 { "GHOST", NULL, 0x08, false }, // Pixel contains an optical ghost 27 { "STREAK", NULL, 0x08, false }, // Pixel contains streak data 28 { "STARCORE", NULL, 0x08, false }, // Pixel contains a bright star core 28 29 // Effects of convolution and interpolation 29 30 { "CONV.BAD", NULL, 0x02, true }, // Pixel is bad after convolution with a bad pixel
Note:
See TracChangeset
for help on using the changeset viewer.
