net.aerith.misao.catalog.io
Class TychoIndex

java.lang.Object
  |
  +--net.aerith.misao.catalog.io.TychoIndex

public class TychoIndex
extends java.lang.Object

The TychoIndex represents the index to read the Tycho Catalogue.


Field Summary
static int[] decl_end
          The largest Decl.
static int[] decl_start
          The smallest Decl.
static int[] ra_end
          The largest R.A.
static int[] ra_start
          The smallest R.A.
 
Constructor Summary
TychoIndex()
           
 
Method Summary
(package private) static void ()
          Sets the R.A.
private static void initialize_decl()
          Initializes the Decl.
private static void initialize_ra()
          Initializes the R.A.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ra_start

public static int[] ra_start
The smallest R.A. in degree of the block.

ra_end

public static int[] ra_end
The largest R.A. in degree of the block.

decl_start

public static int[] decl_start
The smallest Decl. in degree of the block.

decl_end

public static int[] decl_end
The largest Decl. in degree of the block.
Constructor Detail

TychoIndex

public TychoIndex()
Method Detail

initialize_ra

private static final void initialize_ra()
Initializes the R.A. of each blocks.

initialize_decl

private static final void initialize_decl()
Initializes the Decl. of each blocks.

static void ()
Sets the R.A. range of each block.