IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

save the psf-optimal kron

File:
1 edited

Legend:

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

    r32150 r32204  
    178178    moments->KronCore    = source->moments ? source->moments->KronCore : NAN;
    179179    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;
    180182
    181183    return true;
Note: See TracChangeset for help on using the changeset viewer.