lsst.afw g714e0ed6de+de8826df4f
Loading...
Searching...
No Matches
lsst::afw::geom::SipApproximation::ValidationGrid Struct Reference

Public Member Functions

 ValidationGrid (FitGrid const &fit_grid, SkyWcs const &target)
 
std::size_t size () const noexcept
 

Public Attributes

lsst::geom::Box2D bbox
 
lsst::geom::Extent2I shape
 
std::vector< lsst::geom::Point2Dpix
 
std::vector< lsst::geom::SpherePointsky
 

Detailed Description

Definition at line 151 of file SipApproximation.cc.

Constructor & Destructor Documentation

◆ ValidationGrid()

lsst::afw::geom::SipApproximation::ValidationGrid::ValidationGrid ( FitGrid const & fit_grid,
SkyWcs const & target )
inline

Definition at line 153 of file SipApproximation.cc.

Member Function Documentation

◆ size()

std::size_t lsst::afw::geom::SipApproximation::ValidationGrid::size ( ) const
inlinenoexcept

Definition at line 162 of file SipApproximation.cc.

Member Data Documentation

◆ bbox

lsst::geom::Box2D lsst::afw::geom::SipApproximation::ValidationGrid::bbox

Definition at line 166 of file SipApproximation.cc.

◆ pix

std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::ValidationGrid::pix

Definition at line 168 of file SipApproximation.cc.

◆ shape

lsst::geom::Extent2I lsst::afw::geom::SipApproximation::ValidationGrid::shape

Definition at line 167 of file SipApproximation.cc.

◆ sky

std::vector<lsst::geom::SpherePoint> lsst::afw::geom::SipApproximation::ValidationGrid::sky

Definition at line 169 of file SipApproximation.cc.


The documentation for this struct was generated from the following file: