SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <FrameModel.h>
Public Member Functions | |
FrameModelPsfContainer (std::size_t n_extended_models) | |
FrameModelPsfContainer (PsfType psf, std::size_t n_extended_models) | |
template<typename ImageType > | |
void | convolve (size_t, ImageType &image) |
Adapter class for "traditional" PSF types: those without a context that can be computed only once (see prepare method on PSF types)
PsfType | The wrapped PSF type |
Definition at line 43 of file FrameModel.h.
ModelFitting::FrameModelPsfContainer< PsfType >::FrameModelPsfContainer | ( | std::size_t | n_extended_models | ) |
Constructor
n_extended_models | Ignored for this implementation |
ModelFitting::FrameModelPsfContainer< PsfType >::FrameModelPsfContainer | ( | PsfType | psf, |
std::size_t | n_extended_models | ||
) |
Constructor
psf | Wrapped PSF |
n_extended_models | Ignored for this implementation |
|
inline |
Wrap the call to the underlying PSF convolve method
ImageType | The type of the image to be convolved. It has to be readable/writable |
image | The image to convolve |
Definition at line 70 of file FrameModel.h.