Changeset 32203
- Timestamp:
- Aug 29, 2011, 2:55:11 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110710/psModules/src/objects
- Files:
-
- 2 edited
-
pmMoments.c (modified) (2 diffs)
-
pmMoments.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psModules/src/objects/pmMoments.c
r29004 r32203 32 32 tmp->Mrf = 0.0; 33 33 tmp->Mrh = 0.0; 34 35 tmp->KronCore = 0.0; 36 tmp->KronCoreErr = 0.0; 37 34 38 tmp->KronFlux = 0.0; 35 39 tmp->KronFluxErr = 0.0; … … 37 41 tmp->KronFinner = 0.0; 38 42 tmp->KronFouter = 0.0; 43 44 tmp->KronFluxPSF = 0.0; 45 tmp->KronFluxPSFErr = 0.0; 46 tmp->KronRadiusPSF = 0.0; 39 47 40 48 tmp->Mx = 0.0; -
branches/eam_branches/ipp-20110710/psModules/src/objects/pmMoments.h
r31153 r32203 51 51 int nPixels; ///< Number of pixels used. 52 52 53 float KronFluxPSF; ///< Kron Flux using PSF-optimized window 54 float KronFluxPSFErr; ///< Kron Flux Error using PSF-optimized window 55 float KronRadiusPSF; ///< Kron Radius using PSF-optimized window (Flux in 2.5 Radius) 56 53 57 float KronCore; ///< flux in r < 1.0*Mrf 54 58 float KronCoreErr; ///< error on flux in r < 1.0*Mrf
Note:
See TracChangeset
for help on using the changeset viewer.
