stella.adapter
Class RectangularMatcher.FileMatch

java.lang.Object
  extended by stella.adapter.RectangularMatcher.FileMatch
Enclosing class:
RectangularMatcher

public static class RectangularMatcher.FileMatch
extends Object

Test class to read image and catalog data from a file and try to match. The first valid line in the file has the number of image stars, the number of catalog stars and the shift applied between the two. The following valid lines have the image star data and the catalog star data. This class works together with files written in the #Thorough class on failure.


Constructor Summary
RectangularMatcher.FileMatch()
           
 
Method Summary
static void main(String[] arg)
          First and only command line argument is the file name that hosts the matching data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularMatcher.FileMatch

public RectangularMatcher.FileMatch()
Method Detail

main

public static void main(String[] arg)
First and only command line argument is the file name that hosts the matching data.