stella.adapter
Class RectangularMatcher.Thorough

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

public static class RectangularMatcher.Thorough
extends Object

More ambitious test. We construct a number of image stars at random positions, then randomize a shift to it and construct the catalog out of it. In the catalog, some image stars may be missing and some entries in the catalog may not have counterparts.


Constructor Summary
RectangularMatcher.Thorough()
           
 
Method Summary
static void main(String[] arg)
          First command line is the number of image stars to be generated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularMatcher.Thorough

public RectangularMatcher.Thorough()
Method Detail

main

public static final void main(String[] arg)
                       throws IOException
First command line is the number of image stars to be generated. The second one, if given is the probability of a drop of a star from the catalog, the third, if given is the number of catalog stars that are artificially added to the catalog list.

Throws:
IOException