19th June, 2019
===
[Parameter Derive Program](https://hackmd.io/@ankitpanda/rkFmiBDJB)
- The above program calculae the value of conductivity for the hot, warm and cold tank respectively.
- The value for the conductivity calculated matches with the values calculated manually using the excel, hence the code works properly.
- The drawback is that the code cannot know the temperature range from the raw data, since, the minimum and maximum data are differed due to the sterilizing process and the refilling process.
- The program gives a csv file as output which is read by the cpp program as input parameters.