astro.fits
Class FitsStatistic.Line

java.lang.Object
  extended by astro.fits.FitsStatistic.Line
Enclosing class:
FitsStatistic

public static class FitsStatistic.Line
extends Object

Outputs average and std-dev of the quadrants along with header card values of the fits file.


Constructor Summary
FitsStatistic.Line()
           
 
Method Summary
static void main(String[] arg)
          First command line argument is fits file, then extension number, then nclip.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitsStatistic.Line

public FitsStatistic.Line()
Method Detail

main

public static void main(String[] arg)
                 throws nom.tam.fits.FitsException,
                        IOException
First command line argument is fits file, then extension number, then nclip.

Throws:
nom.tam.fits.FitsException
IOException