Changeset 10053 for trunk/psphot/src/psphotMaskReadout.c
- Timestamp:
- Nov 17, 2006, 1:04:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMaskReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMaskReadout.c
r9270 r10053 1 1 # include "psphot.h" 2 2 3 // 2006.02.04 : no leaks4 3 bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe) { 5 4 … … 16 15 psRegion valid = psRegionSet (XMIN, XMAX, YMIN, YMAX); 17 16 18 // psRegionForImage creates a region for the subimage, not the parent 19 // XXX I propose that psRegionForImage treat the region as referring to the parent... 17 // restrict the supplied region above to the valid area on the image 20 18 psRegion keep = psRegionForImage (readout->image, valid); 21 19
Note:
See TracChangeset
for help on using the changeset viewer.
