|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.grip.CometProcessor
public class CometProcessor
Semi-interactive batch processor which asks the user to point to a detected "star" (typically a comet or minor planet) in each frame to be processed. The frames are shifted to put that object at a constant position and then accumulated (32 bits per channel). This is like the astro-combine process using the method shift-brightest except that a comet is not likely to be the brightest object in each frame and so the user has to help.
| Constructor Summary | |
|---|---|
CometProcessor()
|
|
| Method Summary | |
|---|---|
protected void |
process(PointFloat cometCentre,
java.awt.image.BufferedImage bim)
Called when each CometFrame 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 |
|---|
public CometProcessor()
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
protected void process(PointFloat cometCentre,
java.awt.image.BufferedImage bim)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||