The code get_db_T_evolution.pyshows how to extract the temperature probe values for a given day. To run it :
python get_db_T_evolution.py -det np04 -date DD-MM-YYYY -conf conf/np04_T_filling.txt
You can also set start/stop timestamps instead of the date.
The code needs a list of sensors name\tID. The ID is a 14-digit number unique to every sensor in the experiment, the provided name is up to your convenience.
In plots/, scripts to plot the NP04 & NP02 temperature evolution as a function of the thermometer height are provided.