|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
astro.fits.FitsTools.Stitcher
public static class FitsTools.Stitcher
Full use control on how to stitch quadrants together.
| 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 |
FOURSWITCH
|
private static String |
ONESWITCH
|
private static Map<String,String> |
USE
Detailed use of switches. |
| Constructor Summary | |
|---|---|
FitsTools.Stitcher()
|
|
| Method Summary | |
|---|---|
private static boolean |
anticipate(String bb)
Possible values for true is 'true', 't', 'yes', '1'. |
private static nom.tam.fits.ImageHDU |
joinHdu(List<nom.tam.fits.ImageHDU> src,
boolean dir)
Recursely joins a list of ImageHDU in a row or a column, until only a single HDU remains. |
static void |
main(String[] arg)
The command line version for cropping, flipping and stitching multi- amplifier fits. |
private boolean |
process(String[] arg)
Reads the command line and writes files. |
| 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 ONESWITCH
private static final String FOURSWITCH
private static final Map<String,String> USE
private static final String FOOT
| Constructor Detail |
|---|
public FitsTools.Stitcher()
| Method Detail |
|---|
private static nom.tam.fits.ImageHDU joinHdu(List<nom.tam.fits.ImageHDU> src,
boolean dir)
throws nom.tam.fits.FitsException
nom.tam.fits.FitsException
private boolean process(String[] arg)
throws ParseException,
IOException,
nom.tam.fits.FitsException
ParseException
IOException
nom.tam.fits.FitsExceptionprivate static boolean anticipate(String bb)
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 | |||||||||