#include <iostream>
#include <sstream>
#include <cmath>
#include <cstring>
#include "boost/format.hpp"
#include "wcslib/wcs.h"
#include "wcslib/wcsfix.h"
#include "wcslib/wcshdr.h"
#include "lsst/daf/base.h"
#include "lsst/daf/base/Citizen.h"
#include "lsst/afw/formatters/Utils.h"
#include "lsst/afw/formatters/WcsFormatter.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/ImageUtils.h"
#include "lsst/afw/image/Wcs.h"
#include "lsst/afw/coord/Coord.h"
#include "lsst/afw/geom/Angle.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/aggregates.h"
Go to the source code of this file.
#define CHECK_NULLS |
( |
|
a, |
|
|
|
b |
|
) |
| |
Value:
if ((
b) == NULL) return true; \
return false; \
} \
if ((
b) == NULL) return false; \
} while (false)
if(width!=gim.getWidth()||height!=gim.getHeight()||x0!=gim.getX0()||y0!=gim.getY0())
afw::table::Key< double > b
Definition at line 509 of file Wcs.cc.
table::Key< table::Array<double> > cd |
table::PointKey<double> crpix |
table::PointKey<double> crval |
table::Key<std::string> ctype1 |
table::Key<std::string> ctype2 |
table::Key<std::string> cunit1 |
table::Key<std::string> cunit2 |
table::Key<double> equinox |
const int fitsToLsstPixels = -1 |
const int lsstToFitsPixels = +1 |
table::Key<std::string> radesys |