IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20146


Ignore:
Timestamp:
Oct 14, 2008, 10:59:31 AM (18 years ago)
Author:
Paul Price
Message:

Fixing typo.

File:
1 edited

Legend:

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

    r20144 r20146  
    123123        // factor of 4); also biases a bit low if any pixels are masked
    124124        // XXX I am not sure I want to keep this value...
    125         source->psfChisq = PS_SQR(nX) + PS_SQR(nY) + PS_SQR(nX) + PS_SQR(nR);
     125        source->psfChisq = PS_SQR(nX) + PS_SQR(nY) + PS_SQR(nL) + PS_SQR(nR);
    126126
    127127        float fCR = 0.0;
     
    265265    for (int x = -radius; x <= radius; x++) {
    266266        // Polynomial coefficients
     267        // XXX Should we be using the centre of the pixel as x or x+0.5?
    267268        float A = PS_SQR (1.0 / syy);
    268269        float B = x * sxy;
Note: See TracChangeset for help on using the changeset viewer.