lsst.meas.astrom  13.0-14-g9415442+44
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Namespaces | Classes | Functions
lsst::meas::astrom::sip Namespace Reference

Namespaces

 cleanBadPoints
 
 genDistortedImage
 
 sourceMatchStatistics
 

Classes

class  CreateWcsWithSip
 Measure the distortions in an image plane and express them a SIP polynomials. More...
 
class  LeastSqFitter1d
 Fit an lsst::afw::math::Function1 object to a set of data points in one dimension. More...
 
class  LeastSqFitter2d
 Fit an lsst::afw::math::Function1 object to a set of data points in two dimensions. More...
 
class  MatchSrcToCatalogue
 Match a SourceSet of objects with known ra/dec with a SourceSet of objects with known xy positions Take a catalogue of objects with known positions, a catalogue of objects with known xy, and a wcs to convert one xy <–> ra/dec. More...
 

Functions

template<class MatchT >
CreateWcsWithSip< MatchT > makeCreateWcsWithSip (std::vector< MatchT > const &matches, afw::image::Wcs const &linearWcs, int const order, afw::geom::Box2I const &bbox=afw::geom::Box2I(), int const ngrid=0)
 Factory function for CreateWcsWithSip. More...
 
 PYBIND11_PLUGIN (createWcsWithSip)
 
 PYBIND11_PLUGIN (leastSqFitter1d)
 
 PYBIND11_PLUGIN (leastSqFitter2d)
 
 PYBIND11_PLUGIN (matchSrcToCatalogue)
 

Function Documentation

template<class MatchT >
CreateWcsWithSip<MatchT> lsst::meas::astrom::sip::makeCreateWcsWithSip ( std::vector< MatchT > const &  matches,
afw::image::Wcs const &  linearWcs,
int const  order,
afw::geom::Box2I const &  bbox = afw::geom::Box2I(),
int const  ngrid = 0 
)

Factory function for CreateWcsWithSip.

Definition at line 178 of file CreateWcsWithSip.h.

lsst::meas::astrom::sip::PYBIND11_PLUGIN ( matchSrcToCatalogue  )

Definition at line 39 of file matchSrcToCatalogue.cc.

lsst::meas::astrom::sip::PYBIND11_PLUGIN ( leastSqFitter2d  )

Definition at line 60 of file leastSqFitter2d.cc.

lsst::meas::astrom::sip::PYBIND11_PLUGIN ( leastSqFitter1d  )

Definition at line 61 of file leastSqFitter1d.cc.

lsst::meas::astrom::sip::PYBIND11_PLUGIN ( createWcsWithSip  )

Definition at line 68 of file createWcsWithSip.cc.