SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#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"
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" } |
|
static |
Definition at line 34 of file PsfPluginConfig.cpp.