astro.fits
Class TableTools.Ascii

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

public static class TableTools.Ascii
extends Object

Read the binary table and prints the columns to standard out.


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

Constructor Detail

TableTools.Ascii

public TableTools.Ascii()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First command line argument is the uncompressed fits file, then the number of the columns follow.

Throws:
Exception