- Timestamp:
- Apr 10, 2006, 10:21:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceFitModel.c
r6820 r6825 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1.2. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-04- 09 18:45:42$8 * @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-04-10 20:21:36 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 96 96 y->data.F32[nPix] = source->pixels->data.F32[i][j]; 97 97 // psMinimizeLMChi2 takes wt = 1/dY^2 98 if (P OISSON_WEIGHT) {98 if (PM_PSF_POISSON_WEIGHTS) { 99 99 yErr->data.F32[nPix] = 1.0 / source->weight->data.F32[i][j]; 100 100 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
