IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20867


Ignore:
Timestamp:
Dec 1, 2008, 4:06:13 PM (17 years ago)
Author:
Paul Price
Message:

Fixing variable names.

File:
1 edited

Legend:

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

    r20865 r20867  
    122122        // Soften weights (add systematic error)
    123123        float softening = 6 * soft * source->peak->flux; // Softening for weights
    124         dCX += softening;
    125         dCY += softening;
    126         dCL += softening;
    127         dCR += softening;
     124        dcX += softening;
     125        dcY += softening;
     126        dcL += softening;
     127        dcR += softening;
    128128
    129129        // P(chisq > chisq_obs; Ndof) = gamma_Q (Ndof/2, chisq/2)
Note: See TracChangeset for help on using the changeset viewer.