- Timestamp:
- Oct 28, 2013, 11:24:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCMdata.c
r36243 r36246 100 100 // convolution with a Gaussian approximation to the kernel 101 101 pcm->use1Dgauss = false; 102 pcm->nsigma = 3.0;102 pcm->nsigma = 5.0; 103 103 pcm->sigma = 1.0; // this should be set to something sensible when the psf is known 104 104 … … 293 293 pmModelParamsToAxes (&axes, PAR[PM_PAR_SXX], PAR[PM_PAR_SXY], PAR[PM_PAR_SYY], useReff); 294 294 295 float nsigma = 2.0;295 float nsigma = 5.0; 296 296 *sigma = NAN; 297 297 *kappa = NAN;
Note:
See TracChangeset
for help on using the changeset viewer.
