IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2008, 3:10:25 PM (18 years ago)
Author:
eugene
Message:

merge changes from eam_branch_20080229: better flag definitions, cleanup footprint code (move into psphotFindDetections), push mask selection into called functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotEvalPSF.c

    r15060 r16820  
    134134    // assign PM_SOURCE_MODE_GOODSTAR to bright objects within PSF region of dparams[]
    135135    keep = TRUE;
    136     keep &= (fabs(nSx) < PSF_SHAPE_NSIGMA);
    137     keep &= (fabs(nSy) < PSF_SHAPE_NSIGMA);
     136    // keep &= (fabs(nSx) < PSF_SHAPE_NSIGMA);
     137    // keep &= (fabs(nSy) < PSF_SHAPE_NSIGMA);
    138138    keep &= (SN > PSF_MIN_SN);
    139139    keep &= (Chi < PSF_MAX_CHI);
Note: See TracChangeset for help on using the changeset viewer.