public class FitsCcd extends CommandEvent implements CcdCommand, TargetDependingCommand
CommandEvent.Create| Modifier and Type | Field and Description |
|---|---|
private String[] |
keys
The fits keys.
|
private String[] |
parameters
The fits parameters which contribute their values to the header.
|
private String[] |
remarks
A collection of remarks to add to the corresponding header entry.
|
COMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATORSEPCHARlocalHost, sourceNamesource| Constructor and Description |
|---|
FitsCcd(Object src)
Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
|
FitsCcd(Object src,
String type,
long time)
Constructs a new fits header command.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getKeys()
Returns all keys in correct order.
|
String[] |
getLine()
Returns the command line of the move telescope command.
|
String[] |
getParameters()
Returns all parameter names in correct order.
|
String[] |
getRemarks()
Returns all remarks in correct order.
|
boolean |
parseLine(String[] all)
Parse the command line into ra and dec of the move command.
|
void |
registerTargetProperties(Object fitshead)
Calculates the command line from the properties registered.
|
classNameToTemplate, 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, setSourceNamegetSourceprivate String[] keys
private String[] parameters
private String[] remarks
public FitsCcd(Object src)
public void registerTargetProperties(Object fitshead)
registerTargetProperties in interface TargetDependingCommandpublic String[] getLine()
getLine in class MessageEventpublic boolean parseLine(String[] all)
parseLine in class MessageEventpublic String[] getKeys()
public String[] getParameters()
public String[] getRemarks()