pyrad.io.read_colocated_data#
- pyrad.io.read_colocated_data(fname)[source]#
Reads a CSV file containing colocated data using pandas.
- Parameters:
fname (str) – Path of time series file.
- Returns:
tuple – A tuple with the data read: (rad1_time, rad1_ray_ind, rad1_rng_ind, rad1_ele, rad1_azi, rad1_rng, rad1_val, rad2_time, rad2_ray_ind, rad2_rng_ind, rad2_ele, rad2_azi, rad2_rng, rad2_val). Returns None for all if unable to read the file.