IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2006, 11:03:25 AM (20 years ago)
Author:
gusciora
Message:

These changes mostly reflect the new psStats SDRS changes.

However, pmObject.c will fail any real test because the call
to psMinimizeLMM() was commented out due to SDRS changes there.

File:
1 edited

Legend:

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

    r6206 r6325  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-01-26 21:19:25 $
     8 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-02-06 21:03:25 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    16531653
    16541654    psTrace (".pmObjects.pmSourceFitModel", 5, "fitting function\n");
    1655     fitStatus = psMinimizeLMChi2(myMin, covar, params, paramMask, x, y, yErr, modelFunc);
     1655
     1656    /* XXXX: Must change this:
     1657        fitStatus = psMinimizeLMChi2(myMin, covar, params, paramMask, x, y,
     1658                                     yErr, modelFunc);
     1659    */
    16561660    for (int i = 0; i < dparams->n; i++) {
    16571661        if ((paramMask != NULL) && paramMask->data.U8[i])
     
    18191823
    18201824    psTrace (".pmObjects.pmSourceFitModel", 5, "fitting function\n");
    1821     fitStatus = psMinimizeLMChi2(myMin, covar, params, paramMask, x, y, yErr, modelFunc);
     1825    /* XXXX: Must change this:
     1826        fitStatus = psMinimizeLMChi2(myMin, covar, params, paramMask, x, y, yErr, modelFunc);
     1827    */
    18221828    for (int i = 0; i < dparams->n; i++) {
    18231829        if ((paramMask != NULL) && paramMask->data.U8[i])
Note: See TracChangeset for help on using the changeset viewer.