|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <assert.h>#include <fstream>#include <iomanip>#include <iostream>#include <string>#include <boost/algorithm/string/case_conv.hpp>#include <boost/algorithm/string/trim.hpp>#include <boost/filesystem/operations.hpp>#include <boost/filesystem/path.hpp>#include <boost/regex.hpp>#include "ElementsKernel/Exception.h"#include "ElementsKernel/Logging.h"#include "SEFramework/FITS/FitsFile.h"
Go to the source code of this file.
Namespaces | |
| namespace | SourceXtractor |
Functions | |
| static MetadataEntry::value_t | SourceXtractor::valueAutoCast (const std::string &value) |
| static void | SourceXtractor::close_fits (fitsfile *ptr) |
| static std::map< std::string, MetadataEntry > | SourceXtractor::loadHeadersFromFits (fitsfile *fptr) |
Variables | |
| static Elements::Logging | SourceXtractor::logger = Elements::Logging::getLogger("FitsFile") |