|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.AbstractTarget.FitsEntry
public static class AbstractTarget.FitsEntry
A class containing a single fits-header info. Each fits-header must
have a defined key and a defined parameter name. The comment is optional
and should be null if undefined.
At run-time, the parameter with the given name is looked up in the
CCD-master's parameter set and its value is entered in the fits header.
| Field Summary | |
|---|---|
private String |
comment
The optional comment. |
private String |
key
The mandatory key. |
private String |
parameter
The mandatory parameter name. |
| Constructor Summary | |
|---|---|
AbstractTarget.FitsEntry(String fitskey,
String value,
String remark)
Constructs a new fits entry object. |
|
| Method Summary | |
|---|---|
String |
getComment()
Returns the optional comment. |
String |
getKey()
Returns the fits-header key. |
String |
getParameterName()
Returns the name of the parameter whose value should enter the fits header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String key
private String parameter
private String comment
| Constructor Detail |
|---|
public AbstractTarget.FitsEntry(String fitskey,
String value,
String remark)
| Method Detail |
|---|
public String getKey()
public String getParameterName()
public String getComment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||