- Timestamp:
- Jan 31, 2010, 5:01:05 PM (16 years ago)
- Location:
- branches/eam_branches/psphot.stack.20100120
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotMaskReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120
- Property svn:mergeinfo changed
/branches/eam_branches/20091201/psphot (added) merged: 26645-26646,26648,26705,26746
- Property svn:mergeinfo changed
-
branches/eam_branches/psphot.stack.20100120/src/psphotMaskReadout.c
r26691 r26748 36 36 psAssert (readout, "missing readout?"); 37 37 38 // ** Interpret the mask values: 39 // XXX drop the write to recipe and move config into psphotRoughClass? 40 // XXX alternatively, define a function to set the psphot recipe masks 38 // save maskSat and maskBad on the psphot recipe (mostly for psphotRoughClass) 41 39 psImageMaskType maskSat = pmConfigMaskGet("SAT", config); // Mask value for saturated pixels 42 40 psMetadataAddImageMask (recipe, PS_LIST_TAIL, "MASK.SAT", PS_META_REPLACE, "user-defined mask", maskSat); … … 44 42 psImageMaskType maskBad = pmConfigMaskGet("LOW", config); // Mask value for low pixels 45 43 if (!maskBad) { 46 // XXX:for backward compatability look up old name44 // for backward compatability look up old name 47 45 maskBad = pmConfigMaskGet("BAD", config); 48 46 }
Note:
See TracChangeset
for help on using the changeset viewer.
