Changeset 20867
- Timestamp:
- Dec 1, 2008, 4:06:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceSize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceSize.c
r20865 r20867 122 122 // Soften weights (add systematic error) 123 123 float softening = 6 * soft * source->peak->flux; // Softening for weights 124 d CX += softening;125 d CY += softening;126 d CL += softening;127 d CR += softening;124 dcX += softening; 125 dcY += softening; 126 dcL += softening; 127 dcR += softening; 128 128 129 129 // P(chisq > chisq_obs; Ndof) = gamma_Q (Ndof/2, chisq/2)
Note:
See TracChangeset
for help on using the changeset viewer.
