Class in Zendir.Messages | Inherits from Message

Declaration

class CCDDataMessage;

Description

Message describing Charge Coupled Device (CCD) raw sensed data from the sensor.


Properties

DeclaredDescription
ContrastThe 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.
DataThe final data array from the CCD sensor.
MaxSignalThe maximum signal of the CCD sensor.
MeanNoiseThe mean noise of the CCD sensor.
MeanSignalThe mean signal of the CCD sensor.
ResolutionThe resolution is the number of pixels in the CCD sensor.
SignalToNoiseThe signal to noise of the CCD sensor, with the bias of the sensoralready subtracted.
TotalSignalThe total signal of the CCD sensor, whichis the sum of all the pixel values.