cpp
Class StarFinder.Test

java.lang.Object
  extended by cpp.StarFinder.Test
Enclosing class:
StarFinder

public static class StarFinder.Test
extends Object

Test the class. Save intermediate steps.


Field Summary
(package private) static String BIAS
           
(package private) static double BTIME
           
(package private) static String DARK
           
(package private) static double DTIME
           
 
Constructor Summary
StarFinder.Test()
           
 
Method Summary
static void main(String[] args)
          First command line argument is the fits file, then the fwhm, search box and data min and max.
static String toLeft(int width, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIAS

static String BIAS

BTIME

static double BTIME

DARK

static String DARK

DTIME

static double DTIME
Constructor Detail

StarFinder.Test

public StarFinder.Test()
Method Detail

main

public static void main(String[] args)
First command line argument is the fits file, then the fwhm, search box and data min and max.


toLeft

public static String toLeft(int width,
                            String text)