| Package | Description |
|---|---|
| stella.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
AuxiliaryGuidingUnit
The guider unit task and the timer loop.
|
| Modifier and Type | Field and Description |
|---|---|
private PostReducing |
StellaGuider.ReduceThread.loop
If we have an active post-reducer, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StellaGuider.ReduceThread.setPostReducer(PostReducing guiderloop)
Sets a post-reducer interface.
|
boolean |
StellaGuider.startContinuous(String keepfits,
float gaufwhm,
float gautrunc,
int min,
int max,
int box,
int keep,
FrameShifting guide,
PostReducing loop)
Starts a continuous guiding exposure.
|
boolean |
StellaGuider.startContinuous(String keepfits,
int min,
int max,
int box,
int keep,
FrameShifting guide,
PostReducing loop)
Starts a continuous guiding exposure.
|