IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27136


Ignore:
Timestamp:
Mar 2, 2010, 11:15:16 AM (16 years ago)
Author:
eugene
Message:

was using 3 instead of NSIGMA for refernce value

File:
1 edited

Legend:

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

    r26894 r27136  
    512512        maxS = PS_MAX(Sout[i], maxS);
    513513    }
    514     if (minS > 0.65) Sigma = sigma[3];
     514    if (minS > 0.65) Sigma = sigma[NSIGMA-1];
    515515    if (maxS < 0.65) Sigma = sigma[0];
    516516
Note: See TracChangeset for help on using the changeset viewer.