Begin3 Title: th Version: 0.4 Entered-date: 2010-10-21 Description: thermocouple voltage to temperature and temperature to voltage calculation, with arbitray precision. th supports type E, J, K, R, S, and T thermocouples. temperature is displayed and can be entered in Celsius, Kelvin, and Fahrenheit. Voltages are in millivolt. This program uses the polynomials from NIST for temperature to voltage conversion, and successive approximation on those for voltage to temperature conversion. To unpack: tar -zxvf th-0.4.tgz cd th-0.4 See README Changes: 0.1: First release. 0.2: Fixed some error reports (range). Added VERSION define. 0.3: Added changes to lsm file. Fixed Kelvin to C conversion. 0.4: Fixed typing error 'specidfed'. Added cold side compensation. Fixed typing error 'cconstantan' in type J. Keywords: thermocouple Author: Jan Panteltje panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: ftp sunsite.unc.edu/pub/linux/apps/misc/ Alternate-site: http://panteltje.com/panteltje/newsflex/download.html (homepage, latest version) Platforms: LINUX, UNIX Copying-policy: GPL End