astro
Class WcsMatch.Coarse

java.lang.Object
  extended by util.CommandLineParser
      extended by util.PropertyParser
          extended by astro.WcsMatch.Coarse
Enclosing class:
WcsMatch

public static final class WcsMatch.Coarse
extends PropertyParser

Simple matcher class that takes an input catalog and matches it to a (sextractor) output of positions.


Nested Class Summary
 
Nested classes/interfaces inherited from class util.CommandLineParser
CommandLineParser.Test
 
Field Summary
private static String FOOT
          A footer message.
private static Map<String,String> MAP
           
private static String ONESWITCHES
          The switches for adding properties.
private static String THREESWITCHES
          The switches for file reading.
private static Map<String,String> USE
          Detailed use of switches.
private static String ZEROSWITCHES
          The switches for adding properties.
 
Constructor Summary
WcsMatch.Coarse()
           
 
Method Summary
static void main(String[] arg)
          Tries to infer a coarse coordinate grid from sextractor (or similar) output and from a catalog loaded previously.
protected  boolean process()
          Processes the command lines.
 
Methods inherited from class util.PropertyParser
parseMap, parseMap, parseProperties, parseProperties, parseProperties
 
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

ZEROSWITCHES

private static final String ZEROSWITCHES
The switches for adding properties.

See Also:
Constant Field Values

ONESWITCHES

private static final String ONESWITCHES
The switches for adding properties.

See Also:
Constant Field Values

THREESWITCHES

private static final String THREESWITCHES
The switches for file reading.

See Also:
Constant Field Values

USE

private static final Map<String,String> USE
Detailed use of switches.


MAP

private static final Map<String,String> MAP

FOOT

private static final String FOOT
A footer message.

See Also:
Constant Field Values
Constructor Detail

WcsMatch.Coarse

public WcsMatch.Coarse()
Method Detail

process

protected boolean process()
                   throws IOException,
                          nom.tam.fits.FitsException
Processes the command lines.

Throws:
IOException
nom.tam.fits.FitsException

main

public static void main(String[] arg)
                 throws Exception
Tries to infer a coarse coordinate grid from sextractor (or similar) output and from a catalog loaded previously.

Throws:
Exception