org.eso.fits
Class CreateFits

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

public class CreateFits
extends java.lang.Object

CreateFits class provides a static main method to test creation and writing a FITS from scratch.


Field Summary
static int ROWS
           
 
Constructor Summary
CreateFits()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Static method for testing the FITS class library.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROWS

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

CreateFits

public CreateFits()
Method Detail

main

public static void main(java.lang.String[] argv)
Static method for testing the FITS class library.

Parameters:
argv - name of FITS file to create