IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10097


Ignore:
Timestamp:
Nov 20, 2006, 2:09:41 AM (20 years ago)
Author:
magnier
Message:

use parameter fit errors for parameter 2D fit

File:
1 edited

Legend:

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

    r10075 r10097  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-11-18 07:31:44 $
     7 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-11-20 12:09:41 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    388388
    389389            z->data.F64[j] = source->modelEXT->params->data.F32[i];
    390             dz->data.F64[j] = 1; // use the model-fitted error? or S/N?
     390            dz->data.F64[j] = source->modelEXT->dparams->data.F32[i];
     391            // dz->data.F64[j] = 1; // use the model-fitted error? or S/N?
    391392
    392393            // for SXY, we actually fit SXY / (SXX^-2  + SYY^-2)
Note: See TracChangeset for help on using the changeset viewer.