SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#include <mutex>
#include <boost/algorithm/string/trim.hpp>
#include <fitsio.h>
#include <wcslib/wcs.h>
#include <wcslib/wcshdr.h>
#include <wcslib/wcsfix.h>
#include <wcslib/wcsprintf.h>
#include <wcslib/getwcstab.h>
#include <wcslib/dis.h>
#include "ElementsKernel/Exception.h"
#include "ElementsKernel/Logging.h"
#include "SEFramework/CoordinateSystem/WCS.h"
Go to the source code of this file.
Namespaces | |
SourceXtractor | |
Functions | |
static void | SourceXtractor::wcsRaiseOnParseError (int ret_code) |
static void | SourceXtractor::wcsLogErr (wcserr *err) |
static void | SourceXtractor::wcsRaiseOnTransformError (wcsprm *wcs, int ret_code) |
static std::set< std::string > | SourceXtractor::wcsExtractKeywords (const char *header, int number_of_records) |
static void | SourceXtractor::wcsCheckHeaders (const wcsprm *wcs, const char *headers_str, int number_of_records) |
static void | SourceXtractor::wcsReportWarnings (const char *err_buffer) |
static int | SourceXtractor::wrapped_lincpy (int alloc, const struct linprm *linsrc, struct linprm *lindst) |
Variables | |
static auto | SourceXtractor::logger = Elements::Logging::getLogger("WCS") |
decltype(&lincpy) | SourceXtractor::safe_lincpy = &lincpy |