IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38872


Ignore:
Timestamp:
Oct 17, 2015, 6:00:39 AM (11 years ago)
Author:
eugene
Message:

fix apFluxErr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePhotometry.c

    r36860 r38872  
    243243            return false;
    244244        }
    245 
     245        // NOTE : previous to r36860, we failed to pass a variance to pmSourcePhotometryAperSource, making apFluxErr wrong.
     246        // I should interpolate the source variance to match the signal, but failing to do so only makes a tiny
     247        // (~1-2%) error in the variance, and thus only a small error in the error on the aperture flux. 
     248        variance = source->variance;
    246249    } else {
    247250        flux = source->pixels;
Note: See TracChangeset for help on using the changeset viewer.