CalculateTemperature
An internal method that calculates the array temperature from the specified ADU value that is read from the controller. The method uses a Chebychev series for the diode sensor to determine the temperature.
Syntax
double CalculateTemperature( adu );
Parameters
long adu
The ADU value for which to calculate the temperature.
Returns
double - Returns the calculated temperature.
Required Headers
CController.h
Namespace
arc
Throws
None
Remarks
Used entirely by the CalculateAverageTemperature() method to calculate the temperature for a given ADU value.
Example
None

© Astronomical Research Cameras, Inc.