IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

moved pmPSFFromModels to pmPSFFromPSFtry; now accepts a pmPSFtry as input

File:
1 edited

Legend:

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

    r9779 r9882  
    7272);
    7373
    74 
    75 /**
    76  *
    77  * This function takes a collection of pmModel fitted models from across a
    78  * single image and builds a pmPSF representation of the PSF. The input array of
    79  * model fits may consist of entries to be ignored (noted by a non-zero mask
    80  * entry). The analysis of the models fits a 2D polynomial for each parameter to
    81  * the collection of model parameters as a function of position (and
    82  * normalization?). In this process, some of the input models may be marked as
    83  * outliers and excluded from the fit. These elements will be marked with a
    84  * specific mask value (1 == PSFTRY_MASK_OUTLIER).
    85  *
    86  */
    87 bool pmPSFFromModels(
    88     pmPSF *psf,                         ///< Add comment
    89     psArray *models,                    ///< Add comment
    90     psVector *mask                      ///< Add comment
    91 );
    92 
    93 
    9474/**
    9575 *
Note: See TracChangeset for help on using the changeset viewer.