net.grelf.grip
Class StarMeasProcessor

java.lang.Object
  extended by net.grelf.grip.StarMeasProcessor
All Implemented Interfaces:
java.lang.Runnable

public class StarMeasProcessor
extends java.lang.Object
implements java.lang.Runnable

Semi-interactive batch processor which asks the user to point to a detected star in the first frame to be processed, then the same star is measured in all subsequent frames.


Constructor Summary
StarMeasProcessor()
           
 
Method Summary
 void addPoint(PointFloat pt)
           
protected  void process()
          Called when each frame closes - not for use otherwise.
 void run()
          Starting point for the processing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarMeasProcessor

public StarMeasProcessor()
Method Detail

addPoint

public void addPoint(PointFloat pt)

run

public void run()
Starting point for the processing.

Specified by:
run in interface java.lang.Runnable

process

protected void process()
Called when each frame closes - not for use otherwise. Parameters null means skip the current image but continue processing the next one.