IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2005, 11:42:07 AM (21 years ago)
Author:
gusciora
Message:

I incorporated EAMs modifications. There might still be bugs with this code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMinimize.h

    r4570 r4730  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-07-16 00:42:28 $
     10 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-08-08 21:42:07 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    135135    psVector *Beta,                    ///< New Beta guess
    136136    psVector *Params,                  ///< New Params guess
    137     psImage  *alpha,                   ///< Old Alpha guess
    138     psVector *beta,                    ///< Old Beta guess
    139     psVector *params,                  ///< Old Params guess
     137    const psImage  *alpha,             ///< Old Alpha guess
     138    const psVector *beta,              ///< Old Beta guess
     139    const psVector *params,            ///< Old Params guess
     140    const psVector *paramMask,         ///< Param Mask
    140141    psF64 lambda                       ///< Factor used in update
    141142    //XXX Got Better Desc?
     
    149150    psImage  *alpha,                   ///< alpha guess
    150151    psVector *beta,                    ///< beta guess
    151     psVector *params,                  ///< params guess
     152    const psVector *params,            ///< params guess
     153    const psVector *paramMask,         ///< param mask
    152154    const psArray  *x,                 ///< Measurement ordinates
    153155    const psVector *y,                 ///< Measurement coordinates
     
    155157    psMinimizeLMChi2Func func          ///< Specified function
    156158);
     159
    157160
    158161/** Specifies the format of a user-defined function that the general Powell
Note: See TracChangeset for help on using the changeset viewer.