IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2007, 2:55:49 PM (19 years ago)
Author:
magnier
Message:

adjusted pmModel.h to allow pmModel to use functions which use pmModel
as an argument.

adjusted the order of the pmPSF.h entries to allow that as an argument
as well

changed pmPSF I/O functions to load/save the psf on the
chip->analysis, not the readout->analysis

fixed the modelRadius function for PGAUSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/psModules/src/objects/pmModelUtils.h

    r14544 r14612  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-08-17 21:01:59 $
     7 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-08-23 00:55:49 $
    99 * Copyright 2007 IfA, University of Hawaii
    1010 */
     
    1515/// @addtogroup Objects Object Detection / Analysis Functions
    1616/// @{
     17
     18/**
     19 *
     20 * This function constructs a pmModel instance based on the pmPSF description
     21 * of the PSF. The input is a pmModel with at least the values of the centroid
     22 * coordinates (possibly normalization if this is needed) defined. The values of
     23 * the PSF-dependent parameters are specified for the specific realization based
     24 * on the coordinates of the object.
     25 *
     26 */
     27pmModel *pmModelFromPSF(
     28    pmModel *model,                     ///< Add comment
     29    pmPSF *psf                          ///< Add comment
     30);
    1731
    1832pmModel *pmModelFromPSFforXY (
     
    2842    );
    2943
     44
     45
    3046/// @}
    3147# endif /* PM_MODEL_UTILS_H */
Note: See TracChangeset for help on using the changeset viewer.