IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2006, 10:21:36 AM (20 years ago)
Author:
magnier
Message:

adding chisq-flux trend corrections; adding option to use non-poisson errors for fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourceFitModel.c

    r6820 r6825  
    66 *  @author GLG, MHPCC
    77 *
    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 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9696            y->data.F32[nPix] = source->pixels->data.F32[i][j];
    9797            // psMinimizeLMChi2 takes wt = 1/dY^2
    98             if (POISSON_WEIGHT) {
     98            if (PM_PSF_POISSON_WEIGHTS) {
    9999                yErr->data.F32[nPix] = 1.0 / source->weight->data.F32[i][j];
    100100            } else {
Note: See TracChangeset for help on using the changeset viewer.