IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 5:07:37 AM (16 years ago)
Author:
Paul Price
Message:

pmReadoutFakeFromSources was being called with normalisePeak=true, but I don't think we want to do this because we care about the normalisation of the source as a whole, not the peak. Try it with normalisePeak=false.

File:
1 edited

Legend:

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

    r26309 r26310  
    377377            if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
    378378                                          stampSources, SOURCE_MASK, NULL, NULL, options->psf,
    379                                           minFlux, footprint + size, false, true)) {
     379                                          minFlux, footprint + size, false, false)) {
    380380                psError(PS_ERR_UNKNOWN, false, "Unable to generate fake image with target PSF.");
    381381                psFree(fake);
Note: See TracChangeset for help on using the changeset viewer.