| Package | Description |
|---|---|
| stella.acquire | |
| stella.adapter | |
| stella.util |
| Modifier and Type | Field and Description |
|---|---|
private PIDControl |
AutoGuidingMode.azpid
The PID for ra/azimuth/first axis.
|
private PIDControl |
AutoGuidingMode.elpid
The PID for de/elevation/second axis.
|
| Modifier and Type | Field and Description |
|---|---|
private PIDControl |
GuiderMode.altpid
The PID for de.
|
private PIDControl |
GuiderMode.azpid
The PID for ra.
|
| Modifier and Type | Field and Description |
|---|---|
private PIDControl |
TelescopeError.pid
The PIDController handling the error function.
|
private PIDControl |
SineError.pid
The PIDController handling the error function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TelescopeError.setPID(PIDControl handle)
Sets the PIDControler that should level the error function.
|
void |
SineError.setPID(PIDControl handle)
Sets the PIDControler that should level the error function.
|