SourceXtractorPlusPlus
0.10
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 |
Definition at line 26 of file FrameModel.icpp.
ModelFitting::FrameModelPsfContainer< PsfType >::FrameModelPsfContainer | ( | PsfType | psf, |
std::size_t | n_extended_models | ||
) |
Constructor
psf | Wrapped PSF |
n_extended_models | Ignored for this implementation |
Definition at line 29 of file FrameModel.icpp.
References std::move().
|
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.