Package healpix.essentials
Class HealpixTables
java.lang.Object
healpix.essentials.HealpixTables
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Fxyf,- HealpixBase
Various data tables needed by the 
HealpixBase class.- Author:
- Martin Reinecke
- See Also:
- Copyright:
- 2011, 2012 Max-Planck-Society
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final short[]protected static final short[][]protected static final byte[]protected static final byte[]protected static final int[][]protected static final byte[][]protected static final short[]protected static final short[]protected static final short[]
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ctabprotected static final short[] ctab
- 
utabprotected static final short[] utab
- 
jrllprotected static final byte[] jrll
- 
jpllprotected static final byte[] jpll
- 
xoffsetprotected static final short[] xoffset
- 
yoffsetprotected static final short[] yoffset
- 
facearrayprotected static final short[][] facearray
- 
swaparrayprotected static final byte[][] swaparray
- 
swap_cycleprotected static final int[][] swap_cycle
 
- 
- 
Constructor Details- 
HealpixTablespublic HealpixTables()
 
-