Class in Zendir.Messages
| Inherits from Message
Declaration
class CCDDataMessage;
Description
Message describing Charge Coupled Device (CCD) raw sensed data from the sensor.
Properties
Declared | Description |
---|---|
Contrast | The contrast of the CCD sensor, calculated as the difference between the mean signal and mean noisedivided by the sum of the mean signal and mean noise. |
Data | The final data array from the CCD sensor. |
MaxSignal | The maximum signal of the CCD sensor. |
MeanNoise | The mean noise of the CCD sensor. |
MeanSignal | The mean signal of the CCD sensor. |
Resolution | The resolution is the number of pixels in the CCD sensor. |
SignalToNoise | The signal to noise of the CCD sensor, with the bias of the sensoralready subtracted. |
TotalSignal | The total signal of the CCD sensor, whichis the sum of all the pixel values. |