Changeset 32204
- Timestamp:
- Aug 29, 2011, 2:55:25 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110710/psModules/src/objects
- Files:
-
- 2 edited
-
pmSourceOutputs.c (modified) (1 diff)
-
pmSourceOutputs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psModules/src/objects/pmSourceOutputs.c
r32150 r32204 178 178 moments->KronCore = source->moments ? source->moments->KronCore : NAN; 179 179 moments->KronCoreErr = source->moments ? source->moments->KronCoreErr : NAN; 180 moments->KronPSF = source->moments ? source->moments->KronFluxPSF : NAN; 181 moments->KronPSFErr = source->moments ? source->moments->KronFluxPSFErr : NAN; 180 182 181 183 return true; -
branches/eam_branches/ipp-20110710/psModules/src/objects/pmSourceOutputs.h
r31153 r32204 52 52 float KronCore; 53 53 float KronCoreErr; 54 float KronPSF; 55 float KronPSFErr; 54 56 } pmSourceOutputsMoments; 55 57
Note:
See TracChangeset
for help on using the changeset viewer.
