public interface CalibrationControlling extends ListenerControlling
| Modifier and Type | Method and Description |
|---|---|
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
|
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassiveboolean calibrationOn()
throws RemoteException
RemoteExceptionboolean calibrationOff()
throws RemoteException
RemoteExceptionboolean calibrationMove()
throws RemoteException
RemoteExceptionboolean filterOffset(String name, int off) throws RemoteException
RemoteExceptionboolean flatFieldOn()
throws RemoteException
RemoteExceptionboolean flatFieldOff()
throws RemoteException
RemoteExceptionboolean flatFieldMove()
throws RemoteException
RemoteExceptionboolean prepareCalibration()
throws RemoteException
RemoteExceptionboolean prepareFlatField()
throws RemoteException
RemoteExceptionboolean prepareScience()
throws RemoteException
RemoteExceptionboolean setFilterPosition(String pos) throws RemoteException
RemoteExceptionString getFilterPosition() throws RemoteException
RemoteExceptionboolean isCalibration()
throws RemoteException
RemoteExceptionboolean isFlatField()
throws RemoteException
RemoteExceptionboolean changeCalibrationSwitch(String newswitch) throws RemoteException
changeCalibrationPosition(java.lang.String).RemoteExceptionboolean changeFlatFieldSwitch(String newswitch) throws RemoteException
changeCalibrationPosition(java.lang.String).RemoteExceptionboolean changeCalibrationPosition(String newpos) throws RemoteException
changeCalibrationSwitch(java.lang.String).RemoteExceptionboolean changeFlatFieldPosition(String newpos) throws RemoteException
changeFlatFieldSwitch(java.lang.String).RemoteException