SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <iostream>
#include <fstream>
#include <boost/regex.hpp>
#include <boost/algorithm/string.hpp>
#include "ElementsKernel/Exception.h"
#include "Configuration/ConfigManager.h"
#include "SEFramework/Image/VectorImage.h"
#include "SEFramework/FITS/FitsReader.h"
#include "SEImplementation/Segmentation/BackgroundConvolution.h"
#include "SEImplementation/Configuration/SegmentationConfig.h"
Go to the source code of this file.
Namespaces | |
SourceXtractor | |
Variables | |
static Elements::Logging | SourceXtractor::segConfigLogger = Elements::Logging::getLogger("Config") |
static const std::string | SourceXtractor::SEGMENTATION_ALGORITHM {"segmentation-algorithm" } |
static const std::string | SourceXtractor::SEGMENTATION_DISABLE_FILTERING {"segmentation-disable-filtering" } |
static const std::string | SourceXtractor::SEGMENTATION_FILTER {"segmentation-filter" } |
static const std::string | SourceXtractor::SEGMENTATION_LUTZ_WINDOW_SIZE {"segmentation-lutz-window-size" } |