SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ModelFittingConfig.cpp File Reference
#include <string>
#include <boost/python/extract.hpp>
#include <boost/python/object.hpp>
#include <boost/python/tuple.hpp>
#include <boost/python/dict.hpp>
#include "ElementsKernel/Logging.h"
#include "ModelFitting/Engine/LeastSquareEngineManager.h"
#include "SEImplementation/Plugin/FlexibleModelFitting/FlexibleModelFittingParameter.h"
#include "SEImplementation/Plugin/FlexibleModelFitting/FlexibleModelFittingConverterFactory.h"
#include "SEImplementation/PythonConfig/ObjectInfo.h"
#include "SEImplementation/Configuration/PythonConfig.h"
#include "SEImplementation/Configuration/ModelFittingConfig.h"
#include "Pyston/GIL.h"
#include "Pyston/Exceptions.h"
#include "Pyston/ExpressionTreeBuilder.h"
#include "Pyston/Util/GraphvizGenerator.h"
Include dependency graph for ModelFittingConfig.cpp:

Go to the source code of this file.

Classes

struct  SourceXtractor::FunctionFromPython< Signature >
struct  SourceXtractor::FunctionFromPython< double(const SourceInterface &)>
struct  SourceXtractor::FunctionFromPython< double(const Pyston::Context &, const std::vector< double > &)>
struct  SourceXtractor::FunctionFromPython< double(double, const SourceInterface &)>

Namespaces

namespace  SourceXtractor

Typedefs

typedef std::map< std::string, Attribute > AttributeSet

Functions

static double SourceXtractor::image_to_world_alpha (const Pyston::Context &context, double x, double y)
static double SourceXtractor::image_to_world_delta (const Pyston::Context &context, double x, double y)

Variables

static Elements::Logging logger = Elements::Logging::getLogger("Config")

Typedef Documentation

◆ AttributeSet

typedef std::map< std::string, Attribute > Pyston::AttributeSet

Variable Documentation

◆ logger

Definition at line 58 of file ModelFittingConfig.cpp.