SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#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 "SEImplementation/CoordinateSystem/WCS.h"
#include <boost/algorithm/string/trim.hpp>
#include <mutex>
Go to the source code of this file.
Namespaces | |
SourceXtractor | |
Functions | |
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 |