#include <BinnedWcs.h>
|
virtual void | pixelToSkyImpl (double pixel1, double pixel2, afw::geom::Angle skyTmp[2]) const |
|
virtual afw::geom::Point2D | skyToPixelImpl (afw::geom::Angle sky1, afw::geom::Angle sky2) const |
|
Definition at line 41 of file BinnedWcs.h.
lsst::meas::algorithms::BinnedWcs::BinnedWcs |
( |
boost::shared_ptr< afw::image::Wcs > |
parent, |
|
|
unsigned int |
xBin, |
|
|
unsigned int |
yBin, |
|
|
afw::geom::Point2I |
xy0 |
|
) |
| |
virtual lsst::meas::algorithms::BinnedWcs::~BinnedWcs |
( |
| ) |
|
|
inlinevirtual |
virtual boost::shared_ptr< afw::image::Wcs > lsst::meas::algorithms::BinnedWcs::clone |
( |
| ) |
const |
|
inlinevirtual |
virtual void lsst::meas::algorithms::BinnedWcs::flipImage |
( |
int |
flipLR, |
|
|
int |
flipTB, |
|
|
afw::geom::Extent2I |
dimensions |
|
) |
| const |
|
inlinevirtual |
afw::geom::AffineTransform lsst::meas::algorithms::BinnedWcs::getBinnedToOriginal |
( |
| ) |
const |
|
inline |
virtual boost::shared_ptr< daf::base::PropertyList > lsst::meas::algorithms::BinnedWcs::getFitsMetadata |
( |
| ) |
const |
|
inlinevirtual |
afw::geom::AffineTransform lsst::meas::algorithms::BinnedWcs::getOriginalToBinned |
( |
| ) |
const |
|
inline |
boost::shared_ptr< afw::image::Wcs > lsst::meas::algorithms::BinnedWcs::getParent |
( |
| ) |
const |
|
inline |
unsigned int lsst::meas::algorithms::BinnedWcs::getXBin |
( |
| ) |
const |
|
inline |
unsigned int lsst::meas::algorithms::BinnedWcs::getYBin |
( |
| ) |
const |
|
inline |
virtual bool lsst::meas::algorithms::BinnedWcs::hasDistortion |
( |
| ) |
const |
|
inlinevirtual |
virtual bool lsst::meas::algorithms::BinnedWcs::isPersistable |
( |
| ) |
const |
|
inlinevirtual |
void lsst::meas::algorithms::BinnedWcs::pixelToSkyImpl |
( |
double |
pixel1, |
|
|
double |
pixel2, |
|
|
afw::geom::Angle |
skyTmp[2] |
|
) |
| const |
|
protectedvirtual |
virtual void lsst::meas::algorithms::BinnedWcs::rotateImageBy90 |
( |
int |
nQuarter, |
|
|
afw::geom::Extent2I |
dimensions |
|
) |
| const |
|
inlinevirtual |
afw::geom::Point2D lsst::meas::algorithms::BinnedWcs::skyToPixelImpl |
( |
afw::geom::Angle |
sky1, |
|
|
afw::geom::Angle |
sky2 |
|
) |
| const |
|
protectedvirtual |
boost::shared_ptr< afw::image::Wcs > lsst::meas::algorithms::BinnedWcs::upcast |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: