IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 6:27:36 PM (17 years ago)
Author:
Paul Price
Message:

Inputs are Sxx and Syy, presumably sigma, not FWHM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackPSF.c

    r25414 r25416  
    99#include "ppStack.h"
    1010
    11 //#define TESTING
     11#define TESTING
    1212
    1313pmPSF *ppStackPSF(const pmConfig *config, int numCols, int numRows,
     
    4040#else
    4141    // Dummy PSF
    42     pmPSF *psf = pmPSFBuildSimple("PS_MODEL_GAUSS", 7.0, 7.0, 0.0);
     42    pmPSF *psf = pmPSFBuildSimple("PS_MODEL_GAUSS", 4.0, 4.0, 0.0);
    4343    if (!psf) {
    4444        psError(PS_ERR_UNKNOWN, false, "Unable to build dummy PSF.");
Note: See TracChangeset for help on using the changeset viewer.