Waveform filter programs

◆ convert_pt100_ohms_to_celsius()

double DDAS3::convert_pt100_ohms_to_celsius ( double  ohms)

Definition at line 110 of file sigscale.cc.

Referenced by convert_pt100_ohms_to_Kelvin(), and convert_to_display_units().

111  {
112  return( (double)(1.0/0.00385) * ((ohms/(double)100.0) - (double)1.0) );
113  } // double convert_pt100_ohms_to_celsius(double ohms)
Here is the caller graph for this function: