pyrad.io.read_ml_ts# pyrad.io.read_ml_ts(fname)[source]# Reads a melting layer time series contained in a csv file Parameters: fname (str) – path of time series file Returns: dt_ml, ml_top_avg, ml_top_std, thick_avg, thick_std, nrays_valid, nrays_total (tupple) – The read data. None otherwise