|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
util.rmi.RmiEvent
stella.MessageEvent
stella.CommandEvent
stella.command.GeometryCcd
public class GeometryCcd
Takes a bias exposure. Only if a second command line is present and giving a fits file name the data is saved.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class stella.CommandEvent |
|---|
CommandEvent.Create |
| Field Summary | |
|---|---|
private int |
xbin
The x-binning in pixel. |
private int |
xoff
The x-offset in pixel. |
private int |
xsize
The x-size in pixel. |
private int |
ybin
The y-binning in pixel. |
private int |
yoff
The y-offset in pixel. |
private int |
ysize
The y-size in pixel. |
| Fields inherited from class stella.CommandEvent |
|---|
COMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATOR |
| Fields inherited from class stella.MessageEvent |
|---|
SEPCHAR |
| Fields inherited from class util.rmi.RmiEvent |
|---|
localHost, sourceName |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GeometryCcd(Object src)
Constructs a abort adapter telescope, grabbing the type from the class name and setting the command time to the current system time. |
|
GeometryCcd(Object src,
String type,
long time)
Constructs a new exposure abort command. |
|
| Method Summary | |
|---|---|
String[] |
getLine()
Returns the command line of the move telescope command. |
int |
getXBin()
Returns the x-binning in pixel. |
int |
getXOff()
Returns the x-offset in pixel. |
int |
getXSize()
Returns the x-size in pixel. |
int |
getYBin()
Returns the y-binning in pixel. |
int |
getYOff()
Returns the y-offset in pixel. |
int |
getYSize()
Returns the y-size in pixel. |
void |
initWith(String init)
Registers an parameter set to this command. |
boolean |
parseLine(String[] all)
Parse the command line into ra and dec of the move command. |
void |
registerParameter(Parameter p)
Registers a frame-delivering parameter. |
void |
registerTargetProperties(Object setup)
Calculates the command line from the properties registered. |
| Methods inherited from class stella.CommandEvent |
|---|
classNameToTemplate, createCommand, createCommand, createJCommand, extractType, getExpectedAcknowledgeNumber, parseForStrings, templateToClassName |
| 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 |
| Methods inherited from class util.rmi.RmiEvent |
|---|
getHost, getSourceName, setSourceName |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private int xoff
private int yoff
private int xsize
private int ysize
private int xbin
private int ybin
| Constructor Detail |
|---|
public GeometryCcd(Object src)
public GeometryCcd(Object src,
String type,
long time)
| Method Detail |
|---|
public void initWith(String init)
initWith in interface InitializerDependingpublic void registerParameter(Parameter p)
registerParameter in interface ParameterDependingpublic void registerTargetProperties(Object setup)
registerTargetProperties in interface TargetDependingCommandpublic String[] getLine()
getLine in class MessageEventpublic boolean parseLine(String[] all)
parseLine in class MessageEventpublic int getXOff()
public int getYOff()
public int getXSize()
public int getYSize()
public int getXBin()
public int getYBin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||