SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
WCS.cpp File Reference
#include "SEFramework/CoordinateSystem/WCS.h"
#include <boost/algorithm/string/trim.hpp>
#include <fitsio.h>
#include <mutex>
#include <wcslib/dis.h>
#include <wcslib/wcs.h>
#include <wcslib/wcsfix.h>
#include <wcslib/wcshdr.h>
#include <wcslib/wcsprintf.h>
#include "ElementsKernel/Exception.h"
#include "ElementsKernel/Logging.h"
Include dependency graph for WCS.cpp:

Go to the source code of this file.

Namespaces

namespace  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_wcssub (int alloc, const struct wcsprm *wcssrc, int *nsub, int axes[], struct wcsprm *wcsdst)

Variables

static auto SourceXtractor::logger = Elements::Logging::getLogger("WCS")
decltype(&wcssub) SourceXtractor::safe_wcssub = &wcssub