IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21110


Ignore:
Timestamp:
Jan 12, 2009, 5:13:14 PM (17 years ago)
Author:
Paul Price
Message:

Minimum radius of fake sources is known --- it is the size of the PSF-matching footprint with a buffer the size of the convolution kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090108/ppStack/src/ppStackMatch.c

    r21109 r21110  
    412412
    413413            if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
    414                                           stampSources, NULL, NULL, psf, minFlux, 0, false, true)) {
     414                                          stampSources, NULL, NULL, psf, minFlux, footprint + size,
     415                                          false, true)) {
    415416                psError(PS_ERR_UNKNOWN, false, "Unable to generate fake image with target PSF.");
    416417                psFree(fake);
Note: See TracChangeset for help on using the changeset viewer.