SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
PsfPluginConfig.cpp File Reference
#include <boost/algorithm/string.hpp>
#include "SEImplementation/Plugin/Psf/PsfPluginConfig.h"
#include "SEFramework/Psf/VariablePsf.h"
#include "SEFramework/Psf/VariablePsfStack.h"
#include "SEImplementation/Plugin/Psf/PsfTask.h"
#include <CCfits/CCfits>
#include <Configuration/ProgramOptionsHelper.h>
#include <ElementsKernel/Logging.h>
Include dependency graph for PsfPluginConfig.cpp:

Go to the source code of this file.

Namespaces

namespace  SourceXtractor
 

Functions

static std::shared_ptr< VariablePsfStackSourceXtractor::readStackedPsf (std::unique_ptr< CCfits::FITS > &pFits)
 
static std::shared_ptr< VariablePsfSourceXtractor::readPsfEx (std::unique_ptr< CCfits::FITS > &pFits)
 
template<typename T >
static std::shared_ptr< VariablePsfSourceXtractor::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 36 of file PsfPluginConfig.cpp.