Changeset 13900 for trunk/psphot/src/psphotMaskReadout.c
- Timestamp:
- Jun 19, 2007, 4:40:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMaskReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMaskReadout.c
r13593 r13900 1 1 # include "psphotInternal.h" 2 2 3 bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe, p mConfig *config) {3 bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe, psMaskType maskVal) { 4 4 5 5 bool status; … … 19 19 20 20 // psImageKeepRegion assumes the region refers to the parent coordinates 21 psImageKeepRegion (readout->mask, keep, "OR", pmConfigMask("BAD", config));21 psImageKeepRegion (readout->mask, keep, "OR", maskVal); 22 22 23 23 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
