Changeset 29027 for trunk/psphot/src/psphotStackMatchPSFsUtils.c
- Timestamp:
- Aug 23, 2010, 4:14:50 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackMatchPSFsUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackMatchPSFsUtils.c
r28013 r29027 346 346 if (!fake) goto escape; 347 347 348 dumpImage(fake, readoutSrc, index, "fake");349 dumpImage(readoutSrc, readoutSrc, index, "real");348 // dumpImage(fake, readoutSrc, index, "fake"); 349 // dumpImage(readoutSrc, readoutSrc, index, "real"); 350 350 351 351 if (threads) pmSubtractionThreadsInit(); … … 380 380 } 381 381 382 dumpImage(readoutOut, readoutSrc, index, "conv");383 dumpImageDiff(readoutOut, fake, readoutSrc, index, "diff");382 // dumpImage(readoutOut, readoutSrc, index, "conv"); 383 // dumpImageDiff(readoutOut, fake, readoutSrc, index, "diff"); 384 384 385 385 psFree(fake);
Note:
See TracChangeset
for help on using the changeset viewer.
