CalculateAverageTemperature
Returns the current temperature of the array by repeatedly calling CalculateTemperature() N number of times. The mean of the N values is then calculated and used to eliminate any readings that deviate by more than 3 degrees from the mean. The remaining values are then averaged and the value returned. The current value for N is 30.
Syntax
double CalculateAverageTemperature();
Parameters
None
Returns
double - Returns the average temperature of up to 30 readings.
Required Headers
CController.h
Namespace
arc
Throws
std::runtime_error
Remarks
This is purely a helper function used by GetArrayTemperature().
Example
None

© Astronomical Research Cameras, Inc.