IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15490


Ignore:
Timestamp:
Nov 7, 2007, 1:08:33 PM (19 years ago)
Author:
gusciora
Message:

Added a input parameter PS_ASSERT for pmPSFAlloc().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psModules/src/objects/pmPSF.c

    r15488 r15490  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.32.2.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-11-07 19:39:15 $
     8 *  @version $Revision: 1.32.2.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-07 23:08:33 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    104104 pmPSFAlloc (type): allocate a pmPSF.
    105105
    106  NOTE: PSF model parameters which are not modeled on an image are set to NULL in psf->params.
     106 NOTE: PSF model parameters which are not modeled on an image are set to NULL
     107 in psf->params.
    107108
    108109 These are normally:
     
    115116pmPSF *pmPSFAlloc (pmPSFOptions *options)
    116117{
     118    PS_ASSERT_PTR_NON_NULL(options, NAN);
    117119    int Nparams;
    118120
     
    216218    return ( psMemGetDeallocator(ptr) == (psFreeFunc) pmPSFFree);
    217219}
    218 
    219 
    220220
    221221// the PSF models the \sigma_{xy} variation of the elliptical contour as a function of position in the image with a
Note: See TracChangeset for help on using the changeset viewer.