stella.command
Class SetGuideStarAuxiliary
java.lang.Object
java.util.EventObject
util.rmi.RmiEvent
stella.MessageEvent
stella.CommandEvent
stella.command.StarCommand
stella.command.SetGuideStarAuxiliary
- All Implemented Interfaces:
- Serializable, AuxiliaryCommand, TargetDependingCommand
public class SetGuideStarAuxiliary
- extends StarCommand
- implements AuxiliaryCommand
The command to explicetly set a guide star. It is mainly used on targets,
where the main science field is not identical to the star used for guiding
in the auxiliary telescope.
This command provides the
current position, brightness (Johnson V) and color index B-V of the
target star.
- See Also:
- Serialized Form
| Methods inherited from class stella.MessageEvent |
checkType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toString |
SetGuideStarAuxiliary
public SetGuideStarAuxiliary(Object src)
- Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
SetGuideStarAuxiliary
public SetGuideStarAuxiliary(Object src,
String type,
long time)
- Constructs a move telescope command. Only the header is fully qualified
with the provided argumnets. The command line can only be retrieved
after a
DTDConstants.OBJECT
element has been registered to this command.
- See Also:
MessageEvent.isValid()
additionalCommands
public void additionalCommands(List<String> tokens)
- No additional tokens.
- Specified by:
additionalCommands in class StarCommand