IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25480


Ignore:
Timestamp:
Sep 22, 2009, 2:29:27 PM (17 years ago)
Author:
Paul Price
Message:

More reasonable PSF model.

File:
1 edited

Legend:

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

    r25422 r25480  
    4040#else
    4141    // Dummy PSF
    42     pmPSF *psf = pmPSFBuildSimple("PS_MODEL_GAUSS", 4.0, 4.0, 0.0);
     42    pmPSF *psf = pmPSFBuildSimple("PS_MODEL_PS1_V1", 4.0, 4.0, 0.0, 1.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.