NASA - Jet Propulsion Laboratory
    + View the NASA Portal
Search JPL
Jet Propulsion Laboratory Home Earth Solar System Stars & Galaxies Technology
Introduction Background Software Links

A B C D E F G H I K L M N 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.
AbstractHealpixMap.Scheme - Enum in healpix.core.dm
The Enum Scheme.
accept(File) - Method in class healpix.plot3d.gui.util.FitsFileFilter
 
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(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_nest(int, double, double) - Static method in class healpix.core.Healpix
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
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 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
Ang2PixAllTest - Class in healpix.core.test
Test the healpix pixel and angle related methods.
Ang2PixAllTest() - Constructor for class healpix.core.test.Ang2PixAllTest
 
Ang2Vec(double, double) - 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 In general dist = acos(v1.v2) except if the vectors are almost aligned
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
append(long) - Method in class healpix.core.base.set.LongRangeSetBuilder
append single long into builder
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
 
ARCSECOND_RADIAN - Static variable in class healpix.tools.Constants
The Constant 1 arcsecond in units of radians.
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
 
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
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
 
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.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
 
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
 
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
 
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(int, 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
 
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(SpatialVector) - Method in class healpix.tools.SpatialVector
vector cross product
crossProduct(SpatialVector, SpatialVector) - Method in class healpix.core.HealpixIndex
calculate cross product of two vectors

D

DataSphere - Class in healpix.plot3d.gui.healpix3d
Despite name represents a single Healpix face.
DataSphere() - Constructor for class healpix.plot3d.gui.healpix3d.DataSphere
Default constructor.
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, HealpixIndex) - 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
 
dot(SpatialVector) - Method in class healpix.tools.SpatialVector
Computes the dot product of the this vector and vector v1.
dotProduct(SpatialVector, SpatialVector) - Method in class healpix.core.HealpixIndex
calculates a dot product (inner product) of two 3D vectors the result is double

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.
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.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_num - Variable in class healpix.core.base.Xyf
 
FaceSphere - Class in healpix.plot3d.gui.healpix3d
Creates a Healpix Face tesselasition
FaceSphere() - Constructor for class healpix.plot3d.gui.healpix3d.FaceSphere
create sphere visual object
FaceSphere(int, int) - Constructor for class healpix.plot3d.gui.healpix3d.FaceSphere
Instantiates a new face sphere.
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
 

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
 
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.
getCount(int, int) - Method in class healpix.core.dm.HealpixMapImp
Get the accumulated added value to a pixel
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
 
getFaceNum() - Method in class healpix.plot3d.gui.healpix3d.DataSphere
Gets the face num.
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
 
getNside() - Method in class healpix.core.dm.HealpixMapImp
Return the value of the HEALPix NSIDE parameter.
getOrder() - Method in class healpix.core.HealpixIndex
Gets the order value
getParameter(String) - Method in class healpix.plot3d.gui.MainFrame
 
getPixBox() - Method in class healpix.plot3d.gui.BoxDisplay
Gets the pix box.
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.core.dm.HealpixMapImp
 
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
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

hashCode() - Method in class healpix.core.base.set.LongRangeSet
 
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.
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
Java version of some healpix routines from DSRI in java everthing must be in a class - no functions floating about.
Healpix() - Constructor for class healpix.core.Healpix
 
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.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.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
 
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
HealpixException - Exception in healpix.core.base
handles exceptions from this package
HealpixException(String) - Constructor for exception healpix.core.base.HealpixException
Throws exception with message input
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 everthing 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
HealpixMap - Interface in healpix.core.dm
Healpix map data model interface.
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
 
HealpixMapImp - Class in healpix.core.dm
A Healpix map can generate sky maps encoded in the HEALPix sky indexing scheme (http://healpix.jpl.nasa.gov/).
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.
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() - Constructor for class healpix.plot3d.gui.healpix3d.HealpixPixelDataSphere
Default constructor.
HealpixPixelDataSphere(HealpixMap, int, int) - Constructor for class healpix.plot3d.gui.healpix3d.HealpixPixelDataSphere
Used to get the data sphere from a ith map
HealpixTest - Class in healpix.core.test
Test suite for Healpix
HealpixTest() - Constructor for class healpix.core.test.HealpixTest
 
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
HealSphere - Class in healpix.plot3d.gui.healpix3d
A base class for different healpix sphere representations (??).
HealSphere() - Constructor for class healpix.plot3d.gui.healpix3d.HealSphere
Constructor for default nside.
HealSphere(int) - Constructor for class healpix.plot3d.gui.healpix3d.HealSphere
Constructor for specified nside.
HealSphere(HealpixIndex) - 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
demonstrates high resolution
HighResolution() - Constructor for class healpix.core.test.HighResolution
 
HiResTest - Class in healpix.core.test
 
HiResTest() - Constructor for class healpix.core.test.HiResTest
 
hpan - Variable in class healpix.plot3d.gui.view.MapView3d
The hpan.

I

in_ring(int, int, double, double, boolean) - Method in class healpix.core.Healpix
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
 
inRing(long, double, double, boolean) - Method in class healpix.core.HealpixIndex
Deprecated. use InRingLongSet
inRing(long, double, double, boolean, boolean) - Method in class healpix.core.HealpixIndex
Deprecated. Use the InRingLongSet instead.
InRing(long, long, double, double, LongRangeSetBuilder) - Method in class healpix.core.HealpixIndex
returns the list of pixels in RING scheme with latitude in [phi0 - dpi, phi0 + dphi] on the ring iz in [1, 4*nside -1 ] The pixel id numbers are in [0, 12*nside^2 - 1] the indexing is in RING, unless nest is set to 1 NOTE: this is the f90 code 'in_ring' method ported to java with 'conservative' flag to false
InRing_nested_longset(int, long, double, double) - Method in class healpix.core.HealpixIndex
returns the list of pixels in NEST scheme with latitude in [phi0 - dpi, phi0 + dphi] on the ring iz in [1, 4*nside -1 ] The pixel id numbers are in [0, 12*nside^2 - 1] the indexing is in RING, unless nest is set to 1
inRingCxx(long, long, double, double, boolean) - Method in class healpix.core.HealpixIndex
Deprecated. Don't use anymore, was only for
InRingLongSet(long, long, double, double) - Method in class healpix.core.HealpixIndex
returns the list of pixels in RING scheme with latitude in [phi0 - dpi, phi0 + dphi] on the ring iz in [1, 4*nside -1 ] The pixel id numbers are in [0, 12*nside^2 - 1] the indexing is in RING, unless nest is set to 1 NOTE: this is the f90 code 'in_ring' method ported to java with 'conservative' flag to false
integration_limits_in_costh(int, int) - Static method in class healpix.core.Healpix
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.
intrs_intrv(double[], double[]) - Method in class healpix.core.HealpixIndex
computes the intersection di of 2 intervals d1 (= [a1,b1]) and d2 (= [a2,b2]) on the periodic domain (=[A,B] where A and B arbitrary) ni is the resulting number of intervals (0,1, or 2) if a1 b1 then d1 = {x | a1 <=x < b u a <=x <=b1}
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
 
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
 
ix - Variable in class healpix.core.base.Xyf
variables
iy - Variable in class healpix.core.base.Xyf
 

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
 
last() - Method in class healpix.core.base.set.LongRangeSetBuilder
 
lastFirst() - Method in class healpix.core.base.set.LongRangeSetBuilder
 
length() - Method in class healpix.tools.SpatialVector
Returns the length of this vector.
lengthSquared() - Method in class healpix.tools.SpatialVector
Returns the squared length of this vector.
ln10 - Static variable in class healpix.tools.Constants
The Constant ln10.
log2(double) - Static method in class healpix.core.HealpixIndex
Log base two
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(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

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
 
main(String[]) - Static method in class healpix.core.test.Performance
 
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.
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.tools.SpatialVector
multiply with a number

N

names - Variable in class healpix.fits.Fits2HealpixMapImp
The names.
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).
nest2ring(int, int) - Static method in class healpix.core.Healpix
performs conversion from NESTED to RING pixel number
nest2ring(long) - Method in class healpix.core.HealpixIndex
performs conversion from NESTED to RING pixel number
NestSphere - Class in healpix.plot3d.gui.healpix3d
The Class NestSphere.
NestSphere() - Constructor for class healpix.plot3d.gui.healpix3d.NestSphere
Instantiates a new nest sphere.
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_in_line_nest(long, long) - Method in class healpix.core.HealpixIndex
calculates the pixel that lies on the East side (and the same latitude) as the given NESTED pixel number - ipix
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
 
normalized() - Method in class healpix.tools.SpatialVector
Normalized this vector
npix2Nside(long) - Static method in class healpix.core.HealpixIndex
returns nside such that npix = 12*nside^2 nside should by power of 2 and smaller than ns_max if not return -1
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
The Constant ns_max.
ns_max - Static variable in class healpix.core.HealpixIndex
The Constant ns_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
 
nside - Variable in class healpix.core.HealpixIndex
The nside.
nside2Npix(int) - Static method in class healpix.core.HealpixIndex
calculates npix such that npix = 12*nside^2 nside should be a power of 2, and smaller than ns_max otherwise return -1
nside2order(int) - Static method in class healpix.core.HealpixIndex
Gets the order from the nside
nsidelist - Static variable in class healpix.core.HealpixIndex
Available nsides ..always poer of 2 ..

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
measures performance
Performance() - Constructor for class healpix.core.test.Performance
 
Performance.StopWatch - Class in healpix.core.test
helper class to print time
Performance.StopWatch() - Constructor for class healpix.core.test.Performance.StopWatch
 
phi() - Method in class healpix.core.AngularPosition
Phi.
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
 
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
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
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
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
pix2xy_nest(int, int) - Static method in class healpix.core.Healpix
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
Convert from pix number to x,y inside a given face. 0,0 is the lower right corner of the face.
pixel_boundaries(int, double, double, int, double) - Static method in class healpix.core.Healpix
calculate the points of crossing for a given theta on the boundaries of the pixel - returns the left and right phi crossings
pixel_boundaries(double, double, int, double) - Method in class healpix.core.HealpixIndex
calculate the points of crossing for a given theata on the boundaries of the pixel - returns the left and right phi crossings
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
 
printVec(double[]) - Method in class healpix.core.HealpixIndex
Prints the vec.
printVec(double[]) - Method in class healpix.core.test.HealpixTest
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
query_disc (Nside, Vector0, Radius, Listpix, Nlist[, Nest, Inclusive]).
query_disc(int, SpatialVector, double, int, int) - Method in class healpix.core.HealpixIndex
generates in the RING or NESTED scheme all pixels that lies within an angular distance Radius of the center.
query_polygon(int, ArrayList<Object>, 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
QueryDiscTest - Class in healpix.core.base.set.test
 
QueryDiscTest() - Constructor for class healpix.core.base.set.test.QueryDiscTest
 

R

ra() - Method in class healpix.tools.SpatialVector
Get the ra angle in degrees
RADIAN_ARCSECOND - Static variable in class healpix.core.test.HealpixTest
 
radToAm(double) - Method in class healpix.core.test.HealpixTest
Converts radians to arcmin.
radToAs(double) - Method in class healpix.core.test.HealpixTest
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
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
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
 
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
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
performs conversion from RING to NESTED pixel number
ring2nest(long) - Method in class healpix.core.HealpixIndex
performs conversion from RING to NESTED pixel number
Ring2Pix(int, int) - Method in class healpix.core.test.Ring2PixTest
Test ring to nest scheme pixel index number
Ring2PixTest - Class in healpix.core.test
Test ring to nest scheme pixel index number
Ring2PixTest() - Constructor for class healpix.core.test.Ring2PixTest
 
ring_num(int, double) - Method in class healpix.core.Healpix
returns the ring number in {1, 4*nside-1} from the z coordinate.
ringNum(int, double) - 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() - Constructor for class healpix.plot3d.gui.healpix3d.RingSphere
create sphere visual object
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
 
scaleColor - Variable in class healpix.plot3d.canvas3d.SineColorTransform
The scale color.
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
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, AngularPosition) - Method in class healpix.plot3d.gui.healpix3d.QuadArrayExt
Sets the angle.
setAngle(AngularPosition) - 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
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(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.
setOrder(int) - Method in class healpix.core.HealpixIndex
Sets the order
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.
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(AbstractHealpixMap.Scheme) - Method in interface healpix.core.dm.AbstractHealpixMap
Set the HEALPix scheme.
setScheme(AbstractHealpixMap.Scheme) - Method in class healpix.core.dm.HealpixMapImp
 
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.
setToolTip(boolean) - Method in class healpix.plot3d.canvas3d.MapCanvas
Set the tooltip beaviour state
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
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.
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
 
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(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
 
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(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

T

test262144() - Method in class healpix.core.test.TestSixFourBit
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
Uwe's problem index*
test64to32Conversions() - Method in class healpix.core.test.HealpixTest
Higher resolution to lesser conversions test
test8063() - Method in class healpix.core.test.Ang2PixAllTest
Uwe's problem index*
testAddRange() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testAll(int, boolean) - Method in class healpix.core.test.Ang2PixAllTest
Test pix to angle and angle to pixel tied to a resolution number nside
testAllNest128() - Method in class healpix.core.test.Ang2PixAllTest
Test in nest scheme with nside = 128
testAllRing128() - Method in class healpix.core.test.Ang2PixAllTest
Test in ring scheme with nside = 128
testAllRing64() - Method in class healpix.core.test.Ang2PixAllTest
Test in ring scheme with nside = 64
testAng2Pix() - Method in class healpix.core.test.HealpixTest
Test ang2 pix.
testAng2Vect() - Method in class healpix.core.test.HealpixTest
Test ang2 vect.
testAngDist() - Method in class healpix.core.test.HealpixTest
Test ang dist.
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
 
testDegrade() - Method in class healpix.core.test.HealpixMapToolTest
Test degrade.
testDotProduct() - Method in class healpix.tools.test.SpatialVectorTest
Test dot product.
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
 
testGetNside() - Method in class healpix.core.test.HealpixTest
Test get nside.
testGetParentAt(int, int) - Method in class healpix.core.test.HealpixTest
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); "Ang theta is incorrect" ,theta,ang[0] ); "Ang phi is incorrect" ,phi,ang[1] ); } } }
testGetParentAt() - Method in class healpix.core.test.HealpixTest
 
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
 
