A B C D E F G H I K L M N O P Q R S T U V W X Y Z

A

AbstractHealpixMap - Interface in healpix.core.dm
This represent a generalized multi data map.
accept(File) - Method in class healpix.plot3d.gui.util.FitsFileFilter
 
acos(double) - Static method in class healpix.essentials.FastMath
This method calculates the arc cosine of x in radians.
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.ExtractBoxDialog
 
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.healpix3d.RotatePanel
This is required to implement ActionListener - this gets called when someone hits a button
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.MainFrame
 
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.Map3DPanelContent
 
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.MapDialog
 
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.MapPanel
This is required to implement ActionListener - this gets called when someone hits a button
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.view.HealView
This is required to implement ActionListener - this gets called when someone hits a button
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.view.MapView3d
This is required to implement ActionListener - this gets called when someone hits a button
actionPerformed(ActionEvent) - Method in class healpix.plot3d.gui.ViewMaps
This is required to implement ActionListener - this gets called when someone hits a button
add(long) - Method in class healpix.core.base.set.LongCollection
Add value to set
add(long) - Method in class healpix.core.base.set.LongList
 
add(int, long) - Method in class healpix.core.base.set.LongList
 
add(long) - Method in class healpix.core.base.set.LongSet
 
add(AngularPosition, double) - Method in interface healpix.core.dm.HealpixMap
Add a value to a HEALPix cell in the default map.
add(int, double) - Method in interface healpix.core.dm.HealpixMap
Add a value to a HEALPix cell in the default map.
add(int, AngularPosition, double) - Method in interface healpix.core.dm.HealpixMap
Add a value to a HEALPix cell in a map
add(AngularPosition, double) - Method in class healpix.core.dm.HealpixMapImp
 
add(int, double) - Method in class healpix.core.dm.HealpixMapImp
 
add(int, AngularPosition, double) - Method in class healpix.core.dm.HealpixMapImp
 
