IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16768


Ignore:
Timestamp:
Feb 29, 2008, 5:13:27 PM (18 years ago)
Author:
eugene
Message:

do not use shape to tag as POOR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080229/psphot/src/psphotEvalPSF.c

    r15060 r16768  
    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.