atmospheric_lidar/systems/rali/rali.py

Sat, 06 Jan 2018 10:08:46 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Sat, 06 Jan 2018 10:08:46 +0200
changeset 116
d9703af687aa
parent 92
6d26002aaeed
child 168
9fed2446a59f
permissions
-rw-r--r--

Major changes in Licel-related classes, to better expose all information to top-level classes.

* Duration of timescales in read from the licel files.
* Fixed bugs related to ordering of channels when reading from licel files.
* Fixed V to mV convertion.
* First working converstion to a DIVA draft format.

from ...licel import LicelLidarMeasurement

import rali_netcdf_parameters


class RaliLidarMeasurement(LicelLidarMeasurement):
    extra_netcdf_parameters = rali_netcdf_parameters

mercurial