Python scripts to process the raw DTS data and calculate the bowen ratio or fluxes The scripts work for Python 3. The required non-standard libraries are numpy and matplotlib. Pyzo is a programming enviroment for Python 3, and contains all required libraries along with many more scientific computing libraries. You can download it here.
The Ultima xml files can be converted to an ascii file containing all the temperature data using the 'xml_to_txt.py' file. The folder xml_conversion contains example data.
Functions for importing the processed data can be found in the data_processing folder (dataImports). It also contains some custom functions which are used (customFunctions).
An example of how to read out, process and plot the Ultima data is located under data_processing/dts_plot_example.py