Uses of Class
healpix.core.AngularPosition

Packages that use AngularPosition
healpix.core This package contains the Healpix core classes. 
healpix.core.dm This package contains the Healpix data model and implementation. 
healpix.tools This package contains several tools for use within the HEALPix code. 
 

Uses of AngularPosition in healpix.core
 

Methods in healpix.core that return AngularPosition
static AngularPosition Healpix.pix2ang_nest(int nside, int ipix)
          Deprecated. 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)
          Deprecated. 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 *
static AngularPosition HealpixIndex.vec2AngularPosition(SpatialVector v)
           
 

Uses of AngularPosition in healpix.core.dm
 

Methods in healpix.core.dm that return AngularPosition
 AngularPosition HealpixMapImp.pix2ang(long ipix)
           
 AngularPosition HealpixMap.pix2ang(long ipix)
          Returns the angular position AngularPosition pointing at that pixel index in the healpix sphere tesslated
 

Methods in healpix.core.dm with parameters of type AngularPosition
 void HealpixMapImp.add(AngularPosition pos, double val)
           
 void HealpixMap.add(AngularPosition pos, double val)
          Add a value to a HEALPix cell in the default map.
 void HealpixMapImp.add(int i, AngularPosition pos, double val)
           
 void HealpixMap.add(int i, AngularPosition pos, double val)
          Add a value to a HEALPix cell in a map
 int HealpixMapImp.ang2pix(AngularPosition pos)
          Get the map ith pixel from an AngularPosition position
 double HealpixMapImp.get(AngularPosition pos)
           
 double HealpixMap.get(AngularPosition pos)
          Return the value of an HEALPix cell in the default map.
 int HealpixMapImp.getPosCount(int i, AngularPosition pos)
          Get the accumulated added value to a pixel
 

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.
 


"Built from revision exported"