SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
WCS.cpp File Reference
#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 "ElementsKernel/Exception.h"
#include "ElementsKernel/Logging.h"
#include "SEFramework/CoordinateSystem/WCS.h"
Include dependency graph for WCS.cpp:

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::stringSourceXtractor::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