IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2006, 1:04:25 PM (20 years ago)
Author:
eugene
Message:

cleaned up some comments, added psphotGuessModels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMaskReadout.c

    r9270 r10053  
    11# include "psphot.h"
    22
    3 // 2006.02.04 : no leaks
    43bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe) {
    54   
     
    1615    psRegion valid = psRegionSet (XMIN, XMAX, YMIN, YMAX);
    1716
    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
    2018    psRegion keep = psRegionForImage (readout->image, valid);
    2119
Note: See TracChangeset for help on using the changeset viewer.