SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PsfPluginConfig.h
Go to the documentation of this file.
1
17/*
18 * PsfPluginConfig.h
19 *
20 * Created on: Jun 25, 2018
21 * Author: Alejandro Álvarez Ayllón
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_PSF_PSFCONFIG_H_
25#define _SEIMPLEMENTATION_PLUGIN_PSF_PSFCONFIG_H_
26
27#include <Configuration/Configuration.h>
28#include <SEFramework/Psf/Psf.h>
29
30namespace SourceXtractor {
31
51
52} // end SourceXtractor
53
54#endif //_SEIMPLEMENTATION_PLUGIN_PSF_PSFCONFIG_H_
std::map< std::string, boost::program_options::variable_value > UserValues
std::map< std::string, OptionDescriptionList > getProgramOptions() override
std::shared_ptr< Psf > m_vpsf
void initialize(const UserValues &args) override
static std::shared_ptr< Psf > readPsf(const std::string &filename, int hdu_number=1)
const std::shared_ptr< Psf > & getPsf() const
virtual ~PsfPluginConfig()=default
static std::shared_ptr< Psf > generateGaussianPsf(SeFloat fwhm, SeFloat pixel_sampling)
void preInitialize(const UserValues &args) override
SeFloat32 SeFloat
Definition Types.h:32