CalculateADU
An internal method that calculates the ADU value for the specified temperature value ( Celcius ). The ADU value is calculated from the Chebychev series for the diode sensor.
Syntax
double CalculateADU( temperature );
Parameters
double temperature
The temperature value for which to calculate the ADU number.
Returns
double - Returns the calculated ADU value.
Required Headers
CController.h
Namespace
arc
Throws
None
Remarks
Used entirely by the SetArrayTemperature() method to set the array temperature.
Example
None

© Astronomical Research Cameras, Inc.