IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26314


Ignore:
Timestamp:
Dec 2, 2009, 7:26:49 AM (16 years ago)
Author:
Paul Price
Message:

Try with normalisePeak=true again.

Location:
branches/pap/ppStack/src
Files:
2 edited

Legend:

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

    r26312 r26314  
    132132                    psMetadataAddF32(options->stats, PS_LIST_TAIL, "KERNEL.NORM", PS_META_DUPLICATE_OK,
    133133                                     "Normalisation for kernel", norm);
     134                    fprintf(stderr, "Kernel normalisation for image %d: %f\n", i, norm);
    134135                }
    135136                float deconv = psMetadataLookupF32(NULL, readout->analysis,
  • branches/pap/ppStack/src/ppStackMatch.c

    r26310 r26314  
    377377            if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
    378378                                          stampSources, SOURCE_MASK, NULL, NULL, options->psf,
    379                                           minFlux, footprint + size, false, false)) {
     379                                          minFlux, footprint + size, false, true)) {
    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.