SourceXtractorPlusPlus  0.10
Please provide a description of the project.
Namespaces | Functions | Variables
PsfPluginConfig.cpp File Reference
#include <Configuration/ProgramOptionsHelper.h>
#include <SEImplementation/Image/ImagePsf.h>
#include <CCfits/CCfits>
#include <ElementsKernel/Logging.h>
#include "SEImplementation/Plugin/Psf/PsfPluginConfig.h"
#include "SEImplementation/Plugin/Psf/PsfTask.h"
Include dependency graph for PsfPluginConfig.cpp:

Go to the source code of this file.

Namespaces

 SourceXtractor
 

Functions

static std::shared_ptr< VariablePsf > SourceXtractor::readPsfEx (std::unique_ptr< CCfits::FITS > &pFits, int hdu_number=1)
 
template<typename T >
static std::shared_ptr< VariablePsf > SourceXtractor::readImage (T &image_hdu)
 

Variables

static auto logger = Elements::Logging::getLogger("PsfPlugin")
 
static const std::string SourceXtractor::PSF_FILE {"psf-filename"}
 
static const std::string SourceXtractor::PSF_FWHM {"psf-fwhm" }
 
static const std::string SourceXtractor::PSF_PIXEL_SAMPLING {"psf-pixel-sampling" }
 

Variable Documentation

◆ logger

auto logger = Elements::Logging::getLogger("PsfPlugin")
static

Definition at line 34 of file PsfPluginConfig.cpp.