Module calibration
source code
This file contains the functions to read calibration files.
  Calibration file format is almost identical to TOA5: 
  "TIMESTAMP","CONCENTRATION","SENSOR_EC_READING"
  "2010-07-13 08:50:00",0.00,0.234
    | 
       
     | 
        AllCalibrations 
      This class can hold several calibrations and provides the following
        functions to convert sensor readout to concentration:
     | 
  
    | 
       
     | 
        SingleCalibration 
      This class holds all the methods to read and process the salt 
        calibation of the electical conductivity (EC) sensor.
     | 
  
    | 
       
     | 
        __package__ = 'fieldpy.stream_gauging'
     |