Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 459 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 459 Bytes

pt100

Python package with different calculation algorithms for Pt100 temperature sensors.

This package was written to facilitate converting Pt100 sensor resistance values to temperature values and back. Different algorithms (e.g. lookup tables) and approximating polygonal functions are described in literature and in different sites on the Internet. A further aim of this package is to make it easy to choose the right approximation or algorithm.