|
CARMA C++
|
Rich description of a frame grabbed image. More...
import "carma/antenna/common/OpticalTelControl.idl";
Public Attributes | |
| float | fovWidth |
| Field of view width measured as arc-minutes of minimum dimension. More... | |
| short | numImages |
| Number of images in this structure - usually 1. More... | |
| sequence< octet > | opticalData |
| Contains the actual bytes. More... | |
| short | pixelDepth |
| Better known as color depth in bits. More... | |
| float | rotationInDegrees |
| Image rotation clockwise in degrees. More... | |
| short | x |
| Actual width of image in pixels. More... | |
| short | xMax |
| Maximum image width in pixels - this corresponds to the width at the highest resolution. More... | |
| short | xRes |
| Uncropped image width in pixels. More... | |
| short | y |
| Actual height of image in pixels. More... | |
| short | yMax |
| Maximum image height in pixels - this corresponds to the height at the highest resolution. More... | |
| short | yRes |
| Uncropped image height in pixels. More... | |
Rich description of a frame grabbed image.
As a real live example, suppose we want to retrieve an image from an OVRO framegrabber with a width of 100 px and a height of 200 px at MEDIUM_RES (
Definition at line 52 of file OpticalTelControl.idl.
| float carma::antenna::common::flattenedOpticalImage::fovWidth |
Field of view width measured as arc-minutes of minimum dimension.
Definition at line 66 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::numImages |
Number of images in this structure - usually 1.
Definition at line 70 of file OpticalTelControl.idl.
| sequence<octet> carma::antenna::common::flattenedOpticalImage::opticalData |
Contains the actual bytes.
Definition at line 71 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::pixelDepth |
Better known as color depth in bits.
Definition at line 72 of file OpticalTelControl.idl.
| float carma::antenna::common::flattenedOpticalImage::rotationInDegrees |
Image rotation clockwise in degrees.
Definition at line 69 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::x |
Actual width of image in pixels.
Note this will be less than xRes when the image is cropped.
Definition at line 55 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::xMax |
Maximum image width in pixels - this corresponds to the width at the highest resolution.
Definition at line 62 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::xRes |
Uncropped image width in pixels.
Definition at line 54 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::y |
Actual height of image in pixels.
Note this will be less than yRes when the image is cropped.
Definition at line 59 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::yMax |
Maximum image height in pixels - this corresponds to the height at the highest resolution.
Definition at line 64 of file OpticalTelControl.idl.
| short carma::antenna::common::flattenedOpticalImage::yRes |
Uncropped image height in pixels.
Definition at line 58 of file OpticalTelControl.idl.