stella.parameter
Class FlatQuality.Test

java.lang.Object
  extended by stella.parameter.FlatQuality.Test
Enclosing class:
FlatQuality

public static class FlatQuality.Test
extends Object


Field Summary
static Rectangle box
           
static String filt
           
static int order
           
 
Constructor Summary
FlatQuality.Test()
           
 
Method Summary
static void main(String[] arg)
          We read all fits file, cal the moments and pass to FQ.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

box

public static Rectangle box

order

public static int order

filt

public static String filt
Constructor Detail

FlatQuality.Test

public FlatQuality.Test()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
We read all fits file, cal the moments and pass to FQ.

Throws:
Exception