Package healpix.essentials
Class HealpixTables
- java.lang.Object
-
- healpix.essentials.HealpixTables
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Fxyf,HealpixBase
public class HealpixTables extends java.lang.Object implements java.io.SerializableVarious data tables needed by theHealpixBaseclass.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static short[]ctabprotected static short[][]facearrayprotected static byte[]jpllprotected static byte[]jrllprotected static int[][]swap_cycleprotected static byte[][]swaparrayprotected static short[]utabprotected static short[]xoffsetprotected static short[]yoffset
-
Constructor Summary
Constructors Constructor Description HealpixTables()
-
-
-
Field Detail
-
ctab
protected static final short[] ctab
-
utab
protected static final short[] utab
-
jrll
protected static final byte[] jrll
-
jpll
protected static final byte[] jpll
-
xoffset
protected static final short[] xoffset
-
yoffset
protected static final short[] yoffset
-
facearray
protected static final short[][] facearray
-
swaparray
protected static final byte[][] swaparray
-
swap_cycle
protected static final int[][] swap_cycle
-
-