IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23973


Ignore:
Timestamp:
Apr 24, 2009, 2:46:14 PM (17 years ago)
Author:
Paul Price
Message:

Didn't undo all of the maxRadius changes yesterday.

File:
1 edited

Legend:

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

    r23961 r23973  
    3333
    3434
    35 //#define TESTING                         // Enable test output
     35#define TESTING                         // Enable test output
    3636#define PEAK_FLUX 1.0e4                 // Peak flux for each source
    3737#define SKY_VALUE 0.0e0                 // Sky value for fake image
     
    298298        }
    299299
    300         if (!pmSourceMoments(source, radius)) {
     300        if (!pmSourceMoments(source, maxRadius)) {
    301301            // Can't do anything about it; limp along as best we can
    302302            psErrorClear();
     
    319319    options->poissonErrorsParams = true;
    320320    options->stats = psStatsAlloc(PSF_STATS);
    321     options->radius = radius;
     321    options->radius = maxRadius;
    322322    options->psfTrendMode = PM_TREND_MAP;
    323323    options->psfTrendNx = xOrder;
Note: See TracChangeset for help on using the changeset viewer.