SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#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"
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" } |