public interface PostReducing
StellaGuider.startContinuous(java.lang.String, int, int, int, int, stella.adapter.FrameShifting, stella.adapter.PostReducing) mode after each successful retrieval
of star data from an image.#postReduce
should either return fast or spawn its own thread.| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(List<Guiding.RawStar> stars)
This method is called by a
StellaGuider in continuous mode,
if an instance of this interface is assigned to the guider at
StellaGuider.startContinuous(java.lang.String, int, int, int, int, stella.adapter.FrameShifting, stella.adapter.PostReducing). |
void postProcess(List<Guiding.RawStar> stars)
StellaGuider in continuous mode,
if an instance of this interface is assigned to the guider at
StellaGuider.startContinuous(java.lang.String, int, int, int, int, stella.adapter.FrameShifting, stella.adapter.PostReducing). It must return fast as its
execution time directly adds to the reduction time of the reduce thread,
thus, if grabbing resurces too long, exposures will not be taken
continuous.stars - A list of Guiding#RawStars.