public interface AcquisitionControlling extends ListenerControlling, CcdControlling
CcdControlling interface. This methods always refer to the
acquisition CCD. If a second, different guiding CCD is present, use the
appropriate methods in this interface| Modifier and Type | Method and Description |
|---|---|
boolean |
center(double[] ra,
double[] de,
float[] m,
float[] bv)
Centers a field-of-view on the guider's predefined center.
|
boolean |
hotPixelShift(double dx,
double dy)
Shifts the hot pixel from its default position by the stated amount in
CCD pixel.
|
boolean |
hotPixelShiftGuide(double dx,
double dy)
Shifts the hot pixel from its default position by the stated amount in
CCD pixel.
|
boolean |
initGuider()
Initializes the guider and prepares it for a new guider loop.
|
boolean |
offsetAzAlt(double daz,
double dalt)
Offsets the telescope by a certain amount in az/alt.
|
boolean |
offsetXY(int dx,
int dy)
Offsets the telescope by a certain amount in x/y as seen on the
acquisition CCD.
|
boolean |
readoutGeometryGuide(Rectangle window,
int xbin,
int ybin)
Sets the read-out geometry on the guider CCD only
|
boolean |
resetCcd()
Tries to reset the acquisition CCD.
|
boolean |
resetCcdGuide()
Tries to reset the acquisition CCD.
|
boolean |
singleShotGuide(File fits,
double texp)
Takes a single exposure with the given exposure time in second.
|
boolean |
startGuiding()
Starts the auto-guider.
|
boolean |
stopGuiding()
Stops the guiding if active.
|
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassivereadoutGeometry, singleShotboolean center(double[] ra,
double[] de,
float[] m,
float[] bv)
throws RemoteException
RemoteExceptionboolean offsetXY(int dx,
int dy)
throws RemoteException
dx - Difference in pixeldy - Difference in pixelRemoteExceptionboolean offsetAzAlt(double daz,
double dalt)
throws RemoteException
RemoteExceptionboolean hotPixelShift(double dx,
double dy)
throws RemoteException
RemoteExceptionboolean hotPixelShiftGuide(double dx,
double dy)
throws RemoteException
RemoteExceptionboolean readoutGeometryGuide(Rectangle window, int xbin, int ybin) throws RemoteException
window - xbin - ybin - RemoteExceptionboolean singleShotGuide(File fits, double texp) throws RemoteException
RemoteExceptionboolean resetCcd()
throws RemoteException
RemoteExceptionboolean resetCcdGuide()
throws RemoteException
RemoteExceptionboolean initGuider()
throws RemoteException
RemoteExceptionboolean startGuiding()
throws RemoteException
RemoteExceptionboolean stopGuiding()
throws RemoteException
RemoteException