testinRing() - Method in class healpix.core.test.HealpixTest
Test in ring.
testinRingCxx() - Method in class healpix.core.test.HealpixTest
Test in ring cxx.
testIntersect() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testIntersect2() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testIntrs_Intrv() - Method in class healpix.core.test.HealpixTest
Test intrs_ intrv.
testIssue3983() - Method in class healpix.core.test.HealpixTest
 
testIter() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testKeithCover() - Method in class healpix.core.test.HealpixTest
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
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.
testMaxResolution() - Method in class healpix.core.test.HealpixTest
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
Test modulo.
testNeighbours_Nest() - Method in class healpix.core.test.HealpixTest
tests Neighbour's method for nest schema of the pixelization
testNest2Ring() - Method in class healpix.core.test.HealpixTest
Test nest2 ring.
testNext_In_Line_Nest() - Method in class healpix.core.test.HealpixTest
Test next_ in_ line_ nest.
testNorm() - Method in class healpix.tools.test.SpatialVectorTest
Test norm.
testNpix2Nside() - Method in class healpix.core.test.HealpixTest
Test npix2 nside.
testNside2Npix() - Method in class healpix.core.test.HealpixTest
Test nside2 npix.
testPix2Ang() - Method in class healpix.core.test.Pix2Ang4096Test
Test pix2 ang.
testPix2Vect_nest() - Method in class healpix.core.test.HealpixTest
Test pix2 vect_nest.
testPix2Vect_ring() - Method in class healpix.core.test.HealpixTest
Test pix2 vect_ring.
testQuery_Disc() - Method in class healpix.core.test.HealpixTest
Test query_ disc.
testQuery_disk2() - Method in class healpix.core.test.HealpixTest
test Query_disk check for consistency in the query for RING/NESTED
testQuery_Polygon() - Method in class healpix.core.test.HealpixTest
Test query_ polygon.
testQuery_Strip() - Method in class healpix.core.test.HealpixTest
Test query_ strip.
testQuery_Triangle360Nest() - Method in class healpix.core.test.HealpixTest
Test query_ triangle360 nest.
testQuery_Triangle360Ring() - Method in class healpix.core.test.HealpixTest
Test query_ triangle360 ring.
testQuery_TriangleNotCrossing360Nest() - Method in class healpix.core.test.HealpixTest
Test query_ triangle not crossing360 nest.
testQuery_TriangleNotCrossing360Ring() - Method in class healpix.core.test.HealpixTest
Test query_ triangle not crossing360 ring.
testQueryDisc() - Method in class healpix.core.base.set.test.QueryDiscTest
 
