11 #include "carma/antenna/common/SwitchState.idl"
89 typedef sequence<CentroidResult> CentroidResults;
128 void setFrameDimensions( in
short x,
138 void setBrightness( in
float brightness )
145 void setContrast( in
float contrast )
153 void setFramegrabberResolution( in
Resolution res )
167 void setRotationAndFieldsOfView( in
float rotationInDegrees,
168 in
float azFOVInArcminutes,
169 in
float elFOVInArcminutes )
203 in
boolean subBackground,
204 in
boolean normalizeMedian,
205 in
boolean normalizeImage )
219 void takeBackgroundImage( in
unsigned short numFrames,
220 in
unsigned long seq )
268 in
unsigned short numFramesPerImage,
269 in
unsigned short minValidCentroids,
270 in
unsigned short maxCentroidAttempts,
271 in
unsigned short numEdgePixels,
272 in
unsigned short apertureRadiusPixels,
273 in
float pixelThresholdSigma,
274 in
boolean subBackground,
275 in
boolean normalizeMedian,
276 in
unsigned long seq )
282 CentroidResults getCentroidResults( )
292 void applyTestOffset( in
double azInArcmin, in
double elInArcmin )
295 void zeroTestOffset( )
306 #endif // _OPTICALTELIDL
short pixelDepth
Better known as color depth in bits.
float sizeInArcminutes
Object size in arcminutes defined as twice the weighted standard deviation.
string errorString
Error message if invalid.
Result of centroid on a single image.
sequence< octet > opticalData
Contains the actual bytes.
float peakPixelSNR
Peak pixel signal to noise ratio.
short y
Actual height of image in pixels.
const string OPTICAL_TEL_NAME
OpticalTelControl nameserver name.
Rich description of a frame grabbed image.
short xMax
Maximum image width in pixels - this corresponds to the width at the highest resolution.
float xOffsetInArcminutes
mean X offset in arcminutes
boolean valid
Indicates status of centroid.
float rotationInDegrees
Image rotation clockwise in degrees.
short xRes
Uncropped image width in pixels.
Generic Carma variant of CORBA::UserException.
Antenna optical telescope control.
short yRes
Uncropped image height in pixels.
short yMax
Maximum image height in pixels - this corresponds to the height at the highest resolution.
short x
Actual width of image in pixels.
float yOffsetInArcminutes
mean Y offset in arcminutes
Resolution
Resolutions supported by our framegrabber.
float fovWidth
Field of view width measured as arc-minutes of minimum dimension.
CORBA User Exception for carma::util.
SwitchState
Generic switch state enumerator.
unsigned long aperturePixelCount
Number of pixels in centroid.
short numImages
Number of images in this structure - usually 1.