|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#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>
Go to the source code of this file.
Namespaces | |
| namespace | SourceXtractor |
Functions | |
| static std::shared_ptr< VariablePsfStack > | SourceXtractor::readStackedPsf (std::unique_ptr< CCfits::FITS > &pFits) |
| static std::shared_ptr< VariablePsf > | SourceXtractor::readPsfEx (std::unique_ptr< CCfits::FITS > &pFits) |
| 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 36 of file PsfPluginConfig.cpp.