IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32203


Ignore:
Timestamp:
Aug 29, 2011, 2:55:11 AM (15 years ago)
Author:
eugene
Message:

save the psf-optimal kron

Location:
branches/eam_branches/ipp-20110710/psModules/src/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psModules/src/objects/pmMoments.c

    r29004 r32203  
    3232    tmp->Mrf = 0.0;
    3333    tmp->Mrh = 0.0;
     34
     35    tmp->KronCore = 0.0;
     36    tmp->KronCoreErr = 0.0;
     37
    3438    tmp->KronFlux = 0.0;
    3539    tmp->KronFluxErr = 0.0;
     
    3741    tmp->KronFinner = 0.0;
    3842    tmp->KronFouter = 0.0;
     43
     44    tmp->KronFluxPSF = 0.0;
     45    tmp->KronFluxPSFErr = 0.0;
     46    tmp->KronRadiusPSF = 0.0;
    3947
    4048    tmp->Mx = 0.0;
  • branches/eam_branches/ipp-20110710/psModules/src/objects/pmMoments.h

    r31153 r32203  
    5151    int nPixels;  ///< Number of pixels used.
    5252
     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
    5357    float KronCore;    ///< flux in r < 1.0*Mrf
    5458    float KronCoreErr;    ///< error on flux in r < 1.0*Mrf
Note: See TracChangeset for help on using the changeset viewer.