- Timestamp:
- Mar 18, 2011, 2:09:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmSourceOutputs.c
r30935 r30974 143 143 144 144 outputs->calMag = isfinite(magOffset) ? source->psfMag + magOffset : NAN; 145 outputs->peakMag = (source->peak-> flux > 0) ? -2.5*log10(source->peak->flux) : NAN;145 outputs->peakMag = (source->peak->rawFlux > 0) ? -2.5*log10(source->peak->rawFlux) : NAN; 146 146 147 147 psSphere ptSky = {0.0, 0.0, 0.0, 0.0};
Note:
See TracChangeset
for help on using the changeset viewer.
