|
SourceXtractorPlusPlus
0.12
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" } |
1.8.14