public class DitherStarCommand extends StarCommand implements InitializerDepending
CommandEvent.Create| Modifier and Type | Field and Description |
|---|---|
private boolean |
dither
On default, dithering is reset.
|
static String |
KEY_DITHER
Used in the initializer to indicate no reset of dither offset.
|
COMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATORSEPCHARlocalHost, sourceNamesource| Constructor and Description |
|---|
DitherStarCommand(Object src)
Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
|
DitherStarCommand(Object src,
String type,
long time)
Constructs a move telescope command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
additionalCommands(List<String> tokens)
The additional command line parameter is the acquire mode.
|
String[] |
getLine()
Returns the command line of the move telescope command.
|
void |
initWith(String init)
If a guiding mode is set from the outside.
|
boolean |
isDither()
Returns acquire with dithering (only possible for off-axis).
|
getBV, getDec, getMag, getRa, getStar, parseLine, registerTargetPropertiesclassNameToTemplate, createCommand, createCommand, createJCommand, extractType, getExpectedAcknowledgeNumber, parseForStrings, templateToClassNamecheckType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toSkippedString, toStringgetHost, getSourceName, setSourceNamegetSourcepublic static final String KEY_DITHER
private boolean dither
public DitherStarCommand(Object src)
public DitherStarCommand(Object src, String type, long time)
DTDConstants.OBJECT element has been registered to
this command.MessageEvent.isValid()public void initWith(String init)
initWith in interface InitializerDependingpublic String[] getLine()
getLine in class StarCommandpublic void additionalCommands(List<String> tokens)
additionalCommands in class StarCommandpublic boolean isDither()