prepare_output

Functions

prepare_output

Preparation of the results dict.

prepare_output.prepare_output(ini, out_len, hdf5_nb_tracers=False, hdf5_mz_tracer=False, results=False)[source]

Preparation of the results dict. If the positional args are not provided, it will create the sonic/IRGA part of the results dict. If the positional args are provided, it will create the TRACER part of the results dict.

Parameters:
  • ini (dict, initialisation information)

  • out_len (int, number of sonic files to be processed)

  • hdf5_nb_tracers

  • hdf5_mz_tracer

  • results (dictionnary that will be filled with all info to be outputed in the hdf5 files)

Returns:

  • results (dictionnary that will be filled with all info to be outputed in the hdf5 files)

  • comments

  • --------

  • Written by B. Heinesch, 2 January, 2023.

  • University of Liege, Gembloux Agro-Bio Tech.