SDSUAutoguider CORBA Interface
 All Classes Namespaces Files Functions Variables
Public Member Functions | List of all members
iSDSUAutoguider._AutoguiderInterfaceStub Class Reference
Inheritance diagram for iSDSUAutoguider._AutoguiderInterfaceStub:
iSDSUAutoguider.AutoguiderInterface iSDSUAutoguider.AutoguiderInterfaceOperations

Public Member Functions

void guide ()
 
void guideOnObject (double x, double y)
 
void guideOnPixel (double x, double y)
 
void stop ()
 
void suspendGuiding ()
 
void continueGuiding ()
 
void openGuideLoop ()
 
void closeGuideLoop ()
 
void field ()
 
void centroid ()
 
void centroidInWindow (iSDSUAutoguider.Window theWindow)
 
void startTV ()
 
void moveObject (double xoffset, double yoffset)
 
void setCameraName (String CameraName)
 
void setInstrumentPlatform (String InstrumentName)
 
void setIntegrationTime (double IntegrationTime)
 
void setSNRThreshold (double SNRThreshold)
 
void setAcquisitionWindow (int x1, int y1, int x2, int y2)
 
void setGuideWindow (int x, int y)
 
void offsetGuideWindow (int xoffset, int yoffset)
 
void setGuideWindowSize (int size)
 
void setGuideObject (int GuideObject)
 
void setGuideStarTrackingOn ()
 
void setGuideStarTrackingOff ()
 
void resetReferenceGuideStar ()
 
boolean hasNewImage ()
 
iSDSUAutoguider.ImageData getImage ()
 
iSDSUAutoguider.Star getGuideStar ()
 
iSDSUAutoguider.Star getStar (int StarIndex)
 
int NumberOfStars ()
 
String State ()
 
double IntegrationTime ()
 
iSDSUAutoguider.Window AcquisitionWindow ()
 
iSDSUAutoguider.Window GuideWindow ()
 
int AutoguiderCycle ()
 
iSDSUAutoguider.Pixel GuideTargetPosition ()
 
double SNRThreshold ()
 
double Centroidx (int StarIndex)
 
double Centroidy (int StarIndex)
 
double IsophotalIntensity (int StarIndex)
 
double PeakIntensity (int StarIndex)
 
double IsophotalSize (int StarIndex)
 
double Ellipticity (int StarIndex)
 
double FWHMx (int StarIndex)
 
double FWHMy (int StarIndex)
 
double SkyNoise (int StarIndex)
 
double SkyLevel (int StarIndex)
 
double PeakSNR (int StarIndex)
 
double Seeing (int StarIndex)
 
double Magnitude (int StarIndex)
 
iSDSUAutoguider.CameraStatus getCameraStatus ()
 
String[] _ids ()
 

Detailed Description

iSDSUAutoguider/_AutoguiderInterfaceStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from iSDSUAutoguider.idl Friday, 10 February 2017 09:35:14 o'clock GMT

Member Function Documentation

String [] iSDSUAutoguider._AutoguiderInterfaceStub._ids ( )
inline
iSDSUAutoguider.Window iSDSUAutoguider._AutoguiderInterfaceStub.AcquisitionWindow ( )
inline

The CCD acquisition window used by the autoguider.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

int iSDSUAutoguider._AutoguiderInterfaceStub.AutoguiderCycle ( )
inline

The current autoguider cycle.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.centroid ( )
inline

Perform a centroid - grabs an image from the camera, performs a centroid on the image, and returns when completed.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.centroidInWindow ( iSDSUAutoguider.Window  theWindow)
inline

Perform a centroid - grabs an image from the camera, performs a centroid on the image within the window, and returns when completed.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.Centroidx ( int  StarIndex)
inline

Return the centroid x co-ordinate of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.Centroidy ( int  StarIndex)
inline

Return the centroid y co-ordinate of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.closeGuideLoop ( )
inline

Close the guide loop to the TCS.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.continueGuiding ( )
inline

Continue autoguiding after a suspend guiding message.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.Ellipticity ( int  StarIndex)
inline

Return the ellipticity of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.field ( )
inline

Perform a field.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.FWHMx ( int  StarIndex)
inline

Return the FWHM in x of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.FWHMy ( int  StarIndex)
inline

Return the FWHM in y of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

iSDSUAutoguider.CameraStatus iSDSUAutoguider._AutoguiderInterfaceStub.getCameraStatus ( )
inline

Get the camera status.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

