LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
warpExposure.cc File Reference

Support for warping an image to a new Wcs. More...

#include <cassert>
#include <cmath>
#include <limits>
#include <sstream>
#include <string>
#include <vector>
#include <utility>
#include <ctime>
#include "boost/shared_ptr.hpp"
#include "boost/pointer_cast.hpp"
#include "boost/cstdint.hpp"
#include "boost/regex.hpp"
#include "lsst/pex/logging/Trace.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/math/warpExposure.h"
#include "lsst/afw/geom.h"
#include "lsst/afw/math/Kernel.h"
#include "lsst/afw/coord/Coord.h"
#include "lsst/afw/image/Calib.h"
#include "lsst/afw/image/Wcs.h"
#include "lsst/afw/gpu/IsGpuBuild.h"
#include "lsst/afw/gpu/GpuExceptions.h"
#include "lsst/afw/gpu/DevicePreference.h"
#include "lsst/afw/math/detail/CudaLanczosWrapper.h"
#include "lsst/afw/math/detail/PositionFunctor.h"
#include "lsst/afw/math/detail/WarpAtOnePoint.h"

Go to the source code of this file.

Detailed Description

Support for warping an image to a new Wcs.

Definition in file warpExposure.cc.