testQueryRing() - Method in class healpix.core.test.HiResTest
test on high resolutions.
testReadTableHDU() - Method in class healpix.fits.test.FitsTest
Test reading the header table fits
testRing2Nest() - Method in class healpix.core.test.HealpixTest
Test ring2 nest.
testRing2Pix14t2() - Method in class healpix.core.test.Ring2PixTest
Test ring to nest scheme pixel index number with nside = 2 and pixel number = 14
testringNum() - Method in class healpix.core.test.HealpixTest
Test ring num.
testSet() - Method in class healpix.core.base.set.test.LongSetTest
 
TestSixFourBit - Class in healpix.core.test
 
TestSixFourBit() - Constructor for class healpix.core.test.TestSixFourBit
 
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
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 ..
testSubstract() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testSurfaceTriangle() - Method in class healpix.core.test.HealpixTest
Test surface triangle.
testUnion() - Method in class healpix.core.base.set.test.LongRangeSetTest
 
testUpgrade() - Method in class healpix.core.test.HealpixMapToolTest
Test upgrade.
testVec2Ang() - Method in class healpix.core.test.HealpixTest
Test vec2 ang.
testVect2Pix_nest() - Method in class healpix.core.test.HealpixTest
Test vect2 pix_nest.
testVect2Pix_ring() - Method in class healpix.core.test.HealpixTest
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.
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.
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
 
