- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110404/psphot (added) merged: 31313-31314,31328,31337,31362,31364,31381,31384,31437,31444
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psphot/src/psphotSourceSize.c
r31154 r31606 213 213 214 214 psVectorAppend (ApOff, dMag); 215 psVectorAppend (ApErr, source-> errMag);215 psVectorAppend (ApErr, source->psfMagErr); 216 216 } 217 217 if (num == 0) { … … 520 520 // set nSigmaMAG to include both systematic and poisson error terms. we include a hard 521 521 // floor on the Ap Sys Err (to be a bit generous). XXX put the floor in the recipe... 522 float nSigmaMAG = (dMag - options->ApResid) / hypot(source-> errMag, hypot(options->ApSysErr, 0.02));522 float nSigmaMAG = (dMag - options->ApResid) / hypot(source->psfMagErr, hypot(options->ApSysErr, 0.02)); 523 523 source->extNsigma = nSigmaMAG; 524 524
Note:
See TracChangeset
for help on using the changeset viewer.
