IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2013, 4:12:34 AM (13 years ago)
Author:
eugene
Message:

make sure the convolution scale is passed to all functions that need it; for DEV Reff guess, scale R1 by 2.3 (Graham & Driver)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceFitPCM.c

    r36314 r36320  
    115115    } else {
    116116        // xxx this is wrong because it does not convolve with the psf
    117         pmPCMMakeModel (source, pcm->modelConv, maskVal, psfSize);
     117        pmPCMMakeModel (source, pcm->modelConv, pcm->nsigma, maskVal, psfSize);
    118118        pmSourceChisqModelFlux (source, pcm->modelConv, maskVal);
    119119    }
Note: See TracChangeset for help on using the changeset viewer.