stella.adapter
Class AveragePinhole.Test

java.lang.Object
  extended by stella.adapter.AveragePinhole.Test
Enclosing class:
AveragePinhole

public static class AveragePinhole.Test
extends Object

Test class. Reads properties and fits, outputs shift.


Constructor Summary
AveragePinhole.Test()
           
 
Method Summary
static void main(String[] arg)
          First command line argument id the FITS file, then the properties of the CoG.
private static void printToFile(String f, List<String> ll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AveragePinhole.Test

public AveragePinhole.Test()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First command line argument id the FITS file, then the properties of the CoG.

Throws:
Exception

printToFile

private static final void printToFile(String f,
                                      List<String> ll)
                               throws IOException
Throws:
IOException