astro.fits
Class TableTools.Print

java.lang.Object
  extended by astro.fits.TableTools.Print
Enclosing class:
TableTools

public static class TableTools.Print
extends Object

Read the provided fits file to first table and print out table info.


Constructor Summary
TableTools.Print()
           
 
Method Summary
static void main(String[] arg)
          First command line argument is the uncompressed fits file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableTools.Print

public TableTools.Print()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First command line argument is the uncompressed fits file.

Throws:
Exception