- Timestamp:
- Apr 24, 2011, 10:26:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psphot/src/psphotVisual.c
r31154 r31362 1867 1867 continue; 1868 1868 } 1869 if (source-> errMag> 0.1) {1869 if (source->psfMagErr > 0.1) { 1870 1870 xLOW->data.F32[nLOW] = source->moments->Mxx; 1871 1871 yLOW->data.F32[nLOW] = source->moments->Myy; … … 2591 2591 x->data.F32[n] = source->psfMag; 2592 2592 y->data.F32[n] = dMag; 2593 dy->data.F32[n] = source-> errMag;2593 dy->data.F32[n] = source->psfMagErr; 2594 2594 graphdata.xmin = PS_MIN(graphdata.xmin, x->data.F32[n]); 2595 2595 graphdata.xmax = PS_MAX(graphdata.xmax, x->data.F32[n]);
Note:
See TracChangeset
for help on using the changeset viewer.
