Changeset 38872
- Timestamp:
- Oct 17, 2015, 6:00:39 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourcePhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePhotometry.c
r36860 r38872 243 243 return false; 244 244 } 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; 246 249 } else { 247 250 flux = source->pixels;
Note:
See TracChangeset
for help on using the changeset viewer.
