SourceXtractorPlusPlus
0.14
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 | |
Functions | |
static bool | SourceXtractor::getNormalization (std::istream &line_stream) |
template<typename T > | |
static void | SourceXtractor::extractValues (std::istream &line_stream, std::vector< T > &data) |
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" } |
static const std::string | SourceXtractor::SEGMENTATION_BFS_MAX_DELTA {"segmentation-bfs-max-delta" } |