Uses of Class
healpix.essentials.Pointing
-
Uses of Pointing in healpix.essentials
Methods in healpix.essentials that return PointingModifier and TypeMethodDescriptionHealpixBase.pix2ang
(long pix) Returns the Pointing corresponding to the center of the supplied pixel.static Pointing
HealpixProc.pix2angNest
(int order, long pix) static Pointing
HealpixProc.pix2angRing
(int order, long pix) Methods in healpix.essentials with parameters of type PointingModifier and TypeMethodDescriptionlong
Returns the pixel which contains the supplied Pointing.static long
HealpixProc.ang2pixNest
(int order, Pointing ptg) static long
HealpixProc.ang2pixRing
(int order, Pointing ptg) Returns a range set of pixels whose centers lie within a given disk.HealpixBase.queryDiscInclusive
(Pointing ptg, double radius, int fact) Returns a range set of pixels which overlap with a given disk.static RangeSet
HealpixProc.queryDiscInclusiveNest
(int order, Pointing ptg, double radius, int fact) static RangeSet
HealpixProc.queryDiscInclusiveRing
(int order, Pointing ptg, double radius, int fact) static RangeSet
HealpixProc.queryDiscNest
(int order, Pointing ptg, double radius) static RangeSet
HealpixProc.queryDiscRing
(int order, Pointing ptg, double radius) HealpixBase.queryPolygon
(Pointing[] vertex) Returns a range set of pixels whose centers lie within the convex polygon defined by thevertex
array.HealpixBase.queryPolygonInclusive
(Pointing[] vertex, int fact) Returns a range set of pixels that overlap with the convex polygon defined by thevertex
array.static RangeSet
HealpixProc.queryPolygonInclusiveNest
(int order, Pointing[] vertex, int fact) static RangeSet
HealpixProc.queryPolygonInclusiveRing
(int order, Pointing[] vertex, int fact) static RangeSet
HealpixProc.queryPolygonNest
(int order, Pointing[] vertex) static RangeSet
HealpixProc.queryPolygonRing
(int order, Pointing[] vertex) Constructors in healpix.essentials with parameters of type Pointing