IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2013, 11:24:12 AM (13 years ago)
Author:
bills
Message:

convolve out to 5 sigma instead of previous 2

File:
1 edited

Legend:

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

    r36243 r36246  
    100100    // convolution with a Gaussian approximation to the kernel
    101101    pcm->use1Dgauss = false;
    102     pcm->nsigma = 3.0;
     102    pcm->nsigma = 5.0;
    103103    pcm->sigma = 1.0; // this should be set to something sensible when the psf is known
    104104
     
    293293    pmModelParamsToAxes (&axes, PAR[PM_PAR_SXX], PAR[PM_PAR_SXY], PAR[PM_PAR_SYY], useReff);
    294294   
    295     float nsigma = 2.0;
     295    float nsigma = 5.0;
    296296    *sigma = NAN;
    297297    *kappa = NAN;
Note: See TracChangeset for help on using the changeset viewer.