org.eso.fits
Class Fits

java.lang.Object
  extended by org.eso.fits.Fits

public class Fits
extends java.lang.Object

Fits class defines common constants used by the FITS package


Field Summary
static int ATABLE
           
static int BTABLE
           
static int BYTE
          Definition of FITS Data types
static int DOUBLE
           
static int FALSE
          Definition of FITS Header/Data unit types
static int FLOAT
           
static int IMAGE
           
static int INT
           
static int RGROUP
           
static int SHORT
           
static int UNKNOWN
           
 
Constructor Summary
Fits()
           
 
Method Summary
static java.lang.String getType(int type)
          Get string with FITS extension type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALSE

public static final int FALSE
Definition of FITS Header/Data unit types

See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

IMAGE

public static final int IMAGE
See Also:
Constant Field Values

BTABLE

public static final int BTABLE
See Also:
Constant Field Values

ATABLE

public static final int ATABLE
See Also:
Constant Field Values

RGROUP

public static final int RGROUP
See Also:
Constant Field Values

BYTE

public static final int BYTE
Definition of FITS Data types

See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

INT

public static final int INT
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values
Constructor Detail

Fits

public Fits()
Method Detail

getType

public static final java.lang.String getType(int type)
Get string with FITS extension type