SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Classes | Namespaces | Functions | Variables
WeightImageConfig.cpp File Reference
#include <limits>
#include <boost/algorithm/string.hpp>
#include "Configuration/ConfigManager.h"
#include "SEFramework/Image/ImageSource.h"
#include "SEFramework/Image/ProcessingImageSource.h"
#include "SEFramework/Image/ProcessedImage.h"
#include "SEFramework/FITS/FitsReader.h"
#include "SEImplementation/Configuration/DetectionImageConfig.h"
#include "SEImplementation/Configuration/WeightImageConfig.h"
Include dependency graph for WeightImageConfig.cpp:

Go to the source code of this file.

Classes

class  SourceXtractor::WeightMapImageSource
 

Namespaces

 SourceXtractor
 

Functions

static WeightImage::PixelType SourceXtractor::computeWeightThreshold (WeightImageConfig::WeightType weight_type, double threshold)
 

Variables

static const std::string SourceXtractor::WEIGHT_IMAGE {"weight-image" }
 
static const std::string SourceXtractor::WEIGHT_TYPE {"weight-type" }
 
static const std::string SourceXtractor::WEIGHT_ABSOLUTE {"weight-absolute" }
 
static const std::string SourceXtractor::WEIGHT_SCALING {"weight-scaling" }
 
static const std::string SourceXtractor::WEIGHT_THRESHOLD {"weight-threshold" }
 
static const std::string SourceXtractor::WEIGHT_SYMMETRYUSAGE {"weight-use-symmetry" }