|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
stella.util.BeamSplitterFit.FitsFile
public static class BeamSplitterFit.FitsFile
Reads a fits-file, extracts the counts out of it and does a beam-splitter fit.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
private static String |
FOOT
A footer message. |
private static String |
FOURSWITCHES
The switches for adding properties. |
private static double |
KSTART
Starting default. |
private static String |
NINESWITCHES
The switches for adding properties. |
private static double |
OFFXSTART
Starting default. |
private static double |
OFFYSTART
Starting default. |
private static String |
ONESWITCHES
The switches for adding properties. |
private static double |
SIGMASTART
Starting default. |
private static String |
TWOSWITCHES
The switches for adding properties. |
private static Map |
USE
Detailed use of switches. |
private static String |
ZEROSWITCHES
The switches for adding properties. |
| Constructor Summary | |
|---|---|
BeamSplitterFit.FitsFile()
Makes command line parsing ready. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Issue without arguments for a short usage description. |
private static void |
prettyPrint(VectorG start,
VectorG end,
Point center,
double halfwidth,
double halfheight,
boolean hole)
Pretty printout. |
boolean |
process(String[] arg)
Process the command line switches. |
| Methods inherited from class util.CommandLineParser |
|---|
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String ZEROSWITCHES
private static final String ONESWITCHES
private static final String TWOSWITCHES
private static final String FOURSWITCHES
private static final String NINESWITCHES
private static final Map USE
private static final String FOOT
private static final double SIGMASTART
private static final double KSTART
private static final double OFFXSTART
private static final double OFFYSTART
| Constructor Detail |
|---|
public BeamSplitterFit.FitsFile()
| Method Detail |
|---|
public boolean process(String[] arg)
throws ParseException,
IOException,
nom.tam.fits.FitsException
ParseException
IOException
nom.tam.fits.FitsException
private static final void prettyPrint(VectorG start,
VectorG end,
Point center,
double halfwidth,
double halfheight,
boolean hole)
public static void main(String[] arg)
throws ParseException,
IOException,
nom.tam.fits.FitsException
ParseException
IOException
nom.tam.fits.FitsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||