simonsobs / sorunlib

High level library for running observatory operations using OCS.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Fix 'AIN*' field names for Celsius reading #133

Closed BrianJKoopman closed 9 months ago

BrianJKoopman commented 9 months ago

The 'AIN*' fields need a 'C' at the end -- the two readings available are 'V' for the raw voltage the labjack is reading and 'C' for the corresponding Celsius reading.

Found this while testing the wiregrid.calibrate() command at the site. Tested this fix during that process as well.