|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <map>#include <boost/algorithm/string.hpp>#include <CCfits/CCfits>#include "ElementsKernel/Logging.h"#include "Table/AsciiReader.h"#include "Table/FitsReader.h"#include "Table/CastVisitor.h"#include "SEImplementation/Configuration/DetectionImageConfig.h"#include "SEImplementation/Configuration/PartitionStepConfig.h"#include "SEImplementation/Configuration/MultiThresholdPartitionConfig.h"#include "SEImplementation/Plugin/AssocMode/AssocModePartitionStep.h"#include "SEImplementation/Plugin/AssocMode/AssocModeConfig.h"
Go to the source code of this file.
Namespaces | |
| SourceXtractor | |
Enumerations | |
| enum | SourceXtractor::AssocCoordType { SourceXtractor::AssocCoordType::PIXEL, SourceXtractor::AssocCoordType::WORLD } |
Variables | |
| static Elements::Logging | SourceXtractor::logger = Elements::Logging::getLogger("AssocModeConfig") |
| static const std::string | SourceXtractor::ASSOC_CATALOG { "assoc-catalog" } |
| static const std::string | SourceXtractor::ASSOC_MODE { "assoc-mode" } |
| static const std::string | SourceXtractor::ASSOC_RADIUS { "assoc-radius" } |
| static const std::string | SourceXtractor::ASSOC_FILTER { "assoc-filter" } |
| static const std::string | SourceXtractor::ASSOC_COPY { "assoc-copy" } |
| static const std::string | SourceXtractor::ASSOC_COLUMNS { "assoc-columns" } |
| static const std::string | SourceXtractor::ASSOC_COORD_TYPE { "assoc-coord-type" } |
1.8.5