iSDSUAutoguider.Star iSDSUAutoguider._AutoguiderInterfaceStub.getGuideStar ( )
inline

Get the last guide star found by the autoguider.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

iSDSUAutoguider.ImageData iSDSUAutoguider._AutoguiderInterfaceStub.getImage ( )
inline

Get the last image captured by the autoguider.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

iSDSUAutoguider.Star iSDSUAutoguider._AutoguiderInterfaceStub.getStar ( int  StarIndex)
inline

Get the star found by the autoguider determined by it's index.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.guide ( )
inline

Set the autoguider into the guiding state.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.guideOnObject ( double  x,
double  y 
)
inline

Set the autoguider into the guiding state, guiding on an object at the co-ordinates defined.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.guideOnPixel ( double  x,
double  y 
)
inline

Set the autoguider into the guiding state, guiding on the pixel at the co-ordinates defined.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

iSDSUAutoguider.Pixel iSDSUAutoguider._AutoguiderInterfaceStub.GuideTargetPosition ( )
inline

The autoguider's guiding target position.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

iSDSUAutoguider.Window iSDSUAutoguider._AutoguiderInterfaceStub.GuideWindow ( )
inline

The guide window used by the autoguider.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

boolean iSDSUAutoguider._AutoguiderInterfaceStub.hasNewImage ( )
inline

Ask the autoguider if it has a new image.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.IntegrationTime ( )
inline

The autoguider demand integration time.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.IsophotalIntensity ( int  StarIndex)
inline

Return the isophotal intensity of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.IsophotalSize ( int  StarIndex)
inline

Return the isophotal size of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.Magnitude ( int  StarIndex)
inline

Return the magnitude of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.moveObject ( double  xoffset,
double  yoffset 
)
inline

Move an object on the TV/Autoguider by the offset in pixels defined by xoffset and yoffset.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

int iSDSUAutoguider._AutoguiderInterfaceStub.NumberOfStars ( )
inline

Return the number of stars found during the last field or autoguider cycle.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.offsetGuideWindow ( int  xoffset,
int  yoffset 
)
inline

Offset the autoguider's guide window by xoffset, yoffset.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.openGuideLoop ( )
inline

Open the guide loop to the TCS.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.PeakIntensity ( int  StarIndex)
inline

Return the peak intensity of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.PeakSNR ( int  StarIndex)
inline

Return the peak SNR of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.resetReferenceGuideStar ( )
inline

Set the guide star reference properties to those of the last guide star found.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.Seeing ( int  StarIndex)
inline

Return the seeing in arcseconds of the star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setAcquisitionWindow ( int  x1,
int  y1,
int  x2,
int  y2 
)
inline

Set the autoguider's CCD acquisition window.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setCameraName ( String  CameraName)
inline

Set the name of the camera to be used by the autoguider.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setGuideObject ( int  GuideObject)
inline

Set the number of the object to be used for autoguiding.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setGuideStarTrackingOff ( )
inline

Set the autoguider to stop tracking the guide star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setGuideStarTrackingOn ( )
inline

Set the autoguider to track the guide star. This causes the guide window to move with the guide star.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setGuideWindow ( int  x,
int  y 
)
inline

Set the autoguider's guide window centre position to x, y.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setGuideWindowSize ( int  size)
inline

Set the autoguider's guide window size.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setInstrumentPlatform ( String  InstrumentName)
inline

Set the name of the instrument platform that the autoguider is being used on.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setIntegrationTime ( double  IntegrationTime)
inline

Set the autoguider integration time.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.setSNRThreshold ( double  SNRThreshold)
inline

Set the signal to noise ratio threshold for object detection.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.SkyLevel ( int  StarIndex)
inline

Return the sky level.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.SkyNoise ( int  StarIndex)
inline

Return the level of the sky noise.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

double iSDSUAutoguider._AutoguiderInterfaceStub.SNRThreshold ( )
inline

The signal to noise ratio threshold above which stars are detected.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.startTV ( )
inline

Set the autoguider displaying TV images.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

String iSDSUAutoguider._AutoguiderInterfaceStub.State ( )
inline

The current state of the autoguider (Guiding, Displaying etc.).

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.stop ( )
inline

Stop the autoguider from guiding or TV displaying.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.

void iSDSUAutoguider._AutoguiderInterfaceStub.suspendGuiding ( )
inline

Suspend autoguiding.

Implements iSDSUAutoguider.AutoguiderInterfaceOperations.


The documentation for this class was generated from the following file: