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


Uses of Interface
healpix.core.dm.HealpixMap

Packages that use HealpixMap
healpix.core.dm This package contains the Healpix data model and implementation. 
healpix.core.dm.util This package contains a tool to interact with a Healpix map. 
healpix.fits This package contains the fits utility classes. 
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 This package contains a demo of the healpix 3d viewer. 
healpix.plot3d.gui This package contains the Graphical User Interface to give 3d interactive viewer. 
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.view This package contains view classes (frames) used by the Graphical User Interface classes. 
healpix.plot3d.progs.testing   
healpix.tools This package contains several tools for use within the HEALPix code. 
healpix.tools.test   
 

Uses of HealpixMap in healpix.core.dm
 

Classes in healpix.core.dm that implement HealpixMap
 class HealpixMapImp
          A Healpix map can generate sky maps encoded in the HEALPix sky indexing scheme (http://healpix.jpl.nasa.gov/).
 

Methods in healpix.core.dm that return HealpixMap
 HealpixMap HealpixMapImp.regrade(int nside)
           
 HealpixMap HealpixMap.regrade(int nside)
          Down/Upgrade the map resolution
 

Uses of HealpixMap in healpix.core.dm.util
 

Fields in healpix.core.dm.util declared as HealpixMap
 HealpixMap HealpixTool.map_in
          Input HealpixMap
 HealpixMap HealpixTool.map_out
          Output HealpixMap result
 

Methods in healpix.core.dm.util that return HealpixMap
 HealpixMap HealpixTool.degrade(int nside_out)
          Degrade the HealpixMap to Nside_out.
 HealpixMap HealpixTool.upgrade(int nside_out)
          Upgrade a healpix map from nside_in to nside_out (>nside_n)
 

Methods in healpix.core.dm.util with parameters of type HealpixMap
 void HealpixTool.setMapIn(HealpixMap min)
          Sets the input HealpixMap
 void HealpixTool.setMapOut(HealpixMap mout)
          Sets the output result HealpixMap
 

Constructors in healpix.core.dm.util with parameters of type HealpixMap
HealpixTool(HealpixMap min)
          Creates the tool to regrade an input map
 

Uses of HealpixMap in healpix.fits
 

Methods in healpix.fits that return HealpixMap
 HealpixMap Fits2HealpixMapImp.fits2map(String filename)
           
 HealpixMap Fits2HealpixMap.fits2map(String filename)
          Read fits binary table from FITS file and set the HealpixMap with the data from table read
 HealpixMap Fits2HealpixMapImp.getMap()
           
 HealpixMap Fits2HealpixMap.getMap()
          Getting the map.
 

Methods in healpix.fits with parameters of type HealpixMap
 void Fits2HealpixMapImp.setMap(HealpixMap m)
           
 void Fits2HealpixMap.setMap(HealpixMap m)
          Set the HealpixMap
 

Uses of HealpixMap in healpix.plot3d.canvas3d
 

Fields in healpix.plot3d.canvas3d declared as HealpixMap
 HealpixMap MapCanvas.theMap
          The map.
 

Methods in healpix.plot3d.canvas3d with parameters of type HealpixMap
 void MapCanvas.setMap(HealpixMap map)
          Set the displayed HealpixMap
 void MapCanvas.setMap(HealpixMap map, int ithmap)
          Set the displayed HealpixMap
 

Uses of HealpixMap in healpix.plot3d.demo
 

Methods in healpix.plot3d.demo that return HealpixMap
 HealpixMap MapCanvas3D.getMap()
          This sets a new map for display.
 HealpixMap Healpix3DMap.getMap()
          Gets the healpix map
 

Methods in healpix.plot3d.demo with parameters of type HealpixMap
 void MapCanvas3D.setMap(HealpixMap map)
          This sets a new map for display.
 void Healpix3DMap.setMap(HealpixMap m)
          Sets the healpix map to be shown
 

Uses of HealpixMap in healpix.plot3d.gui
 

Methods in healpix.plot3d.gui that return HealpixMap
 HealpixMap ViewMaps.getMap()
           
 HealpixMap MapTaker.getMap()
          Gets the map.
 HealpixMap MapPanel.getMap()
          Gets the map.
 HealpixMap Map3DPanelContent.getMap()
          Gets the healpix map
 

Methods in healpix.plot3d.gui with parameters of type HealpixMap
 void ViewMaps.setMap(HealpixMap map)
           
 void MapTaker.setMap(HealpixMap m)
          Sets the map.
 void MapPanel.setMap(HealpixMap map)
          Set Map
 void Map3DPanelContent.setMap(HealpixMap m)
          Sets the healpix map to be shown
 void ExtractBoxDialog.setMap(HealpixMap m)
          Sets the map.
 void Map3DPanelContent.setMap(HealpixMap m, int imap)
          Sets the healpix ith map to be shown
 

Uses of HealpixMap in healpix.plot3d.gui.healpix3d
 

Constructors in healpix.plot3d.gui.healpix3d with parameters of type HealpixMap
DataSphere(int face, HealpixMap ch)
          Instantiates a new data sphere.
DataSphere(int face, HealpixMap ch, int imap)
          Used to get the data sphere from a ith map
DataSphere(int face, HealpixMap ch, int imap, double min, double max)
          Instantiates a new data sphere.
DataSphere(int face, HealpixMap ch, int imap, double min, double max, HealpixIndex index)
          Instantiates a new data sphere.
DataSphere(int nside, int face, HealpixMap ch, double min, double max)
          Most detailed constructor.
HealpixPixelDataSphere(HealpixMap ch, int imap, int iQuads)
          Used to get the data sphere from a ith map
 

Uses of HealpixMap in healpix.plot3d.gui.view
 

Methods in healpix.plot3d.gui.view that return HealpixMap
 HealpixMap MapView3d.getMap()
           
 

Methods in healpix.plot3d.gui.view with parameters of type HealpixMap
 void MapView3d.setMap(HealpixMap map)
          set the map dat
 void MapView3d.setMap(HealpixMap map, int imap)
          set the map dat with ith imap map
 

Uses of HealpixMap in healpix.plot3d.progs.testing
 

Methods in healpix.plot3d.progs.testing that return HealpixMap
static HealpixMap TestingQueryPolygon.getMap()
          Gets the map.
static HealpixMap TestingQueryPolygon.getMap3PixelsRing()
          Gets the map3 pixels ring.
static HealpixMap TestingQueryPolygon.getMapNeighbours()
          Gets the map with pix nest.
static HealpixMap TestingQueryPolygon.getMapWithPixNest()
          Gets the map with pix nest.
static HealpixMap TestingQueryPolygon.getMapWithPixRing()
          Gets the map with pix ring.
static HealpixMap TestingQueryPolygon.getMapWithPixRingTriangle()
          Gets the map with pix ring triangle.
 

Methods in healpix.plot3d.progs.testing with parameters of type HealpixMap
static void TestingQueryPolygon.addVec(int nside, SpatialVector vec, HealpixMap map, double v)
           
static void TestingQueryPolygon.addVec(SpatialVector vec, HealpixMap map, double v)
          Adds the vec.
 

Uses of HealpixMap in healpix.tools
 

Methods in healpix.tools that return HealpixMap
 HealpixMap HealpixMapCreator.getMap()
          Gets the map.
 

Methods in healpix.tools with parameters of type HealpixMap
 void HealpixMapCreator.setMap(HealpixMap m)
          Sets the map.
 

Uses of HealpixMap in healpix.tools.test
 

Methods in healpix.tools.test that return HealpixMap
 HealpixMap HealpixMapCreatorTest.getMap()
          Gets the map.
 


"Built from revision exported"

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

CL 03-2650