lsst.meas.extensions.astrometryNet  18.0.0-1-g27bbc53+2
Namespaces | Classes | Functions
lsst::meas::extensions::astrometryNet Namespace Reference

Namespaces

 anetAstrometry
 
 anetBasicAstrometry
 
 astrometry_net
 
 astrometryNetDataConfig
 
 cleanBadPoints
 
 detail
 
 loadAstrometryNetObjects
 
 multiindex
 
 version
 

Classes

class  MultiIndex
 
class  Solver
 A thin C++ wrapper around astrometry.net's solver_t struct. More...
 

Functions

lsst::afw::geom::Angle healpixDistance (int hp, int nside, lsst::afw::geom::SpherePoint const &coord)
 Calculate the distance from coordinates to a healpix. More...
 

Function Documentation

◆ healpixDistance()

lsst::afw::geom::Angle lsst::meas::extensions::astrometryNet::healpixDistance ( int  hp,
int  nside,
lsst::afw::geom::SpherePoint const &  coord 
)

Calculate the distance from coordinates to a healpix.

Note that this assumes that the astrometry.net catalog reference system is ICRS.

Definition at line 243 of file astrometry_net.cc.