Update unfold.py config to show temp in Kelvin.
authorW. Trevor King <wking@drexel.edu>
Wed, 25 Jan 2012 15:33:43 +0000 (10:33 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 25 Jan 2012 15:33:43 +0000 (10:33 -0500)
commit0ff446f7a3a29c6aadda7bb5fc026229ffd06c36
tree81f4ab7cc688c8746de730ffbe693bb26b52f1a0
parentab30952d8a2ff9eaaaccc5a4e0d23944e2b61ea1
Update unfold.py config to show temp in Kelvin.

By default, `calibcant.config.TemperatureConfig` assumes you'll give
temperatures in Celsius, but in
`unfold_python.temperature.Temperature.get_temperature`, we convert
the backend temperature from Celsius to Kelvin.
unfold.py