Uses of Class
healpix.core.AngularPosition

Packages that use AngularPosition
healpix.core   
healpix.tools   
 

Uses of AngularPosition in healpix.core
 

Methods in healpix.core that return AngularPosition
static AngularPosition Healpix.pix2ang_nest(int nside, int ipix)
          Convert from pix number to angle renders theta and phi coordinates of the nominal pixel center for the pixel number ipix (NESTED scheme) given the map resolution parameter nside
static AngularPosition Healpix.pix2ang_ring(int nside, int ipix)
          Convert from pix number to angle renders theta and phi coordinates of the nominal pixel center for the pixel number ipix (RING scheme) given the map resolution parameter nside
 

Uses of AngularPosition in healpix.tools
 

Methods in healpix.tools that return AngularPosition
static AngularPosition CoordTransform.transform(AngularPosition pos, int trType)
          Transforms an angular position in radians in a given coordinate system to a position in an other coordinate system, also in radians.
static AngularPosition CoordTransform.transformInDeg(AngularPosition pos, int trType)
          Transforms an angular position in degrees in a given coordinate system to a position in an other coordinate systems, also in degrees.
 

Methods in healpix.tools with parameters of type AngularPosition
static AngularPosition CoordTransform.transform(AngularPosition pos, int trType)
          Transforms an angular position in radians in a given coordinate system to a position in an other coordinate system, also in radians.
static AngularPosition CoordTransform.transformInDeg(AngularPosition pos, int trType)
          Transforms an angular position in degrees in a given coordinate system to a position in an other coordinate systems, also in degrees.