| Package | Description |
|---|---|
| stella.acquire | |
| stella.command |
| Modifier and Type | Method and Description |
|---|---|
static AcquisitionUnit.Modes |
AcquisitionUnit.Modes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcquisitionUnit.Modes[] |
AcquisitionUnit.Modes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AcquireMaster.acquire(StarCommand com,
AcquisitionUnit.Modes mode)
Brings the acquire star at the cross-hair of the guider.
|
protected void |
AcquireMaster.doAcquire(AcquisitionUnit.Modes mode) |
| Modifier and Type | Field and Description |
|---|---|
private AcquisitionUnit.Modes |
AcquisitionCommand.mode |
| Modifier and Type | Method and Description |
|---|---|
AcquisitionUnit.Modes |
AcquisitionCommand.getMode() |
private AcquisitionUnit.Modes |
AcquisitionCommand.parseMode(String parse)
Converts a string to a requested acquisition mode, defaults to
FULL. |