|
| BinnedWcs (boost::shared_ptr< afw::image::Wcs > parent, unsigned int xBin, unsigned int yBin, afw::geom::Point2I xy0) |
|
virtual | ~BinnedWcs () |
|
virtual boost::shared_ptr< afw::image::Wcs > | clone () const |
|
boost::shared_ptr< afw::image::Wcs > | upcast () |
|
boost::shared_ptr< afw::image::Wcs > | getParent () const |
|
unsigned int | getXBin () const |
|
unsigned int | getYBin () const |
|
afw::geom::Point2I | getXY0 () const |
|
virtual bool | hasDistortion () const |
|
virtual bool | isPersistable () const |
|
virtual void | flipImage (int flipLR, int flipTB, afw::geom::Extent2I dimensions) const |
|
virtual void | rotateImageBy90 (int nQuarter, afw::geom::Extent2I dimensions) const |
|
virtual boost::shared_ptr< daf::base::PropertyList > | getFitsMetadata () const |
|
afw::geom::AffineTransform | getBinnedToOriginal () const |
|
afw::geom::AffineTransform | getOriginalToBinned () const |
|
bool | operator== (Wcs const &other) const |
|
bool | operator!= (Wcs const &other) const |
|
std::shared_ptr< lsst::afw::coord::Coord > | getSkyOrigin () const |
|
lsst::afw::geom::Point2D | getPixelOrigin () const |
|
Eigen::Matrix2d | getCDMatrix () const |
|
bool | isFlipped () const |
|
double | pixArea (lsst::afw::geom::Point2D pix00) const |
|
geom::Angle | pixelScale () const |
|
std::shared_ptr< coord::Coord > | pixelToSky (double pix1, double pix2) const |
|
std::shared_ptr< coord::Coord > | pixelToSky (lsst::afw::geom::Point2D const &pixel) const |
|
void | pixelToSky (double pixel1, double pixel2, geom::Angle &sky1, geom::Angle &sky2) const |
|
geom::Point2D | skyToPixel (geom::Angle sky1, geom::Angle sky2) const |
|
geom::Point2D | skyToPixel (coord::Coord const &coord) const |
|
geom::Point2D | skyToIntermediateWorldCoord (coord::Coord const &coord) const |
|
afw::coord::CoordSystem | getCoordSystem () const |
|
double | getEquinox () const |
|
bool | isSameSkySystem (Wcs const &wcs) const |
|
geom::LinearTransform | getLinearTransform () const |
|
geom::AffineTransform | linearizePixelToSky (coord::Coord const &coord, geom::AngleUnit skyUnit=geom::degrees) const |
|
geom::AffineTransform | linearizePixelToSky (geom::Point2D const &pix, geom::AngleUnit skyUnit=geom::degrees) const |
|
geom::AffineTransform | linearizeSkyToPixel (coord::Coord const &coord, geom::AngleUnit skyUnit=geom::degrees) const |
|
geom::AffineTransform | linearizeSkyToPixel (geom::Point2D const &pix, geom::AngleUnit skyUnit=geom::degrees) const |
|
virtual void | shiftReferencePixel (double dx, double dy) |
|
virtual void | shiftReferencePixel (geom::Extent2D const &d) |
|
void | writeFits (std::string const &fileName, std::string const &mode="w") const |
|
void | writeFits (fits::MemFileManager &manager, std::string const &mode="w") const |
|
void | writeFits (fits::Fits &fitsfile) const |
|
void | serialize (Archive &, unsigned int const) |
|
std::string | repr () const |
|
void | markPersistent (void) |
|
memId | getId () const |
|
T | shared_from_this (T... args) |
|
Definition at line 41 of file BinnedWcs.h.