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