|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <limits>#include <boost/algorithm/string.hpp>#include <boost/regex.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 "SEFramework/FITS/FitsImageSource.h"#include "SEImplementation/Configuration/DetectionImageConfig.h"#include "SEImplementation/Configuration/WeightImageConfig.h"
Go to the source code of this file.
Classes | |
| class | SourceXtractor::WeightMapImageSource |
Namespaces | |
| namespace | 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" } |