SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Namespaces | Variables
AssocModeConfig.cpp File Reference
#include <map>
#include <boost/algorithm/string.hpp>
#include <fstream>
#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"
Include dependency graph for AssocModeConfig.cpp:

Go to the source code of this file.

Namespaces

namespace  SourceXtractor
 

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" }
 
static const std::string SourceXtractor::ASSOC_SOURCE_SIZES { "assoc-source-sizes" }
 
static const std::string SourceXtractor::ASSOC_DEFAULT_PIXEL_SIZE { "assoc-default-pixel-size" }
 
static const std::string SourceXtractor::ASSOC_GROUP_ID { "assoc-group-id" }
 
static const std::string SourceXtractor::ASSOC_CONFIG { "assoc-config" }
 
static const std::string SourceXtractor::ASSOC_TEST { "assoc-test" }