IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2009, 11:15:20 AM (17 years ago)
Author:
Paul Price
Message:

Nigel Metcalfe points out that we shouldn't use extended sources as stamps when convolving to a target PSF. To avoid this, I'm throwing out extended sources when I create the fake image. This requires an API change to pmReadoutFake(). I think I've caught all instances that use that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmReadoutFake.h

    r20999 r25313  
    1111#include <pmTrend2D.h>
    1212#include <pmPSF.h>
     13#include <pmSourceMasks.h>
    1314
    1415/// Generate a fake readout from an array of sources
     
    1617                              int numCols, int numRows, ///< Dimension of image
    1718                              const psArray *sources, ///< Array of pmSource
     19                              pmSourceMode sourceMask, ///< Mask for sources
    1820                              const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL
    1921                              const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL
Note: See TracChangeset for help on using the changeset viewer.