|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalibrationControlling
An interface defining remote-access capabilities to the adapter master.
| Method Summary | |
|---|---|
boolean |
calibrationMove()
Moves calibration unit to ThAr position. |
boolean |
calibrationOff()
Switches calibration light off. |
boolean |
calibrationOn()
Switches calibration light on. |
boolean |
changeCalibrationPosition(String newpos)
To allow the a cahnge of the positioning of the calibration unit during operation. |
boolean |
changeCalibrationSwitch(String newswitch)
To allow the change of the calibration-light switch without change in the properties this method takes the name of the new calibration-light switch. |
boolean |
changeFlatFieldPosition(String newpos)
To allow the a change of the positioning of the flat-field unit during operation. |
boolean |
changeFlatFieldSwitch(String newswitch)
To allow the change of the flat-field light switch without change in the properties this method takes the name of the new flat-field light switch. |
boolean |
filterOffset(String name,
int off)
Stepps the filter wheel with the given name for the desired offset, positive or negative. |
boolean |
flatFieldMove()
Moves calibration unit to Quartz position. |
boolean |
flatFieldOff()
Switches flat-fielding light off. |
boolean |
flatFieldOn()
Switches flat-fielding light. |
String |
getFilterPosition()
Gets the current fiber input source as the filter wheel position. |
boolean |
isCalibration()
Returns true if calibration light, i.e. |
boolean |
isFlatField()
Returns true if flatfield light is switched on. |
boolean |
prepareCalibration()
Makes the adapter ready for a calibration exposure. |
boolean |
prepareFlatField()
Makes the adapter ready for a flat field exposure. |
boolean |
prepareScience()
Makes the adapter ready for a star exposure. |
boolean |
setFilterPosition(String pos)
Selects fiber input / ccd onput by changing the filter wheel position |
| Methods inherited from interface stella.rmi.ListenerControlling |
|---|
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassive |
| Method Detail |
|---|
boolean calibrationOn()
throws RemoteException
RemoteException
boolean calibrationOff()
throws RemoteException
RemoteException
boolean calibrationMove()
throws RemoteException
RemoteException
boolean filterOffset(String name,
int off)
throws RemoteException
RemoteException
boolean flatFieldOn()
throws RemoteException
RemoteException
boolean flatFieldOff()
throws RemoteException
RemoteException
boolean flatFieldMove()
throws RemoteException
RemoteException
boolean prepareCalibration()
throws RemoteException
RemoteException
boolean prepareFlatField()
throws RemoteException
RemoteException
boolean prepareScience()
throws RemoteException
RemoteException
boolean setFilterPosition(String pos)
throws RemoteException
RemoteException
String getFilterPosition()
throws RemoteException
RemoteException
boolean isCalibration()
throws RemoteException
RemoteException
boolean isFlatField()
throws RemoteException
RemoteException
boolean changeCalibrationSwitch(String newswitch)
throws RemoteException
changeCalibrationPosition(java.lang.String).
RemoteException
boolean changeFlatFieldSwitch(String newswitch)
throws RemoteException
changeCalibrationPosition(java.lang.String).
RemoteException
boolean changeCalibrationPosition(String newpos)
throws RemoteException
changeCalibrationSwitch(java.lang.String).
RemoteException
boolean changeFlatFieldPosition(String newpos)
throws RemoteException
changeFlatFieldSwitch(java.lang.String).
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||