| Package | Description |
|---|---|
| stella.adapter |
| Modifier and Type | Field and Description |
|---|---|
private GuiderMode |
BeamSplitterGuider.mode
The current guiding mode, initialized on unit task.
|
private GuiderMode |
SpillageGuider.mode
The current guiding mode, initialized on unit task.
|
private GuiderMode |
OffAxisTracker.mode
The current guiding mode, initialized on unit task.
|
private GuiderMode |
AuxiliaryGuidingUnit.mode
The current guiding mode, initialized on unit task.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract GuiderMode |
GuidingUnit.getMode()
Returns the currently active guider mode.
|
protected GuiderMode |
BeamSplitterGuider.getMode()
Returns the currently active guider mode.
|
protected GuiderMode |
SpillageGuider.getMode()
Returns the currently active guider mode.
|
protected GuiderMode |
OffAxisTracker.getMode()
Returns the currently active guider mode.
|
protected GuiderMode |
AuxiliaryGuidingUnit.getMode()
Returns the currently active guider mode.
|
| Modifier and Type | Method and Description |
|---|---|
private Vector2D |
OffAxisTracker.GuiderLoop.fromPinholeFits(File fitsfile,
GuiderMode mode,
Object objid,
Point2D shift)
Before reducing the entire star field, we try to see if enough signal
can be extracted from around the pinhole.
|
private Vector2D |
SpillageGuider.GuiderLoop.fromSpillageFits(MImageHDU adu,
Point2D pinhole,
GuiderMode mode,
Point2D shift) |