|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
astro.WcsFit.Parser
private static class WcsFit.Parser
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
private static int |
AVERAGE
Starting default. |
private VectorG[][] |
cats
Provided after parsing and processing of command line arguments. |
private VectorG |
clip
Provided after parsing and processing of command line arguments. |
private static int |
DEFBLOWUP
Starting default. |
private static int |
DEFCOMPRESS
Starting default. |
private static int |
EXTENSION
Starting default. |
private static String |
FOOT
A footer message. |
private nom.tam.fits.ImageHDU |
image
Provided after parsing and processing of command line arguments. |
private int |
loop
Provided after parsing and processing of command line arguments. |
private static String |
ONESWITCHES
The switches for adding properties. |
private static int |
POLYNOM
Starting default. |
private int |
reject
Provided after parsing and processing of command line arguments. |
private static int |
SKIP
Starting default. |
private static String |
TWOSWITCHES
The switches for adding properties. |
private static Map<String,String> |
USE
Detailed use of switches. |
private WcsProjection |
wcs
Provided after parsing and processing of command line arguments. |
private static String |
ZEROSWITCHES
The switches for adding properties. |
| Constructor Summary | |
|---|---|
private |
WcsFit.Parser()
Makes command line parsing ready. |
| Method Summary | |
|---|---|
protected WcsProjection |
getDefaultProjection(Map<String,String> prop)
Subclasses may override here if they want to provide different default properties for the wcs projection class. |
protected Map<String,String> |
getDefaultProperties()
Subclasses may override here if they want to provide different default properties for the wcs projection class. |
protected Map<String,String> |
getOldProperties()
Subclasses may override here if they want to provide different default properties for the wcs projection class. |
boolean |
postProcess(WcsFit fit,
VectorG parameters)
Called after the WCS-solution to save sigma maps or convert coordinates. |
WcsFit |
prepare(WcsFit fit)
|
boolean |
process(String[] arg)
After calling that, all data is either present or has default values |
VectorG |
solveFor(WcsFit fit)
|
| 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 ONESWITCHES
private static final String TWOSWITCHES
private static final String ZEROSWITCHES
private static final Map<String,String> USE
private static final String FOOT
private static final int AVERAGE
private static final int POLYNOM
private static final int SKIP
private static final int EXTENSION
private static final int DEFCOMPRESS
private static final int DEFBLOWUP
private nom.tam.fits.ImageHDU image
private WcsProjection wcs
private VectorG clip
private int reject
private int loop
private VectorG[][] cats
| Constructor Detail |
|---|
private WcsFit.Parser()
| Method Detail |
|---|
protected Map<String,String> getDefaultProperties()
protected Map<String,String> getOldProperties()
protected WcsProjection getDefaultProjection(Map<String,String> prop)
public boolean process(String[] arg)
throws ParseException,
nom.tam.fits.FitsException
ParseException
nom.tam.fits.FitsExceptionpublic WcsFit prepare(WcsFit fit)
public VectorG solveFor(WcsFit fit)
throws nom.tam.fits.FitsException,
IOException
nom.tam.fits.FitsException
IOException
public boolean postProcess(WcsFit fit,
VectorG parameters)
throws IOException,
nom.tam.fits.FitsException
IOException
nom.tam.fits.FitsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||