pyrad.io.write_vpr_theo_params#

pyrad.io.write_vpr_theo_params(vpr_theo_dict, fname, labels=('ml_top', 'ml_bottom', 'val_ml_peak', 'val_dr'))[source]#

writes the parameters defining a theoretical VPR profile into a csv file

Parameters:
  • vpr_theo_dict (dict) – dictionary containing the parameters of the VPR profile

  • fname (str) – file name where to store the data

  • labels (list of str) – new of parameters to write in file

Returns:

fname (str) – the name of the file where data has been written