IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2006, 7:13:42 AM (20 years ago)
Author:
magnier
Message:

bulk merge of eam_rel9_p0 onto this branch

File:
1 edited

Legend:

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

    r5844 r6448  
    99 *  @author EAM, IfA
    1010 *
    11  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-12-24 01:24:32 $
     11 *  @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-02-17 17:13:42 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9292 *
    9393 *  This function constructs the PSF model for the given source based on the
    94  *  supplied psf and the FLT model for the object.
    95  *
    96  */
    97 typedef bool (*pmModelFromPSFFunc)(pmModel *modelPSF, pmModel *modelFLT, pmPSF *psf);
     94 *  supplied psf and the EXT model for the object.
     95 *
     96 */
     97typedef bool (*pmModelFromPSFFunc)(pmModel *modelPSF, pmModel *modelEXT, pmPSF *psf);
    9898
    9999/**
     
    215215void pmModelGroupInit (void);
    216216
     217// free the internal (static) model group
     218void pmModelGroupCleanup (void);
     219
    217220// add a new model to the internal (static) model group
    218221void pmModelGroupAdd (pmModelGroup *model);
Note: See TracChangeset for help on using the changeset viewer.