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

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 ()
 

Detailed Description

iSDSUAutoguider/AutoguiderInterfaceOperations.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

iSDSUAutoguider.Window iSDSUAutoguider.AutoguiderInterfaceOperations.AcquisitionWindow ( )

The CCD acquisition window used by the autoguider.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

int iSDSUAutoguider.AutoguiderInterfaceOperations.AutoguiderCycle ( )

The current autoguider cycle.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.centroid ( )

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.centroidInWindow ( iSDSUAutoguider.Window  theWindow)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.Centroidx ( int  StarIndex)

Return the centroid x co-ordinate of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.Centroidy ( int  StarIndex)

Return the centroid y co-ordinate of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.closeGuideLoop ( )

Close the guide loop to the TCS.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.continueGuiding ( )

Continue autoguiding after a suspend guiding message.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.Ellipticity ( int  StarIndex)

Return the ellipticity of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.field ( )

Perform a field.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.FWHMx ( int  StarIndex)

Return the FWHM in x of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.FWHMy ( int  StarIndex)

Return the FWHM in y of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

iSDSUAutoguider.CameraStatus iSDSUAutoguider.AutoguiderInterfaceOperations.getCameraStatus ( )

Get the camera status.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

iSDSUAutoguider.Star iSDSUAutoguider.AutoguiderInterfaceOperations.getGuideStar ( )

Get the last guide star found by the autoguider.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

iSDSUAutoguider.ImageData iSDSUAutoguider.AutoguiderInterfaceOperations.getImage ( )

Get the last image captured by the autoguider.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

iSDSUAutoguider.Star iSDSUAutoguider.AutoguiderInterfaceOperations.getStar ( int  StarIndex)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.guide ( )

Set the autoguider into the guiding state.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.guideOnObject ( double  x,
double  y 
)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.guideOnPixel ( double  x,
double  y 
)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

iSDSUAutoguider.Pixel iSDSUAutoguider.AutoguiderInterfaceOperations.GuideTargetPosition ( )

The autoguider's guiding target position.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

iSDSUAutoguider.Window iSDSUAutoguider.AutoguiderInterfaceOperations.GuideWindow ( )

The guide window used by the autoguider.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

boolean iSDSUAutoguider.AutoguiderInterfaceOperations.hasNewImage ( )

Ask the autoguider if it has a new image.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.IntegrationTime ( )

The autoguider demand integration time.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.IsophotalIntensity ( int  StarIndex)

Return the isophotal intensity of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.IsophotalSize ( int  StarIndex)

Return the isophotal size of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.Magnitude ( int  StarIndex)

Return the magnitude of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.moveObject ( double  xoffset,
double  yoffset 
)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

int iSDSUAutoguider.AutoguiderInterfaceOperations.NumberOfStars ( )

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.offsetGuideWindow ( int  xoffset,
int  yoffset 
)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.openGuideLoop ( )

Open the guide loop to the TCS.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.PeakIntensity ( int  StarIndex)

Return the peak intensity of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.PeakSNR ( int  StarIndex)

Return the peak SNR of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.resetReferenceGuideStar ( )

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.Seeing ( int  StarIndex)

Return the seeing in arcseconds of the star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

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

Set the autoguider's CCD acquisition window.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setCameraName ( String  CameraName)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setGuideObject ( int  GuideObject)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setGuideStarTrackingOff ( )

Set the autoguider to stop tracking the guide star.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setGuideStarTrackingOn ( )

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setGuideWindow ( int  x,
int  y 
)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setGuideWindowSize ( int  size)

Set the autoguider's guide window size.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setInstrumentPlatform ( String  InstrumentName)

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setIntegrationTime ( double  IntegrationTime)

Set the autoguider integration time.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.setSNRThreshold ( double  SNRThreshold)

Set the signal to noise ratio threshold for object detection.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.SkyLevel ( int  StarIndex)

Return the sky level.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.SkyNoise ( int  StarIndex)

Return the level of the sky noise.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

double iSDSUAutoguider.AutoguiderInterfaceOperations.SNRThreshold ( )

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.startTV ( )

Set the autoguider displaying TV images.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

String iSDSUAutoguider.AutoguiderInterfaceOperations.State ( )

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

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.stop ( )

Stop the autoguider from guiding or TV displaying.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.

void iSDSUAutoguider.AutoguiderInterfaceOperations.suspendGuiding ( )

Suspend autoguiding.

Implemented in iSDSUAutoguider._AutoguiderInterfaceStub.


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