add(long, long) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the union of itself and [a;b[.
add(Vec3) - Method in class healpix.essentials.Vec3
Vector addition
add(SpatialVector) - Method in class healpix.tools.SpatialVector
vector addition
addAll(long[]) - Method in class healpix.core.base.set.LongCollection
add all values from given array
addAll(LongRangeSet) - Method in class healpix.core.base.set.LongCollection
 
addAll(LongIterator) - Method in class healpix.core.base.set.LongCollection
add all values from given iterator
addAll(LongCollection) - Method in class healpix.core.base.set.LongCollection
add all values from given set
addRange(long, long) - Method in class healpix.core.base.set.LongCollection
add all values from given range (inclusive)
addVec(SpatialVector, HealpixMap, double) - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
Adds the vec.
addVec(int, SpatialVector, HealpixMap, double) - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
 
ang2pix(double, double) - Method in interface healpix.core.dm.HealpixMap
Returns the index healpix pixel from an angular position
ang2pix(double, double) - Method in class healpix.core.dm.HealpixMapImp
 
ang2pix(AngularPosition) - Method in class healpix.core.dm.HealpixMapImp
Get the map ith pixel from an AngularPosition position
ang2pix(Pointing) - Method in class healpix.essentials.HealpixBase
Returns the pixel which contains the supplied Pointing.
ang2pix_nest(int, double, double) - Static method in class healpix.core.Healpix
Deprecated. renders the pixel number ipix (NESTED scheme) for a pixel which contains a point on a sphere at coordinates theta and phi, given the map resolution parametr nside the computation is made to the highest resolution available (nside=8192) and then degraded to that required (by integer division) this doesn't cost more, and it makes sure that the treatement of round-off will be consistent for every resolution
ang2pix_nest(double, double) - Method in class healpix.core.HealpixIndex
renders the pixel number ipix ( scheme as defined for object) for a pixel which contains a point on a sphere at coordinates theta and phi, given the map resolution parameter nside
ang2pix_ring(int, double, double) - Static method in class healpix.core.Healpix
Deprecated. renders the pixel number ipix (RING scheme) for a pixel which contains a point on a sphere at coordinates theta and phi, given the map resolution parametr nside the computation is made to the highest resolution available (nside=8192) and then degraded to that required (by integer division) this doesn't cost more, and it makes sure that the treatement of round-off will be consistent for every resolution
ang2pix_ring(double, double) - Method in class healpix.core.HealpixIndex
renders the pixel number ipix (RING scheme) for a pixel which contains a point on a sphere at coordinates theta and phi, given the map resolution parameter nside the computation is made to the highest resolution available (nside=8192) and then degraded to that required (by integer division) this doesn't cost more, and it makes sure that the treatement of round-off will be consistent for every resolution
Ang2PixAllTest - Class in healpix.core.test
Deprecated.  
Ang2PixAllTest() - Constructor for class healpix.core.test.Ang2PixAllTest
Deprecated.  
ang2pixNest(int, Pointing) - Static method in class healpix.essentials.HealpixProc
 
ang2pixRing(int, Pointing) - Static method in class healpix.essentials.HealpixProc
 
ang2Vec(double, double) - Static method in class healpix.core.HealpixIndex
calculates vector corresponding to angles theta (co-latitude measured from North pole, in [0,pi] radians) phi (longitude measured eastward in [0,2pi] radians) North pole is (x,y,z) = (0, 0, 1)
angDist(SpatialVector, SpatialVector) - Static method in class healpix.core.HealpixIndex
calculates angular distance (in radians) between 2 Vectors v1 and v2.
angle(Vec3) - Method in class healpix.essentials.Vec3
Angle between two vectors.
angle(SpatialVector) - Method in class healpix.tools.SpatialVector
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].
AngularPosition - Class in healpix.core
An angular position theta phi
AngularPosition() - Constructor for class healpix.core.AngularPosition
Default constructor
AngularPosition(double, double) - Constructor for class healpix.core.AngularPosition
Simple constructor init both values.
AngularPosition(Pointing) - Constructor for class healpix.core.AngularPosition
 
append(long) - Method in class healpix.core.base.set.LongRangeSetBuilder
append single long into builder
append(long) - Method in class healpix.essentials.RangeSet
Append a single-value range to the object.
append(long, long) - Method in class healpix.essentials.RangeSet
Append a range to the object.
append(RangeSet) - Method in class healpix.essentials.RangeSet
Append an entire range set to the object.
appendRange(long, long) - Method in class healpix.core.base.set.LongRangeSetBuilder
append range into builder
appendRanges(LongRangeIterator) - Method in class healpix.core.base.set.LongRangeSetBuilder
appends all ranges from iterator
appendRangeSet(LongRangeSet) - Method in class healpix.core.base.set.LongRangeSetBuilder
append all ranges from given LongRangeSet
appletResize(int, int) - Method in class healpix.plot3d.gui.MainFrame
 
approx(float, float, float) - Static method in class healpix.essentials.HealpixUtils
 
approx(double, double, double) - Static method in class healpix.essentials.HealpixUtils
 
ARCSECOND_RADIAN - Static variable in class healpix.tools.Constants
The Constant 1 arcsecond in units of radians.
asin(double) - Static method in class healpix.essentials.FastMath
This method calculates the arc sine of x in radians.
AstronomyHelpers - Class in healpix.tools
Astronomy-related helper functions for HEALPix.
AstronomyHelpers() - Constructor for class healpix.tools.AstronomyHelpers
 
atan(double) - Static method in class healpix.essentials.FastMath
Returns the arc tangent of an angle.
atan2(double, double) - Static method in class healpix.essentials.FastMath
This method calculates the arc tangent of y/x in radians, using the signs of the two arguments to determine the quadrant of the result.
average(int) - Method in interface healpix.core.dm.HealpixMap
Replace each cell value by the average of all values added to the cell.
average(int) - Method in class healpix.core.dm.HealpixMapImp
 

B

BASE_BLUE_FACTOR - Static variable in class healpix.plot3d.canvas3d.ColorConstants
BLUE Color factor value
BASE_BLUE_OFFSET - Static variable in class healpix.plot3d.canvas3d.ColorConstants
BLUE Color offset value
BASE_GREEN_FACTOR - Static variable in class healpix.plot3d.canvas3d.ColorConstants
GREEN Color factor value
BASE_GREEN_OFFSET - Static variable in class healpix.plot3d.canvas3d.ColorConstants
GREEN Color offset value
BASE_RED_FACTOR - Static variable in class healpix.plot3d.canvas3d.ColorConstants
RED Color factor value
BASE_RED_OFFSET - Static variable in class healpix.plot3d.canvas3d.ColorConstants
RED Color offset value
bitdiff(long, long) - Static method in class healpix.core.HealpixIndex
return difference of number of bits in pixels of two nsides.
BitManipulation - Class in healpix.core.base
This module provides functions that permute bits of the binary representation of a number.
BitManipulation() - Constructor for class healpix.core.base.BitManipulation
default constructor
BitManipulationTest - Class in healpix.core.base.test
Test the BitManipulation class.
BitManipulationTest() - Constructor for class healpix.core.base.test.BitManipulationTest
 
boundaries(long, int) - Method in class healpix.essentials.HealpixBase
Returns a set of points along the boundary of the given pixel.
boundariesNest(int, long, int) - Static method in class healpix.essentials.HealpixProc
 
boundariesRing(int, long, int) - Static method in class healpix.essentials.HealpixProc
 
BoxDisplay - Class in healpix.plot3d.gui
This class is basicaly a plotting canvas for a box of pixels extracted from an HealpixMap.
BoxDisplay() - Constructor for class healpix.plot3d.gui.BoxDisplay
Instantiates a new box display.
build() - Method in class healpix.core.base.set.LongRangeSetBuilder
Construct new LongRangeSet from appended values *

C

c - Static variable in class healpix.tools.Constants
The Constant c.
calculateNSide(double) - Static method in class healpix.core.HealpixIndex
calculate required nside given pixel size in arcsec
canvas3Dmap - Variable in class healpix.plot3d.gui.Map3DPanelContent
Map canvas 3d
check(boolean, String) - Static method in class healpix.essentials.HealpixUtils
Evaluates cond; if it is false, throws an Exception containing errtxt.
checkConsistency() - Method in class healpix.essentials.RangeSet
Checks the object for internal consistency.
clear() - Method in class healpix.core.base.set.LongCollection
remove all iterms from set
clear() - Method in class healpix.core.base.set.LongList
 
clear() - Method in class healpix.core.base.set.LongSet
 
clear() - Method in class healpix.essentials.RangeSet
Remove all entries in the set.
colname - Variable in class healpix.plot3d.gui.healpix3d.SimplePanel
The colname.
colname - Variable in class healpix.tools.HealpixMapCreator
The colname.
ColorBar - Class in healpix.plot3d.canvas3d
Displaying a bar of colors (the scale) using a ColorTransform and the min and max values.
ColorBar() - Constructor for class healpix.plot3d.canvas3d.ColorBar
Default constructor.
ColorBar(ColorTransform) - Constructor for class healpix.plot3d.canvas3d.ColorBar
Creates a new ColorBar object.
ColorConstants - Class in healpix.plot3d.canvas3d
Some color factor to get them from a static way.
ColorConstants() - Constructor for class healpix.plot3d.canvas3d.ColorConstants
Creates a new ColorConstants object.
ColorMap - Class in healpix.plot3d.canvas3d
Creates a color map using a color transformation of data values.
ColorMap(double, double) - Constructor for class healpix.plot3d.canvas3d.ColorMap
Creates a new ColorMap from min and max data values and default color transformation.
ColorMap(double, double, ColorTransform) - Constructor for class healpix.plot3d.canvas3d.ColorMap
Creates a new ColorMap object from min and max data values with a color transformation as input.
ColorTransform - Interface in healpix.plot3d.canvas3d
Interface that deals with color transformations
complement() - Method in class healpix.core.base.set.LongRangeSet
Create new LongRangeSet with complement (inversion) of values in this set.
computeTransform() - Method in interface healpix.plot3d.canvas3d.ColorTransform
Compute the color transformation.
computeTransform() - Method in class healpix.plot3d.canvas3d.SineColorTransform
 
Constants - Class in healpix.essentials
Some frequently used constants.
Constants() - Constructor for class healpix.essentials.Constants
 
Constants - Class in healpix.tools
The Class Constants.
Constants() - Constructor for class healpix.tools.Constants
 
contains(long) - Method in class healpix.core.base.set.LongCollection
 
contains(long) - Method in class healpix.core.base.set.LongList
 
contains(long) - Method in class healpix.core.base.set.LongRangeSet
 
contains(long) - Method in class healpix.core.base.set.LongSet
 
contains(long) - Method in class healpix.essentials.RangeSet
Returns true if a is contained in the set, else false.
containsAll(long, long) - Method in class healpix.core.base.set.LongRangeSet
 
containsAll(LongIterator) - Method in class healpix.core.base.set.LongRangeSet
 
containsAll(LongRangeIterator) - Method in class healpix.core.base.set.LongRangeSet
 
containsAll(long, long) - Method in class healpix.essentials.RangeSet
Returns true if all numbers [a;b[ are contained in the set, else false.
containsAll(RangeSet) - Method in class healpix.essentials.RangeSet
Returns true if the set completely contains "other", else false.
containsAny(long, long) - Method in class healpix.core.base.set.LongRangeSet
 
containsAny(LongIterator) - Method in class healpix.core.base.set.LongRangeSet
 
containsAny(LongRangeIterator) - Method in class healpix.core.base.set.LongRangeSet
 
containsAny(long, long) - Method in class healpix.essentials.RangeSet
Returns true if any of the numbers [a;b[ are contained in the set, else false.
containsAny(RangeSet) - Method in class healpix.essentials.RangeSet
Returns true if there is overlap between the set and "other", else false.
convert_nest2ring() - Method in interface healpix.core.dm.HealpixMap
Makes the conversion map NEST to RING
convert_nest2ring() - Method in class healpix.core.dm.HealpixMapImp
makes the conversion map NEST to RING
convert_ring2nest() - Method in interface healpix.core.dm.HealpixMap
makes the conversion map RING to NEST
convert_ring2nest() - Method in class healpix.core.dm.HealpixMapImp
makes the conversion map RING to NEST
CoordTransform - Class in healpix.tools
The Class CoordTransform.
CoordTransform() - Constructor for class healpix.tools.CoordTransform
 
corners_nest(long, int) - Method in class healpix.core.HealpixIndex
Returns set of points along the boundary of the given pixel in NEST scheme.
corners_ring(long, int) - Method in class healpix.core.HealpixIndex
Returns set of points along the boundary of the given pixel in RING scheme.
CornersTest - Class in healpix.core.test
The Class CornersTest.
CornersTest() - Constructor for class healpix.core.test.CornersTest
 
cos(double) - Static method in class healpix.essentials.FastMath
Returns the trigonometric cosine of an angle.
cosdist_zphi(double, double, double, double) - Static method in class healpix.essentials.HealpixUtils
Computes the cosine of the angular distance between two z, phi positions on the unit sphere.
cosdist_zphi(Zphi, Zphi) - Static method in class healpix.essentials.HealpixUtils
Computes the cosine of the angular distance between two z, phi positions on the unit sphere.
cPr - Static variable in class healpix.tools.Constants
The Constant cPr.
createSceneGraph() - Method in class healpix.plot3d.canvas3d.MapCanvas
Creates the scene graph.
createSceneGraph() - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Creates the scene graph.
createSimpleUniverse() - Method in class healpix.plot3d.demo.Healpix3DMap
Creates simple universe for display
createSimpleUniverse() - Method in class healpix.plot3d.gui.Map3DPanelContent
Creates simple universe for display
cross(Vec3) - Method in class healpix.essentials.Vec3
Vector cross product.
cross(SpatialVector) - Method in class healpix.tools.SpatialVector
vector cross product

D

DataSphere - Class in healpix.plot3d.gui.healpix3d
Despite name represents a single Healpix face.
DataSphere(int, int, HealpixMap, double, double) - Constructor for class healpix.plot3d.gui.healpix3d.DataSphere
Most detailed constructor.
DataSphere(int, HealpixMap) - Constructor for class healpix.plot3d.gui.healpix3d.DataSphere
Instantiates a new data sphere.
DataSphere(int, HealpixMap, int) - Constructor for class healpix.plot3d.gui.healpix3d.DataSphere
Used to get the data sphere from a ith map
DataSphere(int, HealpixMap, int, double, double) - Constructor for class healpix.plot3d.gui.healpix3d.DataSphere
Instantiates a new data sphere.
DataSphere(int, HealpixMap, int, double, double, HealpixBase) - Constructor for class healpix.plot3d.gui.healpix3d.DataSphere
Instantiates a new data sphere.
dec() - Method in class healpix.tools.SpatialVector
Get the dec angle in degrees
degrade(int) - Method in class healpix.core.dm.util.HealpixTool
Degrade the HealpixMap to Nside_out.
DialogToolTip - Class in healpix.plot3d.gui
Construct the tooltip dialog window for the ToolTipBehavior.
DialogToolTip() - Constructor for class healpix.plot3d.gui.DialogToolTip
 
difference(RangeSet) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the difference of itself and other.
DISABLEDtestQuery_Disc() - Method in class healpix.core.test.HealpixTest
Deprecated. Test query_ disc.
dot(Vec3) - Method in class healpix.essentials.Vec3
Computes the dot product of the this vector and v1.
dot(SpatialVector) - Method in class healpix.tools.SpatialVector
Computes the dot product of the this vector and vector v1.

E

ECL2EQ - Static variable in class healpix.tools.CoordTransform
The Constant ECL2EQ.
ECL2GAL - Static variable in class healpix.tools.CoordTransform
The Constant ECL2GAL.
EMPTY - Static variable in class healpix.core.base.set.LongRangeSetBuilder
empty LongRangeSet
ensureCapacity(int) - Method in class healpix.core.base.set.LongList
Ensures that this list has at least a specified capacity.
ensureCapacity(int) - Method in class healpix.essentials.RangeSet
Make sure the object can hold at least the given number of entries.
ensureSize(int) - Method in class healpix.core.base.set.LongRangeSetBuilder
make sure underling array have at least given size
EPS - Static variable in class healpix.tools.Constants
The Constant EPS.
EQ2ECL - Static variable in class healpix.tools.CoordTransform
The Constant EQ2ECL.
EQ2GAL - Static variable in class healpix.tools.CoordTransform
The Constant EQ2GAL.
equal(SpatialVector) - Method in class healpix.tools.SpatialVector
Compare vectors if coordinates are equals
equals(Object) - Method in class healpix.core.base.set.LongRangeSet
 
equals(Object) - Method in class healpix.essentials.Pointing
 
equals(Object) - Method in class healpix.essentials.RangeSet
Returns true the object represents an identical set of ranges as obj.
equals(Object) - Method in class healpix.essentials.Vec3
 
equals(Object) - Method in class healpix.essentials.Zphi
 
equals(Object) - Method in class healpix.tools.SpatialVector
 
ExtBoxDisplayer - Interface in healpix.plot3d.gui
 
ExtractBoxDialog - Class in healpix.plot3d.gui
Extract map dialog.
ExtractBoxDialog(ExtBoxDisplayer) - Constructor for class healpix.plot3d.gui.ExtractBoxDialog
Constructor with external display as input.

F

face - Variable in class healpix.essentials.Fxyf
index of the HEALPix basis pixel, range [0;11]
FaceSphere - Class in healpix.plot3d.gui.healpix3d
Creates a Healpix Face tesselation
FaceSphere(int, int) - Constructor for class healpix.plot3d.gui.healpix3d.FaceSphere
Instantiates a new face sphere.
FastMath - Class in healpix.essentials
FastMath class is a Java implementation of the SLEEF library.
FastMath() - Constructor for class healpix.essentials.FastMath
 
FastMathPerfTest - Class in healpix.essentials.test
A class to perform correctness and speed tests for the FastMath class
FastMathPerfTest() - Constructor for class healpix.essentials.test.FastMathPerfTest
 
FastMathTest - Class in healpix.essentials.test
A class to perform correctness and speed tests for FastMath class
FastMathTest() - Constructor for class healpix.essentials.test.FastMathTest
 
fill(double) - Method in class healpix.essentials.HealpixMapDouble
Sets all map pixel to a specific value.
fill(float) - Method in class healpix.essentials.HealpixMapFloat
Sets all map pixel to a specific value.
first() - Method in interface healpix.core.base.set.LongRangeIterator
 
first() - Method in class healpix.core.base.set.LongRangeSet
 
Fits2HealpixMap - Interface in healpix.fits
Interface to read fits file into healpix map
Fits2HealpixMapImp - Class in healpix.fits
Converts fits file into healpix map.
Fits2HealpixMapImp() - Constructor for class healpix.fits.Fits2HealpixMapImp
Default constructor.
fits2map(String) - Method in interface healpix.fits.Fits2HealpixMap
Read fits binary table from FITS file and set the HealpixMap with the data from table read
fits2map(String) - Method in class healpix.fits.Fits2HealpixMapImp
 
FitsFileFilter - Class in healpix.plot3d.gui.util
Filter to select FITS files.
FitsFileFilter() - Constructor for class healpix.plot3d.gui.util.FitsFileFilter
 
FitsTest - Class in healpix.fits.test
Test class on fits reading
FitsTest() - Constructor for class healpix.fits.test.FitsTest
 
fitsType - Variable in enum healpix.core.dm.HealpixMap.CoordSys
the FitsType char to go in COORDSYS Keyword
FitsUtil - Class in healpix.essentials
Basic FITS I/O support for Healpix maps.
FitsUtil() - Constructor for class healpix.essentials.FitsUtil
 
FitsUtilTest - Class in healpix.essentials.test
 
FitsUtilTest() - Constructor for class healpix.essentials.test.FitsUtilTest
 
flip() - Method in class healpix.essentials.Vec3
Invert the signs of all components
fmodulo(double, double) - Static method in class healpix.essentials.HealpixUtils
Returns the remainder of the division v1/v2.
fromFits(char) - Static method in enum healpix.core.dm.HealpixMap.CoordSys
 
fx - Variable in class healpix.essentials.Fxyf
x-coordinate within the basis pixel, range [0.0;1.0]
Fxyf - Class in healpix.essentials
Class describing a location on the sphere
Fxyf(double, double, int) - Constructor for class healpix.essentials.Fxyf
 
Fxyf(Vec3) - Constructor for class healpix.essentials.Fxyf
 
FxyfTest - Class in healpix.essentials.test
 
FxyfTest() - Constructor for class healpix.essentials.test.FxyfTest
 
fy - Variable in class healpix.essentials.Fxyf
y-coordinate within the basis pixel, range [0.0;1.0]

G

GAL2ECL - Static variable in class healpix.tools.CoordTransform
The Constant GAL2ECL.
GAL2EQ - Static variable in class healpix.tools.CoordTransform
The Constant GAL2EQ.
generateMap() - Method in class healpix.plot3d.demo.Healpix3DMap
Generates the dummy data Healpix map to be displayed
generateMap() - Method in class healpix.plot3d.gui.Map3DPanelContent
Generates the map to be displayed
get(int) - Method in class healpix.core.base.set.LongList
 
get(AngularPosition) - Method in interface healpix.core.dm.HealpixMap
Return the value of an HEALPix cell in the default map.
get(int, int) - Method in interface healpix.core.dm.HealpixMap
Return the value of an HEALPix cell in the map.
get(int) - Method in interface healpix.core.dm.HealpixMap
Return the value of an HEALPix cell in the default map.
get(AngularPosition) - Method in class healpix.core.dm.HealpixMapImp
 
get(int, int) - Method in class healpix.core.dm.HealpixMapImp
 
get(int) - Method in class healpix.core.dm.HealpixMapImp
 
get() - Method in class healpix.tools.SpatialVector
Get the coordinates in a 3 elements 1D array
getAngle(int) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Gets the angle.
getAngle() - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Gets the angle.
getApplet(String) - Method in class healpix.plot3d.gui.MainFrame
 
getAppletContext() - Method in class healpix.plot3d.gui.MainFrame
 
getApplets() - Method in class healpix.plot3d.gui.MainFrame
 
getAsVector() - Method in class healpix.core.AngularPosition
convenience conversion.
getAudioClip(URL) - Method in class healpix.plot3d.gui.MainFrame
 
getCanShowToolTips() - Method in class healpix.plot3d.canvas3d.ToolTipBehavior
Get if the tooltip behaviour is on or off
getChildrenAt(long, long, int) - Static method in class healpix.core.HealpixIndex
for a given pixel list all children pixels for it.
getCodeBase() - Method in class healpix.plot3d.gui.MainFrame
 
getColname() - Method in interface healpix.fits.Fits2HealpixMap
Get maps name
getColname() - Method in class healpix.fits.Fits2HealpixMapImp
 
getColname() - Method in class healpix.plot3d.gui.healpix3d.SimplePanel
Gets the colname.
getColor(double) - Method in class healpix.plot3d.canvas3d.ColorMap
Converts a value into a Color using the actual color tranformation, and minimum and maximum value.
getColor(double, double, double) - Method in interface healpix.plot3d.canvas3d.ColorTransform
Converts a value into a Color using the actual color tranformation, and minimum and maximum value.
getColor(double) - Method in class healpix.plot3d.canvas3d.SineColorTransform
Get the Color of a value using the defined scale color
getColor(double, double, double) - Method in class healpix.plot3d.canvas3d.SineColorTransform
 
getColor3f(double) - Method in class healpix.plot3d.canvas3d.SineColorTransform
Get Color3f from a value
getColorBar() - Method in class healpix.plot3d.canvas3d.MapCanvas
Gets the ColorBar
getContrast(Color) - Static method in class healpix.plot3d.canvas3d.ColorBar
Gets the contrast.
getCoordSys() - Method in interface healpix.core.dm.HealpixMap
return current coordsys
getCoordSys() - Method in class healpix.core.dm.HealpixMapImp
 
getCount(int, int) - Method in class healpix.core.dm.HealpixMapImp
Get the accumulated added value to a pixel
getData() - Method in class healpix.essentials.HealpixMapDouble
Returns the array containing all map pixels.
getData() - Method in class healpix.essentials.HealpixMapFloat
Returns the array containing all map pixels.
getDataType(String) - Method in class healpix.fits.Fits2HealpixMapImp
Gets the data type.
getDescription() - Method in class healpix.plot3d.gui.util.FitsFileFilter
 
getDimension(String) - Method in class healpix.fits.Fits2HealpixMapImp
Gets the dimension.
getDocumentBase() - Method in class healpix.plot3d.gui.MainFrame
 
getDoubleMap(String, int, int) - Static method in class healpix.essentials.FitsUtil
 
getFaceNum() - Method in class healpix.plot3d.gui.healpix3d.DataSphere
Gets the face num.
getFloatMap(String, int, int) - Static method in class healpix.essentials.FitsUtil
 
getFrame() - Method in class healpix.plot3d.gui.view.MapView3dApplet
Gets the frame.
getImage(URL) - Method in class healpix.plot3d.gui.MainFrame
 
getImap(String) - Method in interface healpix.core.dm.AbstractHealpixMap
Get the number corresponding to that name cname
getImap(String) - Method in class healpix.core.dm.HealpixMapImp
 
getInfo() - Method in class healpix.plot3d.gui.ViewMaps
 
getIpix(int) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Gets the ipix.
getIpix() - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Gets the ipix.
getMap() - Method in interface healpix.fits.Fits2HealpixMap
Getting the map.
getMap() - Method in class healpix.fits.Fits2HealpixMapImp
 
getMap() - Method in class healpix.plot3d.demo.Healpix3DMap
Gets the healpix map
getMap() - Method in class healpix.plot3d.demo.MapCanvas3D
This sets a new map for display.
getMap() - Method in class healpix.plot3d.gui.Map3DPanelContent
Gets the healpix map
getMap() - Method in class healpix.plot3d.gui.MapPanel
Gets the map.
getMap() - Method in interface healpix.plot3d.gui.MapTaker
Gets the map.
getMap() - Method in class healpix.plot3d.gui.view.MapView3d
 
getMap() - Method in class healpix.plot3d.gui.ViewMaps
 
getMap() - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
Gets the map.
getMap() - Method in class healpix.tools.HealpixMapCreator
Gets the map.
getMap() - Method in class healpix.tools.test.HealpixMapCreatorTest
Gets the map.
getMap3PixelsRing() - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
Gets the map3 pixels ring.
getMapItemData() - Method in interface healpix.core.dm.HealpixMap
Gets the column(s) data values
getMapItemData() - Method in class healpix.core.dm.HealpixMapImp
 
getMapNeighbours() - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
Gets the map with pix nest.
getMapWithPixNest() - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
Gets the map with pix nest.
getMapWithPixRing() - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
Gets the map with pix ring.
getMapWithPixRingTriangle() - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
Gets the map with pix ring triangle.
getMax() - Method in interface healpix.core.dm.HealpixMap
Returns maximum value from default map.
getMax(int) - Method in interface healpix.core.dm.HealpixMap
Returns maximum value from a map.
getMax() - Method in class healpix.core.dm.HealpixMapImp
 
getMax(int) - Method in class healpix.core.dm.HealpixMapImp
 
getMax() - Method in interface healpix.plot3d.canvas3d.ColorTransform
Gets the maximum data value used by this color transformation.
getMax() - Method in class healpix.plot3d.canvas3d.SineColorTransform
 
getMaxMapItem(int) - Method in class healpix.core.dm.HealpixMapImp
Gets the max map item.
getMin() - Method in interface healpix.core.dm.HealpixMap
Returns minimum value from default map
getMin(int) - Method in interface healpix.core.dm.HealpixMap
Returns minimum value from a map.
getMin() - Method in class healpix.core.dm.HealpixMapImp
 
getMin(int) - Method in class healpix.core.dm.HealpixMapImp
 
getMin() - Method in interface healpix.plot3d.canvas3d.ColorTransform
Gets the minimum data value used by this color transformation.
getMin() - Method in class healpix.plot3d.canvas3d.SineColorTransform
 
getMinMapItem(int) - Method in class healpix.core.dm.HealpixMapImp
Gets the min map item.
getName() - Method in interface healpix.core.dm.AbstractHealpixMap
Get the names from the HealpixMap
getName() - Method in class healpix.core.dm.HealpixMapImp
 
getNpix() - Method in class healpix.essentials.HealpixBase
Returns the total number of pixels in the pixelisation.
getNside() - Method in class healpix.core.dm.HealpixMapImp
Return the value of the HEALPix NSIDE parameter.
getNside() - Method in class healpix.essentials.HealpixBase
Returns the current Nside parameter.
getOrder() - Method in class healpix.essentials.HealpixBase
Returns the current order parameter.
getParameter(String) - Method in class healpix.plot3d.gui.MainFrame
 
getPixBox() - Method in class healpix.plot3d.gui.BoxDisplay
Gets the pix box.
getPixel(int) - Method in class healpix.essentials.HealpixMapDouble
Returns the value of the pixel with a given index.
getPixel(long) - Method in class healpix.essentials.HealpixMapDouble
Returns the value of the pixel with a given index.
getPixel(int) - Method in class healpix.essentials.HealpixMapFloat
Returns the value of the pixel with a given index.
getPixel(long) - Method in class healpix.essentials.HealpixMapFloat
Returns the value of the pixel with a given index.
getPixRes(long) - Static method in class healpix.core.HealpixIndex
calculates angular resolution of the pixel map in arc seconds.
getPosCount(int, AngularPosition) - Method in class healpix.core.dm.HealpixMapImp
Get the accumulated added value to a pixel
getPreferedSize() - Method in class healpix.plot3d.gui.BoxDisplay
Gets the prefered size.
getPreferredSize() - Method in class healpix.plot3d.canvas3d.ColorBar
 
getPreferredSize() - Method in class healpix.plot3d.gui.view.HealView
Window manager sets the size of the window officially but we can suggest which size we would like
getPreferredSize() - Method in class healpix.plot3d.gui.view.MapView3d
Window manager sets the size of the window officially but we can suggest which size we would like
getPreferredSize() - Method in class healpix.plot3d.gui.ViewMaps
Window manager sets the size of the window officially but we can suggest which size we would like
getRotationInterpolator() - Method in class healpix.plot3d.canvas3d.MapCanvas
 
getRotationInterpolator() - Method in class healpix.plot3d.demo.MapCanvas3D
From Rotatable interface.
getRotationInterpolator() - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
 
getRotationInterpolator() - Method in interface healpix.plot3d.gui.healpix3d.RotateAble
Getter.
getScaleColor() - Method in interface healpix.plot3d.canvas3d.ColorTransform
Gets the color scale factor
getScaleColor() - Method in class healpix.plot3d.canvas3d.SineColorTransform
 
getScheme() - Method in interface healpix.core.dm.AbstractHealpixMap
Return the current HEALPix scheme.
getScheme() - Method in class healpix.essentials.HealpixBase
Returns the current ordering scheme.
getStream(String) - Method in class healpix.plot3d.gui.MainFrame
 
getStreamKeys() - Method in class healpix.plot3d.gui.MainFrame
 
getText() - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Gets the text.
getTheSky() - Method in class healpix.plot3d.gui.view.MapView3d
Gets the the sky.
getToolTipTxt(int) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Gets the tool tip txt.
getToolTipTxt() - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Gets the tool tip txt.
getTransparency() - Method in class healpix.plot3d.canvas3d.MapCanvas
Gets tranparency value
getUnit(short) - Method in interface healpix.core.dm.HealpixMap
Get the unit of the map of index mapIndex
getUnit(short) - Method in class healpix.core.dm.HealpixMapImp
 
Group3DAxis - Class in healpix.plot3d.canvas3d
Group3DAxis draws three 3D axes x,y,z, composed of cylinders, with cones as their 'arrow'.
Group3DAxis() - Constructor for class healpix.plot3d.canvas3d.Group3DAxis
Creates a new Group3DAxis object.
Group3DAxis(Color3f) - Constructor for class healpix.plot3d.canvas3d.Group3DAxis
Specify color of the axes
Group3DCapturingCanvas3D - Class in healpix.plot3d.canvas3d
Class CapturingCanvas3D, using the instructions from the Java3D FAQ pages on how to capture a still image in jpeg format.
Group3DCapturingCanvas3D(GraphicsConfiguration) - Constructor for class healpix.plot3d.canvas3d.Group3DCapturingCanvas3D
Creates a new Group3DCapturingCanvas3D object.
Group3DCircle - Class in healpix.plot3d.canvas3d
A circle shape, extending Shape3D, drawn in the x,y plane around the origin Radius and number of points that make up the circle may be set
Group3DCircle() - Constructor for class healpix.plot3d.canvas3d.Group3DCircle
Create default circle visual object
Group3DCircle(double) - Constructor for class healpix.plot3d.canvas3d.Group3DCircle
Creates a new Group3DCircle object setting a radius.
Group3DCircle(double, int) - Constructor for class healpix.plot3d.canvas3d.Group3DCircle
Creates a new Group3DCircle object setting the circle radius and its resolution.
Group3DSphere - Class in healpix.plot3d.canvas3d
A sphere shape, extending Shape3D, but drawn using longitude/latitude lines.
Group3DSphere() - Constructor for class healpix.plot3d.canvas3d.Group3DSphere
Construct default sphere: longitudinal resolution 12, latitude 24, radius 1
Group3DSphere(int) - Constructor for class healpix.plot3d.canvas3d.Group3DSphere
Alternate constructor: specify radius
Group3DSphere(int, int) - Constructor for class healpix.plot3d.canvas3d.Group3DSphere
Alternate constructor: specify longitudinal and latitude resolution
Group3DSphere(int, int, int) - Constructor for class healpix.plot3d.canvas3d.Group3DSphere
Alternate constructor: specify resolutions and radius

H

halfpi - Static variable in class healpix.essentials.Constants
The Constant halfpi
hashCode() - Method in class healpix.core.base.set.LongRangeSet
 
hashCode() - Method in class healpix.essentials.Pointing
 
hashCode() - Method in class healpix.essentials.RangeSet
 
hashCode() - Method in class healpix.essentials.Vec3
 
hashCode() - Method in class healpix.essentials.Zphi
 
hashCode() - Method in class healpix.tools.SpatialVector
 
hasNext() - Method in interface healpix.core.base.set.LongIterator
Indicates whether more long values can be returned by this iterator.
hasNext() - Method in interface healpix.essentials.RangeSet.ValueIterator
 
HealCanvas - Class in healpix.plot3d.gui.healpix3d
The Class HealCanvas.
HealCanvas() - Constructor for class healpix.plot3d.gui.healpix3d.HealCanvas
Instantiates a new heal canvas.
HealPanel - Class in healpix.plot3d.gui.healpix3d
The Class HealPanel.
HealPanel() - Constructor for class healpix.plot3d.gui.healpix3d.HealPanel
Instantiates a new heal panel.
Healpix - Class in healpix.core
Deprecated. Use HealpixIndex - this class will be deleted and is no longer compatible with the 64bit version.
Healpix() - Constructor for class healpix.core.Healpix
Deprecated.  
healpix.core - package healpix.core
This package contains the Healpix core classes.
healpix.core.base - package healpix.core.base
This package contains basic classes used in core package.
healpix.core.base.set - package healpix.core.base.set
 
healpix.core.base.set.test - package healpix.core.base.set.test
 
healpix.core.base.test - package healpix.core.base.test
This package contains test classes.
healpix.core.dm - package healpix.core.dm
This package contains the Healpix data model and implementation.
healpix.core.dm.test - package healpix.core.dm.test
 
healpix.core.dm.util - package healpix.core.dm.util
This package contains a tool to interact with a Healpix map.
healpix.core.test - package healpix.core.test
This package contains test classes of the healpix.core and healpix.core.dm.util packages.
healpix.essentials - package healpix.essentials
Package implementing essential HEALPix functionality.
healpix.essentials.test - package healpix.essentials.test
 
healpix.fits - package healpix.fits
This package contains the fits utility classes.
healpix.fits.test - package healpix.fits.test
This package contains test classes of the healpix.fits package.
healpix.plot3d - package healpix.plot3d
This package contains the plotting 3d classes to plot a healpix map on a 3d sphere.
healpix.plot3d.canvas3d - package healpix.plot3d.canvas3d
This package contains the canvas classes related to construct a 3d scene with a data color bar, axis and equator.
healpix.plot3d.demo - package healpix.plot3d.demo
This package contains a demo of the healpix 3d viewer.
healpix.plot3d.gui - package healpix.plot3d.gui
This package contains the Graphical User Interface to give 3d interactive viewer.
healpix.plot3d.gui.healpix3d - package healpix.plot3d.gui.healpix3d
This package contains the java3d classes to plot a healpix map on a 3D sphere to interact with.
healpix.plot3d.gui.util - package healpix.plot3d.gui.util
This package contains utility classes used by the Graphical User Interface classes.
healpix.plot3d.gui.view - package healpix.plot3d.gui.view
This package contains view classes (frames) used by the Graphical User Interface classes.
healpix.plot3d.gui.view.test - package healpix.plot3d.gui.view.test
This package contains test classes of the healpix.plot3d.gui.view package.
healpix.plot3d.progs - package healpix.plot3d.progs
This package contains Graphical User Interface programs.
healpix.plot3d.progs.testing - package healpix.plot3d.progs.testing
 
healpix.tools - package healpix.tools
This package contains several tools for use within the HEALPix code.
healpix.tools.test - package healpix.tools.test
 
Healpix3DMap - Class in healpix.plot3d.demo
Simple JFrame to demostrate the healpix map 3d viewer.
Healpix3DMap(boolean) - Constructor for class healpix.plot3d.demo.Healpix3DMap
Construct the map viewer adding the canvas 3d map to the simple universe.
Healpix3DMap() - Constructor for class healpix.plot3d.demo.Healpix3DMap
Default constructor.
Healpix3DMapApplet - Class in healpix.plot3d.demo
This class is the applet used to launch Healpix3DMap from a web page.
Healpix3DMapApplet() - Constructor for class healpix.plot3d.demo.Healpix3DMapApplet
 
Healpix3DMapViewer - Class in healpix.plot3d.progs
The main priogram to run the healpix 3d map viewer Usage: java -cp jhealpix.jar healpix.plot3d.progs.Healpix3DMapViewer [filename]
Healpix3DMapViewer() - Constructor for class healpix.plot3d.progs.Healpix3DMapViewer
 
HealpixBase - Class in healpix.essentials
Basic opersations related to the HEALPix pixelisation.
HealpixBase() - Constructor for class healpix.essentials.HealpixBase
Initializes the object to Nside=1 and scheme=NESTED.
HealpixBase(long, Scheme) - Constructor for class healpix.essentials.HealpixBase
Initializes the object to a user-supplied Nside and ordering scheme.
HealpixBasePerfTest - Class in healpix.essentials.test
 
HealpixBasePerfTest() - Constructor for class healpix.essentials.test.HealpixBasePerfTest
 
HealpixBaseTest - Class in healpix.essentials.test
 
HealpixBaseTest() - Constructor for class healpix.essentials.test.HealpixBaseTest
 
HealpixDataIndex - Class in healpix.plot3d.gui.healpix3d
This class is used to construct the quad geometry for the 3d sphere.
HealpixDataIndex() - Constructor for class healpix.plot3d.gui.healpix3d.HealpixDataIndex
Default constructor
HealpixIndex - Class in healpix.core
Generic healpix routines but tied to a given NSIDE in the constructor Java version of some healpix routines from DSRI in java everything must be in a class - no functions floating about.
HealpixIndex() - Constructor for class healpix.core.HealpixIndex
Default constructor nside = 1024.
HealpixIndex(int) - Constructor for class healpix.core.HealpixIndex
Construct healpix routines tied to a given nside
HealpixIndex(int, Scheme) - Constructor for class healpix.core.HealpixIndex
 
HealpixIndexTest - Class in healpix.core.test
 
HealpixIndexTest() - Constructor for class healpix.core.test.HealpixIndexTest
 
HealpixMap - Interface in healpix.core.dm
Healpix map data model interface.
HealpixMap.CoordSys - Enum in healpix.core.dm
Coordinate system for this map - will put C,E,G in fits file.
HealpixMapCreator - Class in healpix.tools
A HealpixMap creator.
HealpixMapCreator() - Constructor for class healpix.tools.HealpixMapCreator
Instantiates a new healpix map creator.
HealpixMapCreator(String) - Constructor for class healpix.tools.HealpixMapCreator
Creates a HealpixMap from a fits file.
HealpixMapCreator(String[], double[][]) - Constructor for class healpix.tools.HealpixMapCreator
Creates a HealpixMap from map names and values.
HealpixMapCreator(int) - Constructor for class healpix.tools.HealpixMapCreator
Create an HEALPix map with given depth HealpixMap.
HealpixMapCreator(int, boolean) - Constructor for class healpix.tools.HealpixMapCreator
Instantiates a new healpix map creator.
HealpixMapCreatorTest - Class in healpix.tools.test
The Class HealpixMapCreatorTest.
HealpixMapCreatorTest() - Constructor for class healpix.tools.test.HealpixMapCreatorTest
 
HealpixMapDouble - Class in healpix.essentials
Class representing a full HEALPix map containing double values.
HealpixMapDouble() - Constructor for class healpix.essentials.HealpixMapDouble
 
HealpixMapDouble(long, Scheme) - Constructor for class healpix.essentials.HealpixMapDouble
 
HealpixMapDouble(double[], Scheme) - Constructor for class healpix.essentials.HealpixMapDouble
 
HealpixMapFloat - Class in healpix.essentials
Class representing a full HEALPix map containing float values.
HealpixMapFloat() - Constructor for class healpix.essentials.HealpixMapFloat
 
HealpixMapFloat(long, Scheme) - Constructor for class healpix.essentials.HealpixMapFloat
 
HealpixMapFloat(float[], Scheme) - Constructor for class healpix.essentials.HealpixMapFloat
 
HealpixMapImp - Class in healpix.core.dm
A Healpix map can generate sky maps encoded in the HEALPix sky indexing scheme (http://healpix.sourceforge.net/).
HealpixMapImp(String[], double[][]) - Constructor for class healpix.core.dm.HealpixMapImp
Construct a HEALPix mapper for a given map names and data columns.
HealpixMapImp(short, String[]) - Constructor for class healpix.core.dm.HealpixMapImp
Construct a HEALPix mapper for a given NSIDE.
HealpixMapImp(long, String[]) - Constructor for class healpix.core.dm.HealpixMapImp
Construct a HEALPix mapper whose sphere tesselisation contains no less than a given number of pixels.
HealpixMapTest - Class in healpix.core.dm.test
 
HealpixMapTest() - Constructor for class healpix.core.dm.test.HealpixMapTest
 
HealpixMapTest - Class in healpix.essentials.test
 
HealpixMapTest() - Constructor for class healpix.essentials.test.HealpixMapTest
 
HealpixMapToolTest - Class in healpix.core.test
The Class HealpixMapToolTest.
HealpixMapToolTest() - Constructor for class healpix.core.test.HealpixMapToolTest
 
HealpixPixelDataSphere - Class in healpix.plot3d.gui.healpix3d
Despite name represents a single Healpix face.
HealpixPixelDataSphere(HealpixMap, int, int) - Constructor for class healpix.plot3d.gui.healpix3d.HealpixPixelDataSphere
Used to get the data sphere from a ith map
HealpixProc - Class in healpix.essentials
Procedural interface to the HealpixBase functionality.
HealpixProcTest - Class in healpix.essentials.test
 
HealpixProcTest() - Constructor for class healpix.essentials.test.HealpixProcTest
 
HealpixTables - Class in healpix.essentials
Various data tables needed by the HealpixBase class.
HealpixTables() - Constructor for class healpix.essentials.HealpixTables
 
HealpixTest - Class in healpix.core.test
Deprecated.  
HealpixTest() - Constructor for class healpix.core.test.HealpixTest
Deprecated.  
HealpixTool - Class in healpix.core.dm.util
Tools (Regrade) to apply to healpix maps.
HealpixTool(HealpixMap) - Constructor for class healpix.core.dm.util.HealpixTool
Creates the tool to regrade an input map
HealpixTool() - Constructor for class healpix.core.dm.util.HealpixTool
Default constructor
HealpixUtils - Class in healpix.essentials
Collection of utility functions.
HealpixUtils() - Constructor for class healpix.essentials.HealpixUtils
 
HealSphere - Class in healpix.plot3d.gui.healpix3d
A base class for different healpix sphere representations (??).
HealSphere(int, Scheme) - Constructor for class healpix.plot3d.gui.healpix3d.HealSphere
Constructor for specified nside.
HealSphere(HealpixBase) - Constructor for class healpix.plot3d.gui.healpix3d.HealSphere
Instantiates a new heal sphere.
HealView - Class in healpix.plot3d.gui.view
View the healpix pixelisation of the sphere, also with solid pixels.
HealView() - Constructor for class healpix.plot3d.gui.view.HealView
Default constructor - Sets name
hideToolTip() - Static method in class healpix.plot3d.gui.DialogToolTip
Hide the window tooltip.
HighResolution - Class in healpix.core.test
Deprecated.  
HighResolution() - Constructor for class healpix.core.test.HighResolution
Deprecated.  
HiResTest - Class in healpix.core.test
Deprecated.  
HiResTest() - Constructor for class healpix.core.test.HiResTest
Deprecated.  
hpan - Variable in class healpix.plot3d.gui.view.MapView3d
The hpan.

I

ilog2(long) - Static method in class healpix.essentials.HealpixUtils
Integer base 2 logarithm.
importDegrade(HealpixMapDouble, boolean) - Method in class healpix.essentials.HealpixMapDouble
Imports the map "orig" to this object, adjusting pixel ordering and reducing resolution.
importDegrade(HealpixMapFloat, boolean) - Method in class healpix.essentials.HealpixMapFloat
Imports the map "orig" to this object, adjusting pixel ordering and reducing resolution.
importGeneral(HealpixMapDouble, boolean) - Method in class healpix.essentials.HealpixMapDouble
Imports the map "orig" to this object, adjusting pixel ordering and resolution if necessary.
importGeneral(HealpixMapFloat, boolean) - Method in class healpix.essentials.HealpixMapFloat
Imports the map "orig" to this object, adjusting pixel ordering and resolution if necessary.
importNograde(HealpixMapDouble) - Method in class healpix.essentials.HealpixMapDouble
Imports the map "orig" to this object, adjusting pixel ordering.
importNograde(HealpixMapFloat) - Method in class healpix.essentials.HealpixMapFloat
Imports the map "orig" to this object, adjusting pixel ordering.
importUpgrade(HealpixMapDouble) - Method in class healpix.essentials.HealpixMapDouble
Imports the map "orig" to this object, adjusting pixel ordering and increasing resolution.
importUpgrade(HealpixMapFloat) - Method in class healpix.essentials.HealpixMapFloat
Imports the map "orig" to this object, adjusting pixel ordering and increasing resolution.
in_ring(int, int, double, double, boolean) - Method in class healpix.core.Healpix
Deprecated. returns the list of pixels in RING or NESTED scheme (listir) with latitude in [phi0-dphi, phi0+dphi] on the ring ir (in {1,4*nside-1}) the pixel id-numbers are in {0,12*nside^2-1} the indexing is RING, unless NEST is set to true
indexOf(long) - Method in class healpix.core.base.set.LongList
 
info1 - Variable in class healpix.plot3d.gui.view.MapView3d
The info1.
init(double, double) - Method in class healpix.core.AngularPosition
Inits the.
init() - Method in class healpix.plot3d.demo.Healpix3DMapApplet
Initialize the applet.
init() - Method in class healpix.plot3d.gui.view.HealView
init lays out the window and sets up components
init() - Method in class healpix.plot3d.gui.view.MapView3dApplet
Initialize the applet.
init() - Method in class healpix.plot3d.gui.ViewMaps
This does all the setup and layout
initialize() - Method in class healpix.plot3d.canvas3d.ToolTipBehavior
 
integration_limits_in_costh(int, int) - Static method in class healpix.core.Healpix
Deprecated. integration limits in cos(theta) for a given ring i_th, i_th > 0
integration_limits_in_costh(int) - Method in class healpix.core.HealpixIndex
integration limits in cos(theta) for a given ring i_th, i_th > 0
intersect(LongRangeSet) - Method in class healpix.core.base.set.LongRangeSet
Construct new LongRangeSet with intersection of values from original set and parameter set.
intersect(long, long) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the intersection of itself and [a;b[.
intersection(RangeSet) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the intersection of itself and other.
inv_halfpi - Static variable in class healpix.essentials.Constants
 
inv_twopi - Static variable in class healpix.essentials.Constants
 
invLSB(long) - Method in class healpix.core.base.BitManipulation
returns i with even bits (0,2,4,...) inverted
invMSB(long) - Method in class healpix.core.base.BitManipulation
returns i with odd bits (1,3,5,...) inverted
invswapLSBMSB(long) - Method in class healpix.core.base.BitManipulation
returns NOT i with even and odd bit positions interchanged
isActive() - Method in class healpix.plot3d.gui.MainFrame
 
isDone() - Method in class healpix.plot3d.demo.Healpix3DMap
Checks if is done.
isDone() - Method in class healpix.plot3d.gui.view.MapView3d
Tells if the application has finished.
isEmpty() - Method in class healpix.core.base.set.LongCollection
Return true if set is empty.
isEmpty() - Method in class healpix.core.base.set.LongList
 
isEmpty() - Method in class healpix.core.base.set.LongRangeSet
 
isEmpty() - Method in class healpix.core.base.set.LongSet
 
isEmpty() - Method in class healpix.essentials.RangeSet
 
isqrt(long) - Static method in class healpix.essentials.HealpixUtils
Integer square root.
isToolTipEnabled() - Method in class healpix.plot3d.canvas3d.MapCanvas
Gets the state of tootlip behaviour
itemStateChanged(ItemEvent) - Method in class healpix.plot3d.gui.healpix3d.HealPanel
Item listener imp - for choice box
itemStateChanged(ItemEvent) - Method in class healpix.plot3d.gui.healpix3d.RotatePanel
Item listener imp - for choice box
itemStateChanged(ItemEvent) - Method in class healpix.plot3d.gui.healpix3d.SimplePanel
Item listener imp - for choice box
itemStateChanged(ItemEvent) - Method in class healpix.plot3d.gui.MapDialog
 
itemStateChanged(ItemEvent) - Method in class healpix.plot3d.gui.ViewMaps
Item listener imp - for check boxes
iterator() - Method in class healpix.core.base.set.LongCollection
 
iterator() - Method in class healpix.core.base.set.LongRangeSet
 
ivbegin(int) - Method in class healpix.essentials.RangeSet
 
ivend(int) - Method in class healpix.essentials.RangeSet
 

K

keyPressed(KeyEvent) - Method in class healpix.plot3d.gui.healpix3d.HealPanel
 
keyPressed(KeyEvent) - Method in class healpix.plot3d.gui.healpix3d.SimplePanel
Key pressed.
keyReleased(KeyEvent) - Method in class healpix.plot3d.gui.healpix3d.HealPanel
 
keyReleased(KeyEvent) - Method in class healpix.plot3d.gui.healpix3d.SimplePanel
Key released.
keyTyped(KeyEvent) - Method in class healpix.plot3d.gui.healpix3d.HealPanel
 

L

last() - Method in interface healpix.core.base.set.LongRangeIterator
 
last() - Method in class healpix.core.base.set.LongRangeSet
 
length() - Method in class healpix.essentials.Vec3
Vector length
lengthSquared() - Method in class healpix.essentials.Vec3
Squared vector length
ln10 - Static variable in class healpix.tools.Constants
The Constant ln10.
LongCollection - Class in healpix.core.base.set
common methods for LongSet and LongList
LongCollection() - Constructor for class healpix.core.base.set.LongCollection
 
longIterator() - Method in class healpix.core.base.set.LongCollection
 
LongIterator - Interface in healpix.core.base.set
This class represents iterators over collections of long values.
longIterator() - Method in class healpix.core.base.set.LongList
 
longIterator() - Method in class healpix.core.base.set.LongRangeSet
 
longIterator() - Method in class healpix.core.base.set.LongSet
 
LongList - Class in healpix.core.base.set
Growable long[] array
LongList(LongRangeSet) - Constructor for class healpix.core.base.set.LongList
 
LongList() - Constructor for class healpix.core.base.set.LongList
 
LongList(LongCollection) - Constructor for class healpix.core.base.set.LongList
 
LongList(long[]) - Constructor for class healpix.core.base.set.LongList
 
LongRangeIterator - Interface in healpix.core.base.set
An iterator over ranges which does not require object creation !!
LongRangeSet - Class in healpix.core.base.set
This class represents range based sets of long values.
LongRangeSet() - Constructor for class healpix.core.base.set.LongRangeSet
empty constructor for serialization
LongRangeSet(long[], int) - Constructor for class healpix.core.base.set.LongRangeSet
Construct new LongRangeSet from given values Dont use directly, use LongRangeSetBuilder instead This constructor makes integrity check and copyes values into new array.
LongRangeSetBuilder - Class in healpix.core.base.set
Builder for LongRangeSet .
LongRangeSetBuilder() - Constructor for class healpix.core.base.set.LongRangeSetBuilder
 
LongRangeSetBuilder(int) - Constructor for class healpix.core.base.set.LongRangeSetBuilder
construct new builder with given array size
LongRangeSetBuilderTest - Class in healpix.core.base.set.test
 
LongRangeSetBuilderTest() - Constructor for class healpix.core.base.set.test.LongRangeSetBuilderTest
 
LongRangeSetTest - Class in healpix.core.base.set.test
 
LongRangeSetTest() - Constructor for class healpix.core.base.set.test.LongRangeSetTest
 
LongSet - Class in healpix.core.base.set
In Java Collections this class corresponds to TreeSet of longs.
LongSet() - Constructor for class healpix.core.base.set.LongSet
 
LongSet(int) - Constructor for class healpix.core.base.set.LongSet
 
LongSet(LongCollection) - Constructor for class healpix.core.base.set.LongSet
 
LongSet(long[]) - Constructor for class healpix.core.base.set.LongSet
 
LongSet(LongIterator) - Constructor for class healpix.core.base.set.LongSet
 
LongSetTest - Class in healpix.core.base.set.test
 
LongSetTest() - Constructor for class healpix.core.base.set.test.LongSetTest
 

M

magic - Static variable in class healpix.tools.Constants
Magic number from Martin Reinecke for fudging search radius
magic1 - Static variable in class healpix.core.base.BitManipulation
The magic1.
magic2 - Static variable in class healpix.core.base.BitManipulation
The magic2.
main(String[]) - Static method in class healpix.core.test.HighResolution
Deprecated.  
main(String[]) - Static method in class healpix.core.test.Performance
Deprecated.  
main(String[]) - Static method in class healpix.core.test.TestSmall
just to see if the small jar works with a small program
main(String[]) - Static method in class healpix.plot3d.demo.Healpix3DMap
Runs the demo.
main(String[]) - Static method in class healpix.plot3d.gui.view.test.MapView3dTest
The main method.
main(String[]) - Static method in class healpix.plot3d.gui.ViewMaps
 
main(String[]) - Static method in class healpix.plot3d.progs.Healpix3DMapViewer
The main method.
main(String[]) - Static method in class healpix.plot3d.progs.testing.TestingQueryPolygon
The main method.
main(String[]) - Static method in class healpix.plot3d.progs.ViewToLearnHealpix
The main method.
MainFrame - Class in healpix.plot3d.gui
Run an Applet as an application.
MainFrame(Applet, String[], int, int) - Constructor for class healpix.plot3d.gui.MainFrame
Instantiates a new main frame.
MainFrame(Applet, String[]) - Constructor for class healpix.plot3d.gui.MainFrame
Instantiates a new main frame.
MainFrame(Applet, int, int) - Constructor for class healpix.plot3d.gui.MainFrame
Instantiates a new main frame.
Map3DPanelContent - Class in healpix.plot3d.gui
Simple panel containing the canvas 3d map.
Map3DPanelContent() - Constructor for class healpix.plot3d.gui.Map3DPanelContent
Construct the map viewer adding the canvas 3d map to the simple universe.
map_in - Variable in class healpix.core.dm.util.HealpixTool
Input HealpixMap
map_out - Variable in class healpix.core.dm.util.HealpixTool
Output HealpixMap result
MapCanvas - Class in healpix.plot3d.canvas3d
Create Canvas 3D with tooltip behaviour and Color bar min/max displayed.
MapCanvas() - Constructor for class healpix.plot3d.canvas3d.MapCanvas
Creates a new MapCanvas object.
MapCanvas(boolean, float) - Constructor for class healpix.plot3d.canvas3d.MapCanvas
 
MapCanvas3D - Class in healpix.plot3d.demo
Construct a canvas3D for plotting a sphere from a demo healpix map.
MapCanvas3D(GraphicsConfiguration) - Constructor for class healpix.plot3d.demo.MapCanvas3D
Just calls parent constructor.
MapDialog - Class in healpix.plot3d.gui
The Class MapDialog.
MapDialog(MapTaker) - Constructor for class healpix.plot3d.gui.MapDialog
Instantiates a new map dialog.
MapPanel - Class in healpix.plot3d.gui
Panel to Display Map Attributes
MapPanel() - Constructor for class healpix.plot3d.gui.MapPanel
Instantiates a new map panel.
MapTaker - Interface in healpix.plot3d.gui
 
MapView3d - Class in healpix.plot3d.gui.view
Plotting HealpixMap in 3D with Tooltip behaviour and Rotation actions Get data from fits or data model.
MapView3d(boolean) - Constructor for class healpix.plot3d.gui.view.MapView3d
Set up the frame to interact with 3d sphere.
MapView3d() - Constructor for class healpix.plot3d.gui.view.MapView3d
Default constructor.
MapView3d(boolean, boolean, float) - Constructor for class healpix.plot3d.gui.view.MapView3d
Set up the frame to interact with 3d sphere.
MapView3d(boolean, float) - Constructor for class healpix.plot3d.gui.view.MapView3d
 
MapView3dApplet - Class in healpix.plot3d.gui.view
This class is the applet used to launch the Map Viewer from a web page.
MapView3dApplet() - Constructor for class healpix.plot3d.gui.view.MapView3dApplet
 
MapView3dTest - Class in healpix.plot3d.gui.view.test
Test Healpix 3d map viewer.
MapView3dTest() - Constructor for class healpix.plot3d.gui.view.test.MapView3dTest
 
MAX_LONE_FACE_NSIDE - Static variable in class healpix.plot3d.demo.MapCanvas3D
If nside of map less than this use it.
maxPixrad() - Method in class healpix.essentials.HealpixBase
Returns the maximum angular distance between a pixel center and its corners.
maxPixrad(int) - Static method in class healpix.essentials.HealpixProc
 
mean(int, int, int) - Method in interface healpix.core.dm.HealpixMap
Average value over data from firstPix to lastPix index
mean(int, int, int) - Method in class healpix.core.dm.HealpixMapImp
 
MODULO(double, double) - Method in class healpix.core.base.BitManipulation
simulates behaviour of fortran90 MODULO function
mollpro(int, double) - Method in interface healpix.core.dm.HealpixMap
Method to get the projected map dependent of the scheme : will obtain xsize as x-dimension of the output-array and lon0 as the longitude (in degrees)
mollpro(int, double) - Method in class healpix.core.dm.HealpixMapImp
Method to get the projected map dependent of the scheme : will obtain xsize as x-dimension of the output-array and lon0 as the longitude (in degrees)
moveToNext() - Method in interface healpix.core.base.set.LongRangeIterator
move to next Range in iterator
mul(double) - Method in class healpix.essentials.Vec3
Vector scaling.
mul(double) - Method in class healpix.tools.SpatialVector
multiply with a number

N

names - Variable in class healpix.fits.Fits2HealpixMapImp
The names.
neighbours(long) - Method in class healpix.essentials.HealpixBase
Returns the neighboring pixels of ipix.
neighbours_nest(long) - Method in class healpix.core.HealpixIndex
returns 7 or 8 neighbours of any pixel in the nested scheme The neighbours are ordered in the following way: First pixel is the one to the south ( the one west of the south direction is taken for pixels that don't have a southern neighbour).
neighboursNest(int, long) - Static method in class healpix.essentials.HealpixProc
 
neighboursRing(int, long) - Static method in class healpix.essentials.HealpixProc
 
nest2ring(int, int) - Static method in class healpix.core.Healpix
Deprecated. performs conversion from NESTED to RING pixel number
nest2ring(long) - Method in class healpix.essentials.HealpixBase
Returns ring pixel number for the supplied nested pixel number.
nest2ring(int, long) - Static method in class healpix.essentials.HealpixProc
 
NestSphere - Class in healpix.plot3d.gui.healpix3d
The Class NestSphere.
NestSphere(int, int) - Constructor for class healpix.plot3d.gui.healpix3d.NestSphere
Instantiates a new nest sphere.
next() - Method in interface healpix.core.base.set.LongIterator
Returns the next long value of this iterator.
next() - Method in interface healpix.essentials.RangeSet.ValueIterator
 
normalize(int) - Method in interface healpix.core.dm.HealpixMap
Scale a map by total number of values added, i.e. the sum of all cell values amounts to one after the operation
normalize(int) - Method in class healpix.core.dm.HealpixMapImp
 
normalize() - Method in class healpix.essentials.Pointing
Normalize theta and phi ranges
normalize() - Method in class healpix.essentials.Vec3
Normalize the vector
normalized() - Method in class healpix.tools.SpatialVector
Normalized this vector
normalizeTheta() - Method in class healpix.essentials.Pointing
Normalize theta range
npix2Nside(long) - Static method in class healpix.essentials.HealpixBase
Calculates the Nside parameter from the number of pixels.
nPixel() - Method in interface healpix.core.dm.AbstractHealpixMap
Return the number of pixels/cells of the sphere tesselisation.
nPixel() - Method in class healpix.core.dm.HealpixMapImp
 
ns_max - Static variable in class healpix.core.Healpix
Deprecated. The Constant ns_max.
ns_max - Static variable in class healpix.essentials.HealpixBase
Maximum Nside parameter; equivalent to 2^order_max.
nside() - Method in interface healpix.core.dm.AbstractHealpixMap
Return the value of the HEALPix NSIDE parameter.
nside() - Method in class healpix.core.dm.HealpixMapImp
 
nside2Npix(long) - Static method in class healpix.essentials.HealpixBase
Calculates the number of pixels from the Nside parameter.
nside2order(long) - Static method in class healpix.essentials.HealpixBase
Calculates the map order from its Nside parameter.
nval() - Method in class healpix.essentials.RangeSet
 

O

order2Npix(int) - Static method in class healpix.essentials.HealpixBase
Calculates the number of pixels from the order parameter.
order_max - Static variable in class healpix.essentials.HealpixBase
Maximum order parameter

P

paint(Graphics) - Method in class healpix.plot3d.gui.BoxDisplay
 
paintComponent(Graphics) - Method in class healpix.plot3d.canvas3d.ColorBar
 
parentAt(long, int, int) - Static method in class healpix.core.HealpixIndex
return the parent PIXEL of a given pixel at some higher NSIDE.
Performance - Class in healpix.core.test
Deprecated.  
Performance() - Constructor for class healpix.core.test.Performance
Deprecated.  
Performance.StopWatch - Class in healpix.core.test
Deprecated. helper class to print time
Performance.StopWatch() - Constructor for class healpix.core.test.Performance.StopWatch
Deprecated.  
phi() - Method in class healpix.core.AngularPosition
Phi.
phi - Variable in class healpix.essentials.Pointing
Longitude in radians
phi - Variable in class healpix.essentials.Zphi
Longitude in radians; Range [0; 2Pi].
PI - Static variable in class healpix.tools.Constants
The Constant PI.
piover2 - Static variable in class healpix.tools.Constants
The Constant piover2.
pix2ang(long) - Method in interface healpix.core.dm.HealpixMap
Returns the angular position AngularPosition pointing at that pixel index in the healpix sphere tesslated
pix2ang(long) - Method in class healpix.core.dm.HealpixMapImp
 
pix2ang(long) - Method in class healpix.essentials.HealpixBase
Returns the Pointing corresponding to the center of the supplied pixel.
Pix2Ang4096Test - Class in healpix.core.test
The Class Pix2Ang4096Test.
Pix2Ang4096Test() - Constructor for class healpix.core.test.Pix2Ang4096Test
 
pix2ang_nest(int, int) - Static method in class healpix.core.Healpix
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
pix2ang_nest(long) - Method in class healpix.core.HealpixIndex
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
pix2ang_ring(int, int) - Static method in class healpix.core.Healpix
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 *
pix2ang_ring(long) - Method in class healpix.core.HealpixIndex
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
pix2angNest(int, long) - Static method in class healpix.essentials.HealpixProc
 
pix2angRing(int, long) - Static method in class healpix.essentials.HealpixProc
 
pix2ring(long) - Method in class healpix.essentials.HealpixBase
Compute ring index from pixel number.
pix2vec(long) - Method in class healpix.essentials.HealpixBase
Returns the normalized 3-vector corresponding to the center of the supplied pixel.
pix2vec_nest(long) - Method in class healpix.core.HealpixIndex
Converts pix number in NEST scheme to the unit vector
pix2vec_ring(long) - Method in class healpix.core.HealpixIndex
Converts pix number in RING scheme to the unit vector
pix2vecNest(int, long) - Static method in class healpix.essentials.HealpixProc
 
pix2vecRing(int, long) - Static method in class healpix.essentials.HealpixProc
 
pix2xy_nest(int, int) - Static method in class healpix.core.Healpix
Deprecated. Convert from pix number to x,y inside a given face. 0,0 is the lower right corner of the face.
pix2xy_nest(int) - Static method in class healpix.core.Healpix
Deprecated. Convert from pix number to x,y inside a given face. 0,0 is the lower right corner of the face.
pix2zphi(long) - Method in class healpix.essentials.HealpixBase
Returns the Zphi corresponding to the center of the supplied pixel.
pixel_boundaries(int, double, double, int, double) - Static method in class healpix.core.Healpix
Deprecated. calculate the points of crossing for a given theta on the boundaries of the pixel - returns the left and right phi crossings
Pointing - Class in healpix.essentials
An angular position on the unit sphere.
Pointing() - Constructor for class healpix.essentials.Pointing
Default constructor
Pointing(Pointing) - Constructor for class healpix.essentials.Pointing
 
Pointing(double, double) - Constructor for class healpix.essentials.Pointing
Simple constructor initializing both values.
Pointing(Vec3) - Constructor for class healpix.essentials.Pointing
Conversion from Vec3
Pointing(Zphi) - Constructor for class healpix.essentials.Pointing
Conversion from Zphi
PointingToRaDec(Pointing) - Static method in class healpix.tools.AstronomyHelpers
 
postSwap() - Method in class healpix.plot3d.canvas3d.Group3DCapturingCanvas3D
 
printTable() - Method in class healpix.fits.Fits2HealpixMapImp
Print out the data table.
printTime(String) - Method in class healpix.core.test.Performance.StopWatch
Deprecated.  
printVec(double[]) - Method in class healpix.core.HealpixIndex
Prints the vec.
printVec(double[]) - Method in class healpix.core.test.HealpixTest
Deprecated. Prints the vec.
processStimulus(Enumeration) - Method in class healpix.plot3d.canvas3d.ToolTipBehavior
Process the mouse events.

Q

QuadArrayExt - Class in healpix.plot3d.gui.healpix3d
Quadrilatere Array with tooltip fonctionality ready to be used by DataSphere.
query_disc(int, SpatialVector, double, boolean, boolean) - Method in class healpix.core.Healpix
Deprecated. query_disc (Nside, Vector0, Radius, Listpix, Nlist[, Nest, Inclusive]).
query_polygon(int, ArrayList<SpatialVector>, long, long) - Method in class healpix.core.HealpixIndex
finds pixels that lie within a CONVEX polygon defined by its vertex on sphere
Query_Polygon() - Method in class healpix.core.test.Pix2Ang4096Test
Query_ polygon.
query_strip(int, double, double, long) - Method in class healpix.core.HealpixIndex
finds pixels having a colatitude (measured from North pole) : theta1 < colatitude < theta2 with o <= theta1 < theta2 <= Pi if theta2 < theta1 then pixels with 0 <= colatitude < theta2 or theta1 < colatitude < Pi are returned
query_triangle(int, SpatialVector, SpatialVector, SpatialVector, long, long) - Method in class healpix.core.HealpixIndex
generates a list of pixels that lie inside a triangle defined by the three vertex vectors
queryDisc(SpatialVector, double, int, int) - Method in class healpix.core.HealpixIndex
Deprecated. use oen without nest - scheme now in map
queryDisc(SpatialVector, double, boolean) - Method in class healpix.core.HealpixIndex
now using the C++ one this is here for convenience to consruct the LongRangeSet.
queryDisc(Pointing, double) - Method in class healpix.essentials.HealpixBase
Returns a range set of pixels whose centers lie within a given disk.
queryDiscInclusive(Pointing, double, int) - Method in class healpix.essentials.HealpixBase
Returns a range set of pixels which overlap with a given disk.
queryDiscInclusiveNest(int, Pointing, double, int) - Static method in class healpix.essentials.HealpixProc
 
queryDiscInclusiveRing(int, Pointing, double, int) - Static method in class healpix.essentials.HealpixProc
 
queryDiscNest(int, Pointing, double) - Static method in class healpix.essentials.HealpixProc
 
queryDiscRing(int, Pointing, double) - Static method in class healpix.essentials.HealpixProc
 
QueryDiscTest - Class in healpix.core.base.set.test
 
QueryDiscTest() - Constructor for class healpix.core.base.set.test.QueryDiscTest
 
queryPolygon(Pointing[]) - Method in class healpix.essentials.HealpixBase
Returns a range set of pixels whose centers lie within the convex polygon defined by the vertex array.
queryPolygonInclusive(Pointing[], int) - Method in class healpix.essentials.HealpixBase
Returns a range set of pixels that overlap with the convex polygon defined by the vertex array.
queryPolygonInclusiveNest(int, Pointing[], int) - Static method in class healpix.essentials.HealpixProc
 
queryPolygonInclusiveRing(int, Pointing[], int) - Static method in class healpix.essentials.HealpixProc
 
queryPolygonNest(int, Pointing[]) - Static method in class healpix.essentials.HealpixProc
 
queryPolygonRing(int, Pointing[]) - Static method in class healpix.essentials.HealpixProc
 
queryStrip(double, double, boolean) - Method in class healpix.essentials.HealpixBase
Returns a range set of pixels whose centers lie within a given latitude range (if inclusive==false), or which overlap with this range (if inclusive==true).
queryStripNest(int, double, double, boolean) - Static method in class healpix.essentials.HealpixProc
 
queryStripRing(int, double, double, boolean) - Static method in class healpix.essentials.HealpixProc
 

R

ra() - Method in class healpix.tools.SpatialVector
Get the ra angle in degrees
raDecToPointing(double, double) - Static method in class healpix.tools.AstronomyHelpers
 
RADIAN_ARCSECOND - Static variable in class healpix.core.test.HealpixTest
Deprecated.  
radToAm(double) - Method in class healpix.core.test.HealpixTest
Deprecated. Converts radians to arcmin.
radToAs(double) - Method in class healpix.core.test.HealpixTest
Deprecated. Converts radians to arcsecs.
rangeCount() - Method in class healpix.core.base.set.LongRangeSet
 
rangeIterator() - Method in class healpix.core.base.set.LongRangeSet
 
RangePanel - Class in healpix.plot3d.gui
Set the range for the map to be displayed
RangePanel(String, String, String, String) - Constructor for class healpix.plot3d.gui.RangePanel
Name and attrib will probably be the same but may differ slightly
RangePanInt - Class in healpix.plot3d.gui
 
RangePanInt(String, String, String, String) - Constructor for class healpix.plot3d.gui.RangePanInt
Name and attrib will prbably be the same but may differ slightly
RangeSet - Class in healpix.essentials
Class for dealing with sets of integer ranges.
RangeSet() - Constructor for class healpix.essentials.RangeSet
Construct new object with space for 8 entries (4 ranges).
RangeSet(int) - Constructor for class healpix.essentials.RangeSet
Construct new object with a given initial number of entries.
RangeSet(long[]) - Constructor for class healpix.essentials.RangeSet
Construct new object from an array of longs.
RangeSet(RangeSet) - Constructor for class healpix.essentials.RangeSet
Construct new object from another RangeSet
RangeSet.ValueIterator - Interface in healpix.essentials
Interface describing an iterator for going through all values in a RangeSet object.
RangeSetTest - Class in healpix.essentials.test
 
RangeSetTest() - Constructor for class healpix.essentials.test.RangeSetTest
 
readExternal(ObjectInput) - Method in class healpix.core.base.set.LongRangeSet
 
readExternal(ObjectInput) - Method in class healpix.essentials.RangeSet
 
readFitsBinaryTable(String) - Method in interface healpix.fits.Fits2HealpixMap
Reads a binary table from fits file
readFitsBinaryTable(String) - Method in class healpix.fits.Fits2HealpixMapImp
 
readFitsBinaryTable(String) - Method in class healpix.fits.test.FitsTest
Test reading binary table from fits
readFrom(DataInput) - Static method in class healpix.core.base.set.LongRangeSetBuilder
Read LongRangeSet from an input stream
regrade(int) - Method in interface healpix.core.dm.HealpixMap
Down/Upgrade the map resolution
regrade(int) - Method in class healpix.core.dm.HealpixMapImp
 
remove(long) - Method in class healpix.core.base.set.LongCollection
remove given element from set
remove(long) - Method in class healpix.core.base.set.LongList
 
remove(long) - Method in class healpix.core.base.set.LongSet
 
remove(long, long) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the difference of itself and [a;b[.
removeElementAt(int) - Method in class healpix.core.base.set.LongList
 
rescale() - Method in class healpix.plot3d.gui.BoxDisplay
Rescale.
REVISION - Static variable in class healpix.core.HealpixIndex
the actual version from SVN
ring(int, int) - Static method in class healpix.core.Healpix
Deprecated. return ring number for given pix in ring scheme
ring(long) - Method in class healpix.core.HealpixIndex
return ring number for given pix in ring scheme
ring2nest(int, int) - Static method in class healpix.core.Healpix
Deprecated. performs conversion from RING to NESTED pixel number
ring2nest(long) - Method in class healpix.essentials.HealpixBase
Returns nested pixel number for the supplied ring pixel number.
ring2nest(int, long) - Static method in class healpix.essentials.HealpixProc
 
Ring2Pix(int, int) - Method in class healpix.core.test.Ring2PixTest
Deprecated. Test ring to nest scheme pixel index number
Ring2PixTest - Class in healpix.core.test
Deprecated.  
Ring2PixTest() - Constructor for class healpix.core.test.Ring2PixTest
Deprecated.  
ring2theta(long) - Method in class healpix.essentials.HealpixBase
Returns the colatitude for the requested ring.
ring2z(long) - Method in class healpix.essentials.HealpixBase
Returns the z-coordinate (equivalent to the cosine of the colatitude) for the requested ring.
ring_num(int, double) - Method in class healpix.core.Healpix
Deprecated. returns the ring number in {1, 4*nside-1} from the z coordinate.
ringNum(int, double) - Static method in class healpix.core.HealpixIndex
returns the ring number in {1, 4*nside - 1} calculated from z coordinate
RingSphere - Class in healpix.plot3d.gui.healpix3d
Creates a Ring Healpix tesselasition
RingSphere(int, int) - Constructor for class healpix.plot3d.gui.healpix3d.RingSphere
Instantiates a new ring sphere.
RotateAble - Interface in healpix.plot3d.gui.healpix3d
Appears to be interface to graphic objects which can be rotated.
RotatePanel - Class in healpix.plot3d.gui.healpix3d
The Class RotatePanel.
RotatePanel() - Constructor for class healpix.plot3d.gui.healpix3d.RotatePanel
Instantiates a new rotate panel.
run() - Method in class healpix.plot3d.gui.MainFrame
 

S

scale(int, double) - Method in interface healpix.core.dm.HealpixMap
Scale each cell value by the given value.
scale(int, double) - Method in class healpix.core.dm.HealpixMapImp
 
scale(double) - Method in class healpix.essentials.Vec3
Scale the vector by a given factor
scaleColor - Variable in class healpix.plot3d.canvas3d.SineColorTransform
The scale color.
Scheme - Enum in healpix.essentials
The Healpix pixel ordering scheme.
set(int, long) - Method in class healpix.core.base.set.LongList
 
set(double, double) - Method in class healpix.tools.SpatialVector
Sets the ra and dec angles in degrees
set_z_phi(double, double) - Method in class healpix.tools.SpatialVector
convenience function - added as it is in C++ version
setAll(int) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the scene with the ith data map from HealpixMap loaded
setAll() - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the scene
setAlpha(Alpha) - Method in class healpix.plot3d.demo.MapCanvas3D
set up a timer object to drive animation.
setAngle(int, Pointing) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the angle.
setAngle(Pointing) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the angle.
setCanShowToolTips(boolean) - Method in class healpix.plot3d.canvas3d.ToolTipBehavior
Set whether the tooltip is shown or not.
setCanvas(HealCanvas) - Method in class healpix.plot3d.gui.healpix3d.HealPanel
Set canvas
setColname(String[]) - Method in interface healpix.fits.Fits2HealpixMap
Set the maps name
setColname(String[]) - Method in class healpix.fits.Fits2HealpixMapImp
 
setColname(String) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the map called from its name tmp
setColorBar(ColorBar) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the color bar to be displayed
setCoordSys(HealpixMap.CoordSys) - Method in interface healpix.core.dm.HealpixMap
set the Coordsys.
setCoordSys(HealpixMap.CoordSys) - Method in class healpix.core.dm.HealpixMapImp
 
setDataAndScheme(double[], Scheme) - Method in class healpix.essentials.HealpixMapDouble
Adjusts the object to scheme_in, and sets pixel data to data_in.
setDataAndScheme(float[], Scheme) - Method in class healpix.essentials.HealpixMapFloat
Adjusts the object to scheme_in, and sets pixel data to data_in.
setFace(int) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the face to be displayed
setFace(int) - Method in class healpix.plot3d.demo.MapCanvas3D
Modify/specify which single face this canvas will display.
setFace(int) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the face.
setFaces() - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the faces.
setFactor(int) - Method in class healpix.plot3d.gui.healpix3d.RotatePanel
Set Speed - set alpha factor
setImap(int) - Method in interface healpix.core.dm.AbstractHealpixMap
Sets the map data from its number in healpix map
setImap(int) - Method in class healpix.core.dm.HealpixMapImp
 
setIpix(int, int) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the ipix.
setIpix(int) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the ipix.
setMap(HealpixMap) - Method in interface healpix.fits.Fits2HealpixMap
Set the HealpixMap
setMap(HealpixMap) - Method in class healpix.fits.Fits2HealpixMapImp
 
setMap(HealpixMap, int) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the displayed HealpixMap
setMap(HealpixMap) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the displayed HealpixMap
setMap(HealpixMap) - Method in class healpix.plot3d.demo.Healpix3DMap
Sets the healpix map to be shown
setMap(HealpixMap) - Method in class healpix.plot3d.demo.MapCanvas3D
This sets a new map for display.
setMap(HealpixMap) - Method in class healpix.plot3d.gui.ExtractBoxDialog
Sets the map.
setMap(HealpixMap) - Method in class healpix.plot3d.gui.Map3DPanelContent
Sets the healpix map to be shown
setMap(HealpixMap, int) - Method in class healpix.plot3d.gui.Map3DPanelContent
Sets the healpix ith map to be shown
setMap(HealpixMap) - Method in class healpix.plot3d.gui.MapPanel
Set Map
setMap(HealpixMap) - Method in interface healpix.plot3d.gui.MapTaker
Sets the map.
setMap(HealpixMap) - Method in class healpix.plot3d.gui.view.MapView3d
set the map dat
setMap(HealpixMap, int) - Method in class healpix.plot3d.gui.view.MapView3d
set the map dat with ith imap map
setMap(HealpixMap) - Method in class healpix.plot3d.gui.ViewMaps
 
setMap(HealpixMap) - Method in class healpix.tools.HealpixMapCreator
Sets the map.
setMapIn(HealpixMap) - Method in class healpix.core.dm.util.HealpixTool
Sets the input HealpixMap
setMapOut(HealpixMap) - Method in class healpix.core.dm.util.HealpixTool
Sets the output result HealpixMap
setName(String[]) - Method in interface healpix.core.dm.AbstractHealpixMap
Set the names of the maps
setName(String[]) - Method in class healpix.core.dm.HealpixMapImp
 
setNside(int) - Method in class healpix.core.dm.HealpixMapImp
Setting the resolution number nside
setNside(long) - Method in class healpix.essentials.HealpixBase
Adjusts the object to nside_in.
setNside(long) - Method in class healpix.essentials.HealpixMapDouble
Adjusts the object to nside_in.
setNside(long) - Method in class healpix.essentials.HealpixMapFloat
Adjusts the object to nside_in.
setNside(int) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the resolution number of the HealpixMap displayed
setNside(int) - Method in class healpix.plot3d.demo.MapCanvas3D
This sets the nside used for the display of the whole sphere.
setNside(int) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the nside.
setNsideAndScheme(long, Scheme) - Method in class healpix.essentials.HealpixBase
Adjusts the object to nside_in and scheme_in.
setNsideAndScheme(long, Scheme) - Method in class healpix.essentials.HealpixMapDouble
Adjusts the object to nside_in and scheme_in.
setNsideAndScheme(long, Scheme) - Method in class healpix.essentials.HealpixMapFloat
Adjusts the object to nside_in and scheme_in.
setPath(String) - Method in class healpix.plot3d.gui.view.MapView3d
Sets the path.
setPhi(double) - Method in class healpix.core.AngularPosition
Sets the phi.
setPixBox(double[][]) - Method in class healpix.plot3d.gui.BoxDisplay
 
setPixBox(double[][]) - Method in interface healpix.plot3d.gui.ExtBoxDisplayer
Sets the pix box.
setPixel(int, double) - Method in class healpix.essentials.HealpixMapDouble
Sets the value of a specific pixel.
setPixel(long, double) - Method in class healpix.essentials.HealpixMapDouble
Sets the value of a specific pixel.
setPixel(int, float) - Method in class healpix.essentials.HealpixMapFloat
Sets the value of a specific pixel.
setPixel(long, float) - Method in class healpix.essentials.HealpixMapFloat
Sets the value of a specific pixel.
setRing(int) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the ring.
setRings() - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the rings.
setScaleColor(double) - Method in interface healpix.plot3d.canvas3d.ColorTransform
Sets the color scale factor
setScaleColor(double) - Method in class healpix.plot3d.canvas3d.SineColorTransform
 
setScene(RotateAble) - Method in class healpix.plot3d.gui.healpix3d.RotatePanel
Set Star
setScheme(Scheme) - Method in interface healpix.core.dm.AbstractHealpixMap
Set the HEALPix scheme.
setScheme(Scheme) - Method in class healpix.essentials.HealpixBase
Adjusts the object to scheme.
setShowGrid(boolean) - Method in class healpix.plot3d.demo.MapCanvas3D
Set the grid whether it is present or not
setSolidFace() - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the solid face.
setStatus(Label) - Method in class healpix.plot3d.gui.MapPanel
Set Status output label
setStream(String, InputStream) - Method in class healpix.plot3d.gui.MainFrame
 
setText(String) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the text.
setTheta(double) - Method in class healpix.core.AngularPosition
Sets the theta.
setTo(RangeSet) - Method in class healpix.essentials.RangeSet
 
setToDifference(RangeSet, RangeSet) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the difference of RangeSets a and b.
setToIntersection(RangeSet, RangeSet) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the intersection of RangeSets a and b.
setToolTip(boolean) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the tooltip beaviour state
setToUnion(RangeSet, RangeSet) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the union of RangeSets a and b.
setTransparency(float) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the transparency factor, representing the percent of tranparency. 0 is totally opaque -no tranparency-. 1 is totally transparent
setUnit(String, short) - Method in interface healpix.core.dm.HealpixMap
Sets unit of the map index mapIndex
setUnit(String, short) - Method in class healpix.core.dm.HealpixMapImp
 
setupScene() - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the scene if not before
setupScene() - Method in class healpix.plot3d.demo.MapCanvas3D
Dispose of any old scene and create a new one
setupScene() - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Setup scene.
setValue(int, double) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the value.
setValue(double) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the value.
setValueCell(int, int, double) - Method in interface healpix.core.dm.HealpixMap
Sets the value val into the cell numbered ipix in nmap map
setValueCell(int, double) - Method in interface healpix.core.dm.HealpixMap
Sets the value val into the cell numbered ipix in default map
setValueCell(int, int, double) - Method in class healpix.core.dm.HealpixMapImp
 
setValueCell(int, double) - Method in class healpix.core.dm.HealpixMapImp
 
setViewAll(boolean) - Method in class healpix.plot3d.canvas3d.MapCanvas
Specify whether to make all scene visible.
setViewAxis(boolean) - Method in class healpix.plot3d.canvas3d.MapCanvas
Specify whether to make axis visible.
setViewAxis(boolean) - Method in class healpix.plot3d.demo.MapCanvas3D
Specify whether to make axes visible.
setViewAxis(boolean) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the view axis.
setViewEquator(boolean) - Method in class healpix.plot3d.canvas3d.MapCanvas
Specify whether to make equator visible.
setViewEquator(boolean) - Method in class healpix.plot3d.demo.MapCanvas3D
Specify whether to make equator visible.
setViewFaces(boolean) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the view faces.
setViewGrid(boolean) - Method in class healpix.plot3d.canvas3d.MapCanvas
Specify whether to make grid visible.
setViewNest(boolean) - Method in class healpix.plot3d.canvas3d.MapCanvas
Specify whether to make face visible
setViewNest(boolean) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the view nest.
setViewRing(boolean) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the view ring.
setViewRings(boolean) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the view rings.
setViewSolidFace(boolean) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the view solid face.
setViewSpecificFace(boolean) - Method in class healpix.plot3d.demo.MapCanvas3D
Specify whether to make the view of a single face visible.
setViewWholeSphere(boolean) - Method in class healpix.plot3d.demo.MapCanvas3D
Specify whether to make a view of the whole sphere visible.
setViewZone(boolean) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the view zone.
setVisible(boolean) - Method in class healpix.plot3d.gui.view.MapView3d
 
setZone(int) - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Sets the zone.
shallowClone() - Method in class healpix.core.dm.HealpixMapImp
Shallow clone.
showDocument(URL) - Method in class healpix.plot3d.gui.MainFrame
 
showDocument(URL, String) - Method in class healpix.plot3d.gui.MainFrame
 
showScene() - Method in class healpix.plot3d.canvas3d.MapCanvas
Actually shows the scene with the sphere
showScene() - Method in class healpix.plot3d.demo.MapCanvas3D
Actually display the already created model
showScene() - Method in class healpix.plot3d.gui.healpix3d.HealCanvas
Show scene.
showStatus(String) - Method in class healpix.plot3d.gui.MainFrame
 
showToolTip(Point, String) - Static method in class healpix.plot3d.gui.DialogToolTip
Shows the text htmlText on a tooltip at a particular position.
SimplePanel - Class in healpix.plot3d.gui.healpix3d
JPanel on the right hand of the MapCanvas, displaying the different action to to interact with Healpix sphere.
SimplePanel(MapCanvas) - Constructor for class healpix.plot3d.gui.healpix3d.SimplePanel
Instantiates a new simple panel.
sin(double) - Static method in class healpix.essentials.FastMath
Returns the trigonometric sine of an angle.
SineColorTransform - Class in healpix.plot3d.canvas3d
A Sine color transform.
SineColorTransform(double, double) - Constructor for class healpix.plot3d.canvas3d.SineColorTransform
Creates a new SineColorTransform object from minimum and max data values.
size() - Method in class healpix.core.base.set.LongCollection
Count elements in set.
size() - Method in class healpix.core.base.set.LongList
 
size() - Method in class healpix.core.base.set.LongRangeSet
 
size() - Method in class healpix.core.base.set.LongRangeSetBuilder
 
size() - Method in class healpix.core.base.set.LongSet
 
size() - Method in class healpix.essentials.RangeSet
 
sort() - Method in class healpix.core.base.set.LongList
 
SpatialVector - Class in healpix.tools
The SpatialVector contains standard 3D vector with the addition that each coordinate (x,y,z) is also kept in ra,dec since we expect the vector to live on the surface of the unit sphere, i.e.
SpatialVector() - Constructor for class healpix.tools.SpatialVector
Default constructor constructs (1,0,0), ra=0, dec=0.
SpatialVector(double, double, double) - Constructor for class healpix.tools.SpatialVector
Constructor from three coordinates
SpatialVector(Vec3) - Constructor for class healpix.tools.SpatialVector
 
SpatialVector(double, double) - Constructor for class healpix.tools.SpatialVector
Construct from ra/dec in degrees
SpatialVector(SpatialVector) - Constructor for class healpix.tools.SpatialVector
Copy constructor - be aware this only copies x,y,z
SpatialVectorTest - Class in healpix.tools.test
The Class SpatialVectorTest.
SpatialVectorTest() - Constructor for class healpix.tools.test.SpatialVectorTest
 
start() - Method in class healpix.core.test.Performance.StopWatch
Deprecated.  
start() - Method in class healpix.plot3d.demo.Healpix3DMap
Setting up the layout and adding the universe
start() - Method in class healpix.plot3d.gui.healpix3d.RotatePanel
Start.
start() - Method in class healpix.plot3d.gui.Map3DPanelContent
Start.
start() - Method in class healpix.plot3d.gui.view.MapView3d
init lays out the window and sets up components
stop() - Method in class healpix.plot3d.gui.healpix3d.RotatePanel
Stop.
sub(Vec3) - Method in class healpix.essentials.Vec3
Vector subtraction
sub(SpatialVector) - Method in class healpix.tools.SpatialVector
vector subtraction
substract(LongRangeSet) - Method in class healpix.core.base.set.LongRangeSet
Construct new LongRangeSet with values which are in original set, but not in parameter.
surfaceTriangle(SpatialVector, SpatialVector, SpatialVector) - Static method in class healpix.core.HealpixIndex
calculates the surface of spherical triangle defined by vertices v1,v2,v3 Algorithm: finds triangle sides and uses l'Huilier formula to compute "spherical excess" = surface area of triangle on a sphere of radius one see, eg Bronshtein, Semendyayev Eq 2.86 half perimeter hp = 0.5*(side1+side2+side3) l'Huilier formula x0 = tan( hp/2.) x1 = tan((hp - side1)/2.) x2 = tan((hp - side2)/2.) x3 = tan((hp - side3)/2.)
swapLSBMSB(long) - Method in class healpix.core.base.BitManipulation
swaps low and high bits in the word i
swapScheme() - Method in class healpix.essentials.HealpixMapDouble
Converts the map from NESTED to RING scheme or vice versa.
swapScheme() - Method in class healpix.essentials.HealpixMapFloat
Converts the map from NESTED to RING scheme or vice versa.

T

test() - Method in class healpix.essentials.test.HealpixBaseTest
 
test() - Method in class healpix.essentials.test.HealpixProcTest
 
test262144() - Method in class healpix.core.test.TestSixFourBit
Deprecated. try the nside cds use
test3dViewerFromFits() - Method in class healpix.plot3d.gui.view.test.MapView3dTest
Test plotting a 3d map from test fits file.
test41087() - Method in class healpix.core.test.Ang2PixAllTest
Deprecated. Uwe's problem index*
test64to32Conversions() - Method in class healpix.core.test.HealpixTest
Deprecated. Higher resolution to lesser conversions test
test8063() - Method in class healpix.core.test.Ang2PixAllTest
Deprecated. Uwe's problem index*
test_accuracy() - Method in class healpix.essentials.test.HealpixBaseTest
 
test_accuracy() - Method in class healpix.essentials.test.HealpixProcTest
 
test_boundaries() - Method in class healpix.essentials.test.HealpixBaseTest
 
test_neighbours() - Method in class healpix.essentials.test.HealpixBaseTest
 
test_neighbours() - Method in class healpix.essentials.test.HealpixProcTest
 
test_perf() - Method in class healpix.essentials.test.HealpixBasePerfTest
 
test_perf_fastmath() - Method in class healpix.essentials.test.FastMathPerfTest
 
test_perf_math() - Method in class healpix.essentials.test.FastMathPerfTest
 
test_pixangpix() - Method in class healpix.essentials.test.HealpixProcTest
 
test_pixzphipix() - Method in class healpix.essentials.test.HealpixBaseTest
 
test_query_disc() - Method in class healpix.essentials.test.HealpixBaseTest
 
test_query_disc() - Method in class healpix.essentials.test.HealpixProcTest
 
test_query_disc_strict() - Method in class healpix.essentials.test.HealpixBaseTest
 
test_query_disc_strict() - Method in class healpix.essentials.test.HealpixProcTest
 
test_ringnestring() - Method in class healpix.essentials.test.HealpixBaseTest
 
test_ringnestring() - Method in class healpix.essentials.test.HealpixProcTest
 
test_swapScheme() - Method in class healpix.essentials.test.HealpixMapTest
 
test_zphipixzphi() - Method in class healpix.essentials.test.HealpixBaseTest
 
testAdd() - Method in class healpix.essentials.test.RangeSetTest
 
testAddRange() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testAll(int, boolean) - Method in class healpix.core.test.Ang2PixAllTest
Deprecated. Test pix to angle and angle to pixel tied to a resolution number nside
testAllNest128() - Method in class healpix.core.test.Ang2PixAllTest
Deprecated. Test in nest scheme with nside = 128
testAllRing128() - Method in class healpix.core.test.Ang2PixAllTest
Deprecated. Test in ring scheme with nside = 128
testAllRing64() - Method in class healpix.core.test.Ang2PixAllTest
Deprecated. Test in ring scheme with nside = 64
testAng2Pix() - Method in class healpix.core.test.HealpixTest
Deprecated. Test ang2 pix.
testAng2Vect() - Method in class healpix.core.test.HealpixTest
Deprecated. Test ang2 vect.
testAngDist() - Method in class healpix.core.test.HealpixTest
Deprecated. Test ang dist.
testAppend() - Method in class healpix.essentials.test.RangeSetTest
 
testBitManipulation() - Method in class healpix.core.base.test.BitManipulationTest
Testing swap and invSwap
testBoundaries() - Method in class healpix.core.test.CornersTest
Test boundaries.
testBuild() - Method in class healpix.core.base.set.test.LongRangeSetBuilderTest
 
testComplement() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testContains() - Method in class healpix.essentials.test.RangeSetTest
 
testContainsAll() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testContainsAll() - Method in class healpix.essentials.test.RangeSetTest
 
testContainsAll2() - Method in class healpix.essentials.test.RangeSetTest
 
testContainsAny() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testContainsAny() - Method in class healpix.essentials.test.RangeSetTest
 
testContainsAny2() - Method in class healpix.essentials.test.RangeSetTest
 
testCoordSys() - Method in class healpix.core.dm.test.HealpixMapTest
 
testDegrade() - Method in class healpix.core.test.HealpixMapToolTest
Test degrade.
testDotProduct() - Method in class healpix.tools.test.SpatialVectorTest
Test dot product.
testDroegeBigSmall() - Method in class healpix.core.test.HealpixTest
Deprecated.  
testFxyf() - Method in class healpix.essentials.test.FxyfTest
 
testGenerateMapCreator() - Method in class healpix.tools.test.HealpixMapCreatorTest
Test generate map creator.
testGenerateMapFromFits() - Method in class healpix.tools.test.HealpixMapCreatorTest
Test generate map from fits.
testGenMapCreator() - Method in class healpix.tools.test.HealpixMapCreatorTest
Create a copy of a map from his data column(s) and string name(s).
testGetChildrenAt() - Method in class healpix.core.test.HealpixTest
Deprecated.  
testGetNside() - Method in class healpix.core.test.HealpixTest
Deprecated. Test get nside.
testGetParentAt(int, int) - Method in class healpix.core.test.HealpixTest
Deprecated. public void testAllAngVec() throws Exception { HealpixIndex heal = new HealpixIndex(512); for (double theta=0; theta < Constants.PI; theta+=0.1) { for (double phi=0; phi < 2*Constants.PI; phi+=0.1) { AngularPosition pos = new AngularPosition(theta,phi); // SpatialVector vec2 = heal.vector(theta, phi); SpatialVector vec = (SpatialVector)heal.Ang2Vec(theta, phi); double[] ang = heal.Vect2Ang(vec); assertEquals("Ang theta is incorrect",theta,ang[0] ); assertEquals("Ang phi is incorrect",phi,ang[1] ); } } }
testGetParentAt() - Method in class healpix.core.test.HealpixTest
Deprecated.  
testHPmapd() - Method in class healpix.essentials.test.FitsUtilTest
 
testHPmapf() - Method in class healpix.essentials.test.FitsUtilTest
 
TestingQueryPolygon - Class in healpix.plot3d.progs.testing
Testing query polygon to detect prime meridian black zone defect in Planck Usage: java -cp jhealpix.jar healpix.plot3d.progs.testing.TestingQueryPolygon
TestingQueryPolygon() - Constructor for class healpix.plot3d.progs.testing.TestingQueryPolygon
 
testIntersect() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testIntersect() - Method in class healpix.essentials.test.RangeSetTest
 
testIntersect2() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testIntersect2() - Method in class healpix.essentials.test.RangeSetTest
 
testIsqrt() - Method in class healpix.core.test.HealpixIndexTest
 
testIssue3983() - Method in class healpix.core.test.HealpixTest
Deprecated.  
testIter() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testIterator() - Method in class healpix.essentials.test.RangeSetTest
 
testKeithCover() - Method in class healpix.core.test.HealpixTest
Deprecated. Test keith cover.
testLength() - Method in class healpix.tools.test.SpatialVectorTest
Test length.
testLoadFitsData() - Method in class healpix.fits.test.FitsTest
Test loading data from fits
testmain() - Method in class healpix.essentials.test.FastMathTest
 
testMap3dViewer() - Method in class healpix.plot3d.gui.view.test.MapView3dTest
Test plotting a 3d map from a dummy created Healpix map.
testMapCanvasContent() - Method in class healpix.plot3d.gui.view.test.MapView3dTest
Test plotting a 3d map from a dummy created Healpix map.
testMaxPixrad() - Method in class healpix.core.test.HealpixIndexTest
 
testMaxResolution() - Method in class healpix.core.test.HealpixTest
Deprecated. Test max resolution.
testMe() - Method in class healpix.tools.test.SpatialVectorTest
Test me.
testMODULO() - Method in class healpix.core.base.test.BitManipulationTest
Testing MODULO
testMODULO() - Method in class healpix.core.test.HealpixTest
Deprecated. Test modulo.
testNeighbours_Nest() - Method in class healpix.core.test.HealpixTest
Deprecated. tests Neighbour's method for nest schema of the pixelization
testNest2Ring() - Method in class healpix.core.test.HealpixTest
Deprecated. Test nest2 ring.
testNorm() - Method in class healpix.tools.test.SpatialVectorTest
Test norm.
testNpix2Nside() - Method in class healpix.core.test.HealpixTest
Deprecated. Test npix2 nside.
testNside2Npix() - Method in class healpix.core.test.HealpixTest
Deprecated. Test nside2 npix.
testPix2Ang() - Method in class healpix.core.test.Pix2Ang4096Test
Test pix2 ang.
testPix2Vect_nest() - Method in class healpix.core.test.HealpixTest
Deprecated. Test pix2 vect_nest.
testPix2Vect_ring() - Method in class healpix.core.test.HealpixTest
Deprecated. Test pix2 vect_ring.
testPix2zphi() - Method in class healpix.core.test.HealpixIndexTest
 
testQuery_DiscFernique() - Method in class healpix.core.test.HealpixTest
Deprecated.  
testQuery_DiscFernique2() - Method in class healpix.core.test.HealpixTest
Deprecated. still a problem in the poles ..
testQuery_disk2() - Method in class healpix.core.test.HealpixTest
Deprecated. test Query_disk check for consistency in the query for RING/NESTED
testQuery_Polygon() - Method in class healpix.core.test.HealpixTest
Deprecated. Test query_ polygon.
testQuery_Strip() - Method in class healpix.core.test.HealpixTest
Deprecated. Test query_ strip.
testQuery_Triangle360Nest() - Method in class healpix.core.test.HealpixTest
Deprecated. Test query_ triangle360 nest.
testQuery_Triangle360Ring() - Method in class healpix.core.test.HealpixTest
Deprecated. Test query_ triangle360 ring.
testQuery_TriangleNotCrossing360Nest() - Method in class healpix.core.test.HealpixTest
Deprecated. Test query_ triangle not crossing360 nest.
testQuery_TriangleNotCrossing360Ring() - Method in class healpix.core.test.HealpixTest
Deprecated. Test query_ triangle not crossing360 ring.
testQueryDisc() - Method in class healpix.core.base.set.test.QueryDiscTest
 
testQueryDisck15() - Method in class healpix.core.test.HealpixTest
Deprecated. specific problem
testQueryPolygon() - Method in class healpix.essentials.test.HealpixBaseTest
 
testQueryPolygon() - Method in class healpix.essentials.test.HealpixProcTest
 
testQueryPolygon2() - Method in class healpix.essentials.test.HealpixBaseTest
 
testQueryPolygon2() - Method in class healpix.essentials.test.HealpixProcTest
 
testQueryRing() - Method in class healpix.core.test.HiResTest
Deprecated. test on high resolutions.
testReadTableHDU() - Method in class healpix.fits.test.FitsTest
Test reading the header table fits
testRemove() - Method in class healpix.essentials.test.RangeSetTest
 
testRing2Nest() - Method in class healpix.core.test.HealpixTest
Deprecated. Test ring2 nest.
testRing2Pix14t2() - Method in class healpix.core.test.Ring2PixTest
Deprecated. Test ring to nest scheme pixel index number with nside = 2 and pixel number = 14
testRing2z() - Method in class healpix.core.test.HealpixIndexTest
 
testringNum() - Method in class healpix.core.test.HealpixTest
Deprecated. Test ring num.
testSerialize() - Method in class healpix.essentials.test.RangeSetTest
 
testSet() - Method in class healpix.core.base.set.test.LongSetTest
 
TestSixFourBit - Class in healpix.core.test
Deprecated.  
TestSixFourBit() - Constructor for class healpix.core.test.TestSixFourBit
Deprecated.  
TestSmall - Class in healpix.core.test
just to see if the small jar works with a small program
TestSmall() - Constructor for class healpix.core.test.TestSmall
 
testSome(int, boolean) - Method in class healpix.core.test.TestSixFourBit
Deprecated. Test pix to angle and angle to pixel tied to a resolution number nside Do this for some pixels in each face .. assuming big HEALPIx nums can not do for all ..
testSpecificSmallLarge() - Method in class healpix.core.test.HealpixTest
Deprecated.  
testSubstract() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testSubstract() - Method in class healpix.essentials.test.RangeSetTest
 
testSurfaceTriangle() - Method in class healpix.core.test.HealpixTest
Deprecated. Test surface triangle.
testUnion() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testUnion() - Method in class healpix.essentials.test.RangeSetTest
 
testUpgrade() - Method in class healpix.core.test.HealpixMapToolTest
Test upgrade.
testVec2Ang() - Method in class healpix.core.test.HealpixTest
Deprecated. Test vec2 ang.
testVect2Pix_nest() - Method in class healpix.core.test.HealpixTest
Deprecated. Test vect2 pix_nest.
testVect2Pix_ring() - Method in class healpix.core.test.HealpixTest
Deprecated. Test vect2 pix_ring.
textValueChanged(TextEvent) - Method in class healpix.plot3d.gui.RangePanel
 
textValueChanged(TextEvent) - Method in class healpix.plot3d.gui.RangePanInt
 
textValueChanged(TextEvent) - Method in class healpix.plot3d.gui.ViewMaps
This must be imlpmented to satify the TextListener interface it gets called when the text in the box changes
theMap - Variable in class healpix.plot3d.canvas3d.MapCanvas
The map.
theta() - Method in class healpix.core.AngularPosition
Theta.
theta - Variable in class healpix.essentials.Pointing
Colatitude in radians (0 is North Pole; Pi is South Pole)
toArray() - Method in class healpix.core.base.set.LongCollection
 
toArray() - Method in class healpix.core.base.set.LongRangeSet
Convert all items in range set to array.
toArray() - Method in class healpix.essentials.RangeSet
Creates an array cointainig all the numbers in the RangeSet.
toArray() - Method in class healpix.essentials.Vec3
 
toArray(double[]) - Method in class healpix.essentials.Vec3
 
toDataSet(String) - Method in interface healpix.core.dm.HealpixMap
Write generated maps to a FITS data set.
toDataSet(String) - Method in class healpix.core.dm.HealpixMapImp
 
toLongRangeSet() - Method in class healpix.core.base.set.LongSet
 
toLongSet() - Method in class healpix.core.base.set.LongRangeSet
Converts to LongSet which can be modified
tooltip - Variable in class healpix.plot3d.gui.healpix3d.SimplePanel
The tooltip.
ToolTipBehavior - Class in healpix.plot3d.canvas3d
A behavior similar to SelectionBehavior, except you don't have to double-click and the resulting info is presented in a tool-tip, not the console.Using swings default (ToolTipManager) initialDelay constant.
ToolTipBehavior(Canvas3D, BranchGroup, Bounds) - Constructor for class healpix.plot3d.canvas3d.ToolTipBehavior
Constructor.
toString() - Method in class healpix.core.AngularPosition
 
toString() - Method in class healpix.core.base.set.LongCollection
 
toString() - Method in class healpix.core.base.set.LongRangeSet
 
toString() - Method in class healpix.essentials.Pointing
 
toString() - Method in class healpix.essentials.RangeSet
 
toString() - Method in class healpix.essentials.Vec3
 
toString() - Method in class healpix.essentials.Zphi
 
toString() - Method in class healpix.tools.SpatialVector
 
toVec3() - Method in class healpix.essentials.Fxyf
 
transform(AngularPosition, int) - Static method in class healpix.tools.CoordTransform
Transforms an angular position in radians in a given coordinate system to a position in an other coordinate system, also in radians.
transformInDeg(AngularPosition, int) - Static method in class healpix.tools.CoordTransform
Transforms an angular position in degrees in a given coordinate system to a position in an other coordinate systems, also in degrees.
trimSize() - Method in class healpix.essentials.RangeSet
Shrinks the array for the entries to minimum size.
twopi - Static variable in class healpix.essentials.Constants
The Constant twopi.
twopi - Static variable in class healpix.tools.Constants
The Constant twopi.
twothird - Static variable in class healpix.essentials.Constants
The Constant twothird.
twothird - Static variable in class healpix.tools.Constants
The Constant twothird.

U

undef - Static variable in class healpix.essentials.HealpixMapDouble
 
undef - Static variable in class healpix.essentials.HealpixMapFloat
 
union(LongRangeSet) - Method in class healpix.core.base.set.LongRangeSet
Create new LongRangeSet which contains union of values from original set and parameter This operation is FAST.
union(RangeSet) - Method in class healpix.essentials.RangeSet
After this operation, the RangeSet contains the union of itself and other.
update(ColorTransform) - Method in class healpix.plot3d.canvas3d.ColorBar
Update.
updateFaces() - Method in class healpix.plot3d.canvas3d.MapCanvas
Update faces.
updateScene(int, int) - Method in class healpix.plot3d.canvas3d.ToolTipBehavior
 
upgrade(int) - Method in class healpix.core.dm.util.HealpixTool
Upgrade a healpix map from nside_in to nside_out (>nside_n)

V

valueIterator() - Method in class healpix.essentials.RangeSet
Returns a ValueIterator, which iterates over all individual numbers in the RangeSet.
valueOf(String) - Static method in enum healpix.core.dm.HealpixMap.CoordSys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum healpix.essentials.Scheme
Returns the enum constant of this type with the specified name.
values() - Static method in enum healpix.core.dm.HealpixMap.CoordSys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum healpix.essentials.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
vec2Ang(SpatialVector) - Static method in class healpix.core.HealpixIndex
converts a SpatialVector in a tuple of angles tup[0] = theta co-latitude measured from North pole, in [0,PI] radians, tup[1] = phi longitude measured eastward, in [0,2PI] radians
vec2AngularPosition(SpatialVector) - Static method in class healpix.core.HealpixIndex
 
vec2pix(Vec3) - Method in class healpix.essentials.HealpixBase
Returns the pixel which contains the supplied Vec3.
vec2pix_nest(SpatialVector) - Method in class healpix.core.HealpixIndex
Converts the unit vector to pix number in NEST scheme
vec2pix_ring(SpatialVector) - Method in class healpix.core.HealpixIndex
Converts the unit vector to pix number in RING scheme
vec2pixNest(int, Vec3) - Static method in class healpix.essentials.HealpixProc
 
vec2pixRing(int, Vec3) - Static method in class healpix.essentials.HealpixProc
 
Vec3 - Class in healpix.essentials
Cartesian 3-vector.
Vec3() - Constructor for class healpix.essentials.Vec3
Default constructor.
Vec3(Vec3) - Constructor for class healpix.essentials.Vec3
 
Vec3(double, double, double) - Constructor for class healpix.essentials.Vec3
Creation from individual components
Vec3(Pointing) - Constructor for class healpix.essentials.Vec3
Conversion from Pointing
Vec3(Zphi) - Constructor for class healpix.essentials.Vec3
Conversion from Zphi
Vec3(double[]) - Constructor for class healpix.essentials.Vec3
 
vector(double, double) - Static method in class healpix.core.HealpixIndex
Construct a SpatialVector from the angle (theta,phi)
verbose - Static variable in class healpix.tools.Constants
The verbose.
ViewMaps - Class in healpix.plot3d.gui
Allow map selection and eventually display it and allow zoom.
ViewMaps() - Constructor for class healpix.plot3d.gui.ViewMaps
TODO Should be in progs package but: Use the extract box in the progs and remove this class.
ViewToLearnHealpix - Class in healpix.plot3d.progs
Create a new HealView and Display it on the screen, allow the user to get the "healpix experience".
ViewToLearnHealpix() - Constructor for class healpix.plot3d.progs.ViewToLearnHealpix
 
vlev - Static variable in class healpix.tools.Constants
The Constant vlev.

W

writeDoubleMap(HealpixMapDouble, String) - Static method in class healpix.essentials.FitsUtil
 
writeExternal(ObjectOutput) - Method in class healpix.core.base.set.LongRangeSet
 
writeExternal(ObjectOutput) - Method in class healpix.essentials.RangeSet
 
writeFloatMap(HealpixMapFloat, String) - Static method in class healpix.essentials.FitsUtil
 
writeJPEG - Variable in class healpix.plot3d.canvas3d.Group3DCapturingCanvas3D
Flag that triggers the capture
writeTo(DataOutput, LongRangeSet) - Static method in class healpix.core.base.set.LongRangeSetBuilder
Write LongRangeSet into stream in an space efficient way.

X

x - Variable in class healpix.essentials.Vec3
 
x() - Method in class healpix.tools.SpatialVector
 
xy2pix_nest(int, int, int, int) - Static method in class healpix.core.Healpix
Deprecated. Convert from a x,y in a given face to a pix number.
xy2pix_nest(int, Point, int) - Static method in class healpix.core.Healpix
Deprecated. Convert from a point in a given face to a pix number.
xy2pix_nest(int, int) - Static method in class healpix.core.Healpix
Deprecated. Convert from a x,y in a given face to a pix number in a face without offset.

Y

y - Variable in class healpix.essentials.Vec3
 
y() - Method in class healpix.tools.SpatialVector
 

Z

z - Variable in class healpix.essentials.Vec3
 
z - Variable in class healpix.essentials.Zphi
Cosine of the colatitude, or z component of unit vector; Range [-1;1].
z() - Method in class healpix.tools.SpatialVector
 
ZoneSphere - Class in healpix.plot3d.gui.healpix3d
Part of the HealSphere
ZoneSphere(int, int) - Constructor for class healpix.plot3d.gui.healpix3d.ZoneSphere
Instantiates a new zone sphere.
Zphi - Class in healpix.essentials
Class for storing a position on the unit sphere as a (z,phi)-tuple.
Zphi() - Constructor for class healpix.essentials.Zphi
Default constructor
Zphi(double, double) - Constructor for class healpix.essentials.Zphi
Creation from individual components
Zphi(Vec3) - Constructor for class healpix.essentials.Zphi
Conversion from Vec3
Zphi(Pointing) - Constructor for class healpix.essentials.Zphi
Conversion from Pointing
zphi2pix(Zphi) - Method in class healpix.essentials.HealpixBase
Returns the pixel which contains the supplied Zphi.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z
"Built from revision exported"