- Timestamp:
- Oct 26, 2013, 2:56:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c
r36229 r36240 580 580 581 581 // XXXX note this point here::: 582 float yweight = 1.0 / source->variance->data.F32[i][j];582 float yweight = pcm->poissonErrors ? 1.0 / source->variance->data.F32[i][j] : 1.0; 583 583 float delta = ymodel - source->pixels->data.F32[i][j]; 584 584
Note:
See TracChangeset
for help on using the changeset viewer.
