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


Serialized Form


Package healpix.core

Class healpix.core.HealpixIndex extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

order

int order
Max order public static final int order_max=29; /*! The order of the map; -1 for nonhierarchical map.


jrll

int[] jrll

jpll

int[] jpll

nside

int nside
The nside.


nl2

long nl2
The ncap.


nl3

long nl3
The ncap.


nl4

long nl4
The ncap.


npface

long npface
The ncap.


npix

long npix
The ncap.


ncap

long ncap
The ncap.


fact1

double fact1
The fact2.


fact2

double fact2
The fact2.


Package healpix.core.base

Class healpix.core.base.HealpixException extends Exception implements Serializable

serialVersionUID: 1L


Package healpix.core.base.set

Class healpix.core.base.set.LongList extends LongCollection implements Serializable

serialVersionUID: -2794240565359961009L

Serialized Fields

size

int size

data

long[] data

Class healpix.core.base.set.LongRangeSet extends Object implements Serializable

serialVersionUID: -7543399451387806240L

Serialized Fields

ranges

long[] ranges
sorted ranges, even is first, odd is last

Class healpix.core.base.set.LongSet extends LongCollection implements Serializable

serialVersionUID: 87858445112407625L

Serialized Fields

slotSize

int slotSize
size of slot


slots

TreeMap<K,V> slots
Slots. Key is slot offset, value is BitSet representing values in given slot Because Long is object there is box and unbox overhead on each operation TODO replace key, so does not need boxing


cachedKey

long cachedKey

cachedBitSet

BitSet cachedBitSet

Package healpix.core.dm

Class healpix.core.dm.HealpixMapImp extends HealpixIndex implements Serializable

serialVersionUID: 1L

Serialized Fields

scheme

AbstractHealpixMap.Scheme scheme
The scheme.


nMaps

short nMaps
The n maps.


mapNames

String[] mapNames
The map names.


map

healpix.core.dm.HealpixMapImp.MapItem[][] map
The map.


N

int[] N
The N.


minVal

double[] minVal
The min val.


maxVal

double[] maxVal
The max val.


colname

String[] colname
The colname.


imap

int imap
The imap.


map_orig

HealpixMap map_orig

Package healpix.plot3d.canvas3d

Class healpix.plot3d.canvas3d.ColorBar extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

formatter

Format formatter
The formatter.


ctrans

ColorTransform ctrans
The ctrans.


scaleColor

double scaleColor
The scale color.

Class healpix.plot3d.canvas3d.Group3DCapturingCanvas3D extends Canvas3D implements Serializable

serialVersionUID: 1L

Serialized Fields

writeJPEG

boolean writeJPEG
Flag that triggers the capture

 

postSwapCount

int postSwapCount
Counter for filenames so that multiple canvases may be captured

 

Class healpix.plot3d.canvas3d.MapCanvas extends Canvas3D implements Serializable

serialVersionUID: 1L

Serialized Fields

toolTipBehavior

ToolTipBehavior toolTipBehavior
The tool tip behavior.


objTrans

TransformGroup objTrans
The obj trans.


objScale

TransformGroup objScale
The obj scale.


bounds

BoundingSphere bounds
The bounds.


scene

BranchGroup scene
The scene.


colorbargroup

BranchGroup colorbargroup
The colorbargroup.


axisGroup

BranchGroup axisGroup
The axis group.


equatorGroup

BranchGroup equatorGroup
The equator group.


gridGroup

BranchGroup gridGroup
The grid group.


allGroup

BranchGroup allGroup
The all group.


nestGroup

BranchGroup nestGroup
The nest group.


uni

SimpleUniverse uni
The uni.


zoom

MouseZoom zoom
The zoom.


rotator

RotationInterpolator rotator
The rotator.


nestView

boolean nestView
The nest view.


axisView

boolean axisView
The axis view.


equatorView

boolean equatorView
The equator view.


allView

boolean allView
The all view.


nside

int nside
The nside.


zoneNo

int zoneNo
The zone no.


faceNo

int faceNo
The face no.


theMap

HealpixMap theMap
The map.


imap

int imap
The imap.


colnameSel

String colnameSel
The colname sel.


colorbar

ColorBar colorbar
The colorbar.


showTooltip

boolean showTooltip
The show tooltip.


showGrid

boolean showGrid
The show grid.


transparencyValue

float transparencyValue
The transparency value.


face

HealSphere[] face
The face.


sphereApp

Appearance sphereApp
The sphere app.


Package healpix.plot3d.demo

Class healpix.plot3d.demo.Healpix3DMap extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

canvas3Dmap

MapCanvas3D canvas3Dmap
Map canvas 3d


map

HealpixMap map
The map to be displayed


isApplet

boolean isApplet
Flag indicating if the application has been launched as an applet.


isDone

boolean isDone
Flag indicating when the user exits the application.

Class healpix.plot3d.demo.Healpix3DMapApplet extends JApplet implements Serializable

serialVersionUID: 1L

Serialized Fields

textArea

JTextArea textArea
TextArea used as a console to show messages.

Class healpix.plot3d.demo.MapCanvas3D extends Canvas3D implements Serializable

serialVersionUID: 1L

Serialized Fields

objTrans

TransformGroup objTrans
The obj trans.


objScale

TransformGroup objScale
The obj scale.


scene

BranchGroup scene
The scene.


axisGroup

BranchGroup axisGroup
The grid group.


equatorGroup

BranchGroup equatorGroup
The grid group.


gridGroup

BranchGroup gridGroup
The grid group.


loneFaceGroup

BranchGroup loneFaceGroup
The all group.


allGroup

BranchGroup allGroup
The all group.


uni

SimpleUniverse uni
The uni.


zoom

MouseZoom zoom
The zoom.


rotator

RotationInterpolator rotator
The rotator.


axisView

boolean axisView
The equator view.


equatorView

boolean equatorView
The equator view.


loneFaceView

boolean loneFaceView
The all view.


allView

boolean allView
The all view.


nside

int nside
The nside.


faceNo

int faceNo
The face no.


theMap

HealpixMap theMap
The map.


showGrid

boolean showGrid
The show grid.


Package healpix.plot3d.gui

Class healpix.plot3d.gui.BoxDisplay extends Canvas implements Serializable

serialVersionUID: 1L

Serialized Fields

pix

double[][] pix
The pix.


scalex

double scalex
The scalex.


scaley

double scaley
The scaley.


theImage

BufferedImage theImage
The image.


theScaledImage

Image theScaledImage
The scaled image.


newbox

boolean newbox
The newbox.

Class healpix.plot3d.gui.DialogToolTip extends JDialog implements Serializable

serialVersionUID: 1L

Class healpix.plot3d.gui.ExtractBoxDialog extends Frame implements Serializable

serialVersionUID: 1L

Serialized Fields

map

HealpixMap map
The map.


lat

TextField lat
The lat.


lon

TextField lon
The lon.


width

TextField width
The width.


displayer

ExtBoxDisplayer displayer
The displayer.

Class healpix.plot3d.gui.MainFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

args

String[] args
The args.


name

String name
The name.


barebones

boolean barebones
The barebones.


applet

Applet applet
The applet.


label

Label label
The label.


appletSize

Dimension appletSize
The applet size.

Class healpix.plot3d.gui.Map3DPanelContent extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

canvas3Dmap

MapCanvas canvas3Dmap
Map canvas 3d


map

HealpixMap map
The map to be displayed

Class healpix.plot3d.gui.MapDialog extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

fwhm

RangePanel fwhm
The fwhm.


nside

RangePanel nside
The nside.


maplist

List maplist
The maplist.


mapTake

MapTaker mapTake
The map take.


ignore

Checkbox ignore
The ignore.


sel

Button sel
The sel.

Class healpix.plot3d.gui.MapPanel extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

map

HealpixMap map
The map.


id

Label id
The id.


nside

Label nside
The nside.


fwhm

Label fwhm
The fwhm.


creator

Label creator
The creator.


version

Label version
The version.


extname

Label extname
The extname.


status

Label status
The status.


notes

TextArea notes
The notes.

Class healpix.plot3d.gui.RangePanel extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

low

TextField low
The low.


high

TextField high
The high.

Class healpix.plot3d.gui.RangePanInt extends RangePanel implements Serializable

serialVersionUID: 1L

Class healpix.plot3d.gui.ViewMaps extends JApplet implements Serializable

serialVersionUID: 1L

Serialized Fields

stoped

boolean stoped
The stoped.


started

boolean started
The started.


view3dfailed

boolean view3dfailed
The view3dfailed.


viewArea

Panel viewArea
The view area.


info

Panel info
The info.


info2

Label info2
The info2.


width

Label width
The width.


threshold

Label threshold
The threshold.


raField

TextField raField
The ra field.


decField

TextField decField
The dec field.


info3

Label info3
The info3.


theMap

HealpixMap theMap
The map.


mapDlg

MapDialog mapDlg
The map dlg.


boxDlg

ExtractBoxDialog boxDlg
The box dlg.


displayer

ExtBoxDisplayer displayer
The displayer.


mapPan

MapPanel mapPan
The map pan.


view3d

MapTaker view3d
The view3d.


extractBox

Button extractBox
The show3d.


show3d

Button show3d
The show3d.


Package healpix.plot3d.gui.healpix3d

Class healpix.plot3d.gui.healpix3d.HealCanvas extends Canvas3D implements Serializable

serialVersionUID: 1L

Serialized Fields

objTrans

TransformGroup objTrans
The obj trans.


objScale

TransformGroup objScale
The obj scale.


scene

BranchGroup scene
The scene.


axisGroup

BranchGroup axisGroup
The axis group.


equatorGroup

BranchGroup equatorGroup
The equator group.


zoneGroup

BranchGroup zoneGroup
The zone group.


ringGroup

BranchGroup ringGroup
The ring group.


ringsGroup

BranchGroup ringsGroup
The rings group.


solidFaceGroup

BranchGroup solidFaceGroup
The solid face group.


nestGroup

BranchGroup nestGroup
The nest group.


faceGroup

BranchGroup faceGroup
The face group.


uni

SimpleUniverse uni
The uni.


zoom

MouseZoom zoom
The zoom.


rotator

RotationInterpolator rotator
The rotator.


zoneView

boolean zoneView
The zone view.


nestView

boolean nestView
The nest view.


faceView

boolean faceView
The face view.


ringsView

boolean ringsView
The rings view.


ringView

boolean ringView
The ring view.


axisView

boolean axisView
The axis view.


solidFaceView

boolean solidFaceView
The solid face view.


nside

int nside
The nside.


zoneNo

int zoneNo
The zone no.


faceNo

int faceNo
The face no.


ringNo

int ringNo
The ring no.

Class healpix.plot3d.gui.healpix3d.HealPanel extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

canvas

HealCanvas canvas
The canvas.


nside

Choice nside
The nside.


zone

Checkbox zone
The solidface.


nest

Checkbox nest
The solidface.


ring

Checkbox ring
The solidface.


axis

Checkbox axis
The solidface.


face

Checkbox face
The solidface.


rings

Checkbox rings
The solidface.


solidface

Checkbox solidface
The solidface.


zchoice

Choice zchoice
The nchoice.


nchoice

Choice nchoice
The nchoice.


ringField

TextField ringField
The ring field.

Class healpix.plot3d.gui.healpix3d.HealpixDataIndex extends HealpixIndex implements Serializable

serialVersionUID: 1L

Serialized Fields

angle

AngularPosition angle
The angle.


ipix

int ipix
The ipix.


value

double value
The value.

Class healpix.plot3d.gui.healpix3d.RotatePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

scene

RotateAble scene
The scene.


rotBut

JButton rotBut
The rot but.


alpha

Alpha alpha
The alpha.


choice

JComboBox choice
The choice.


x

JCheckBox x
The x.


y

JCheckBox y
The y.


z

JCheckBox z
The z.

Class healpix.plot3d.gui.healpix3d.SimplePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

canvas

MapCanvas canvas
The canvas.


colname

JComboBox colname
The colname.


nside

JComboBox nside
The nside.


nchoice

Choice nchoice
The nchoice.


nest

Checkbox nest
The equat.


axis

Checkbox axis
The equat.


all

Checkbox all
The equat.


equat

Checkbox equat
The equat.


colnameSel

String colnameSel
The colname sel.


jlTitle

JLabel jlTitle
The jl title.


tooltip

JCheckBox tooltip
The tooltip.


grid

JCheckBox grid
The grid.


initialTransparency

float initialTransparency

Package healpix.plot3d.gui.view

Class healpix.plot3d.gui.view.HealView extends Frame implements Serializable

serialVersionUID: 1L

Serialized Fields

theSky

HealCanvas theSky
The sky.


info1

Label info1
The info1.


rotPanel

RotatePanel rotPanel
The rot panel.

Class healpix.plot3d.gui.view.MapView3d extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

hpan

SimplePanel hpan
The hpan.


isApplet

boolean isApplet
Flag indicating if the application has been launched as an applet.


isDone

boolean isDone
Flag indicating when the user exits the application.


theSky

MapCanvas theSky
The sky.


info1

JLabel info1
The info1.


rotPanel

RotatePanel rotPanel
The rot panel.


boxDlg

ExtractBoxDialog boxDlg
The box dlg.


displayer

ExtBoxDisplayer displayer
The displayer.


jf

JFrame jf
The jf.


theMap

HealpixMap theMap
The map.


fitsFileFilter

FileFilter fitsFileFilter
The fits file filter.


fch

JFileChooser fch
The fch.


colorBar

ColorBar colorBar
The color bar.

Class healpix.plot3d.gui.view.MapView3dApplet extends JApplet implements Serializable

serialVersionUID: 1L

Serialized Fields

textArea

JTextArea textArea
TextArea used as a console to show messages.


frame

MapView3d frame
The frame.


"Built from revision exported"

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

CL 03-2650