| Package | Description |
|---|---|
| stella.telescope | |
| stella.util |
| Modifier and Type | Field and Description |
|---|---|
private PointingFunction |
TelescopeMaster.pointingmodel
If we have queried the actual pointing model.
|
| Modifier and Type | Method and Description |
|---|---|
private PointingFunction |
TelescopeMaster.getActivePointingModel()
Queries the Pilar driver for the currently active pointing model and
tries to construct a
VectorFunction out of it to. |
| Modifier and Type | Class and Description |
|---|---|
static class |
PointingFunction.ClassicModel
The classical pointing model.
|
static class |
PointingFunction.ExtendedModel
The extended pointing model.
|
static class |
PointingFunction.FullModel
The extended pointing model for version zero.
|
| Modifier and Type | Method and Description |
|---|---|
static PointingFunction |
PointingFunction.createFromType(int type,
int version)
We create a pointing function from a
POINTING.MODEL.TYPE
Currently, zero, one and 2 are supported. |