toDe() - Method in class healpix.tools.SpatialVector
 
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.
toRa() - Method in class healpix.tools.SpatialVector
 
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.tools.SpatialVector
 
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.
twopi - Static variable in class healpix.tools.Constants
The Constant twopi.
twothird - Static variable in class healpix.tools.Constants
The Constant twothird.

U

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.
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

valueOf(String) - Static method in enum healpix.core.dm.AbstractHealpixMap.Scheme
Returns the enum constant of this type with the specified name.
values() - Static method in enum healpix.core.dm.AbstractHealpixMap.Scheme
Returns an array containing the constants of this enum type, in the order they are declared.
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
Vect2Ang(SpatialVector) - 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
vector(double, double) - 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

writeJPEG - Variable in class healpix.plot3d.canvas3d.Group3DCapturingCanvas3D
Flag that triggers the capture

X

x() - Method in class healpix.tools.SpatialVector
 
xy2pix_nest(int, int, int, int) - Static method in class healpix.core.Healpix
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
Convert from a point in a given face to a pix number.
xy2pix_nest(int, int) - Static method in class healpix.core.Healpix
Convert from a x,y in a given face to a pix number in a face without offset.
Xyf - Class in healpix.core.base
Simple utility to return ix, iy and face number from a routine
Xyf() - Constructor for class healpix.core.base.Xyf
 

Y

y() - Method in class healpix.tools.SpatialVector
 

Z

z() - Method in class healpix.tools.SpatialVector
 
z0 - Static variable in class healpix.core.HealpixIndex
The Constant z0.
ZoneSphere - Class in healpix.plot3d.gui.healpix3d
Part of the HealSphere
ZoneSphere() - Constructor for class healpix.plot3d.gui.healpix3d.ZoneSphere
create sphere visual object
ZoneSphere(int, int) - Constructor for class healpix.plot3d.gui.healpix3d.ZoneSphere
Instantiates a new zone sphere.

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

Privacy / Copyright
FIRST GOV Contact: NASA Home Page Site Manager:
Webmaster:

CL 03-2650