IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:14:23 PM (20 years ago)
Author:
magnier
Message:

major rework of objects code

File:
1 edited

Legend:

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

    r6537 r6556  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-07 06:33:35 $
     5 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-09 03:14:23 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3333);
    3434
    35 
    36 pmModel *pmSourceSelectModel (pmSource *source);
    37 
    38 /** pmSourceModelGuess()
    39  *
    40  * Convert available data to an initial guess for the given model. This
    41  * function allocates a pmModel entry for the pmSource structure based on the
    42  * provided model selection. The method of defining the model parameter guesses
    43  * are specified for each model below. The guess values are placed in the model
    44  * parameters. The function returns TRUE on success or FALSE on failure.
    45  *
    46  */
    47 pmModel *pmSourceModelGuess(
    48     pmSource *source,   ///< The input pmSource
    49     pmModelType model   ///< The type of model to be created.
    50 );
    51 
    5235# endif /* PM_SOURCE_FIT_MODEL_H */
Note: See TracChangeset for help on using the changeset viewer.