IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21002


Ignore:
Timestamp:
Dec 15, 2008, 3:59:28 PM (17 years ago)
Author:
Paul Price
Message:

Changed API of pmReadoutFakeFromSources so that normalising the peak is optional. This is to attempt to get the output normalisation close to correct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r20833 r21002  
    316316
    317317            if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
    318                                           stampSources, NULL, NULL, psf, minFlux, 0, false)) {
     318                                          stampSources, NULL, NULL, psf, minFlux, 0, false, false)) {
    319319                psError(PS_ERR_UNKNOWN, false, "Unable to generate fake image with target PSF.");
    320320                psFree(fake);
Note: See TracChangeset for help on using the changeset viewer.