astro.fits
Class TableTools.Ascii
java.lang.Object
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.
|
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 |
TableTools.Ascii
public TableTools.Ascii()
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