IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2011, 5:23:09 PM (15 years ago)
Author:
eugene
Message:

measure a core flux in the moment analysis - this can be used with the kron flux to flag (and exclude?) detections in the badly-subtracted background regions

File:
1 edited

Legend:

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

    r30784 r30865  
    170170    moments->Kinner = source->moments ? source->moments->KronFinner : NAN;
    171171    moments->Kouter = source->moments ? source->moments->KronFouter : NAN;
     172    moments->KronCore    = source->moments ? source->moments->KronCore : NAN;
     173    moments->KronCoreErr = source->moments ? source->moments->KronCoreErr : NAN;
    172174
    173175    return true;
Note: See TracChangeset for help on using the changeset viewer.