IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9885


Ignore:
Timestamp:
Nov 6, 2006, 11:12:14 PM (20 years ago)
Author:
magnier
Message:

moved pmPSFFromModels to pmPSFFromPSFtry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSFtry.h

    r9842 r9885  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-11-03 15:12:41 $
     8 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-11-07 09:12:14 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    113113);
    114114
     115/**
     116 *
     117 * This function takes a collection of pmModel fitted models from across a
     118 * single image and builds a pmPSF representation of the PSF. The input array of
     119 * model fits may consist of entries to be ignored (noted by a non-zero mask
     120 * entry). The analysis of the models fits a 2D polynomial for each parameter to
     121 * the collection of model parameters as a function of position (and
     122 * normalization?). In this process, some of the input models may be marked as
     123 * outliers and excluded from the fit. These elements will be marked with a
     124 * specific mask value (1 == PSFTRY_MASK_OUTLIER).
     125 *
     126 */
     127bool pmPSFFromPSFtry (pmPSFtry *psfTry);
     128
    115129# endif
Note: See TracChangeset for help on using the changeset viewer.