cpp
Class StarFinder.Test
java.lang.Object
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
|
|
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 |
BIAS
static String BIAS
BTIME
static double BTIME
DARK
static String DARK
DTIME
static double DTIME
StarFinder.Test
public StarFinder.Test()
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)