|
lsst.afw g714e0ed6de+45adbcf3d0
|
Public Member Functions | |
| FitGrid (lsst::geom::Box2D const &bbox_, lsst::geom::Extent2I const &shape_, lsst::geom::Point2D const &crpix, TransformPoint2ToPoint2 const &pixelToIwc) | |
| lsst::geom::Extent2D | getStep () const noexcept |
Public Attributes | |
| lsst::geom::Box2D | bbox |
| lsst::geom::Extent2I | shape |
| std::vector< lsst::geom::Point2D > | dpix |
| std::vector< lsst::geom::Point2D > | iwc |
Definition at line 110 of file SipApproximation.cc.
|
inline |
Definition at line 112 of file SipApproximation.cc.
|
inlinenoexcept |
Definition at line 136 of file SipApproximation.cc.
| lsst::geom::Box2D lsst::afw::geom::SipApproximation::FitGrid::bbox |
Definition at line 143 of file SipApproximation.cc.
| std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::FitGrid::dpix |
Definition at line 145 of file SipApproximation.cc.
| std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::FitGrid::iwc |
Definition at line 146 of file SipApproximation.cc.
| lsst::geom::Extent2I lsst::afw::geom::SipApproximation::FitGrid::shape |
Definition at line 144 of file SipApproximation.cc.