This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | pmModelGroup |
Typedefs | |
| typedef psMinimizeLMChi2Func | pmModelFunc |
| typedef psMinimizeLMLimitFunc | pmModelLimits |
| typedef psF64(*) | pmModelFlux (const psVector *params) |
| typedef psF64(*) | pmModelRadius (const psVector *params, double flux) |
| typedef bool(*) | pmModelGuessFunc (pmModel *model, pmSource *source) |
| typedef bool(*) | pmModelFromPSFFunc (pmModel *modelPSF, pmModel *modelEXT, pmPSF *psf) |
| typedef bool(*) | pmModelFitStatusFunc (pmModel *model) |
Functions | |
| pmModelGroup * | pmModelGroupAlloc (int nModels) |
| bool | pmModelGroupInit (void) |
| void | pmModelGroupCleanup (void) |
| void | pmModelGroupAdd (pmModelGroup *model) |
| int | pmModelParameterCount (pmModelType type) |
| char * | pmModelGetType (pmModelType type) |
| pmModelType | pmModelSetType (char *name) |
| This function returns the internal model type code for the user-space model names. | |
| pmModelFunc | pmModelFunc_GetFunction (pmModelType type) |
| pmModelFunc is the function used to determine the value of the model at a specific coordinate, and is the one used by psMinimizeLMChi2. | |
| pmModelFlux | pmModelFlux_GetFunction (pmModelType type) |
| pmModelFlux returns the total integrated flux for the given input parameters. | |
| pmModelRadius | pmModelRadius_GetFunction (pmModelType type) |
| pmModelRadius returns the scaling radius at which the flux of the model matches the specified flux. | |
| pmModelLimits | pmModelLimits_GetFunction (pmModelType type) |
| pmModelLimits sets the parameter limit vectors for the function. | |
| pmModelGuessFunc | pmModelGuessFunc_GetFunction (pmModelType type) |
| pmModelGuessFunc generates an initial guess for the model based on the provided source statistics (moments and pixel values as needed). | |
| pmModelFromPSFFunc | pmModelFromPSFFunc_GetFunction (pmModelType type) |
| pmModelFromPSFFunc takes as input a representation of the psf and a value for the model and fills in the PSF parameters of the model. | |
| pmModelFitStatusFunc | pmModelFitStatusFunc_GetFunction (pmModelType type) |
| pmModelFitStatusFunc returns a true or false values based on the success or failure of a model fit. | |
| pmModel * | pmSourceModelGuess (pmSource *source, pmModelType model) |
| pmSourceModelGuess() | |
1.5.1