IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 9:50:56 AM (18 years ago)
Author:
Paul Price
Message:

Previous merge didn't have the expected result, probably because of the revert-and-branch I did earlier. I think this is the expected result.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmPSFEnvelope.c

    r16479 r16607  
    3131
    3232
    33 #define TESTING                         // Enable test output
     33//#define TESTING                         // Enable test output
    3434#define PEAK_FLUX 1.0e3                 // Peak flux for each source
    3535#define SKY_VALUE 0.0e0                 // Sky value for fake image
     
    9494            fake->peak = pmPeakAlloc(xFake - dx, yFake - dy, PEAK_FLUX, PM_PEAK_LONE);
    9595            fake->type = PM_SOURCE_TYPE_STAR;
    96 
    97 #ifdef TESTING
    98             // Required to generate model image
    9996            fake->psfMag = -2.5 * log10(PEAK_FLUX);
    100 #endif
    10197
    10298            psTrace("psModules.imcombine", 5, "Source %d: %.2f,%.2f\n",
Note: See TracChangeset for help on using the changeset viewer.