Changeset 26314
- Timestamp:
- Dec 2, 2009, 7:26:49 AM (16 years ago)
- Location:
- branches/pap/ppStack/src
- Files:
-
- 2 edited
-
ppStackConvolve.c (modified) (1 diff)
-
ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackConvolve.c
r26312 r26314 132 132 psMetadataAddF32(options->stats, PS_LIST_TAIL, "KERNEL.NORM", PS_META_DUPLICATE_OK, 133 133 "Normalisation for kernel", norm); 134 fprintf(stderr, "Kernel normalisation for image %d: %f\n", i, norm); 134 135 } 135 136 float deconv = psMetadataLookupF32(NULL, readout->analysis, -
branches/pap/ppStack/src/ppStackMatch.c
r26310 r26314 377 377 if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows, 378 378 stampSources, SOURCE_MASK, NULL, NULL, options->psf, 379 minFlux, footprint + size, false, false)) {379 minFlux, footprint + size, false, true)) { 380 380 psError(PS_ERR_UNKNOWN, false, "Unable to generate fake image with target PSF."); 381 381 psFree(fake);
Note:
See TracChangeset
for help on using the changeset viewer.
