atmospheric_lidar/eole.py

changeset 88
c8bf68bab33a
parent 87
c5796b1e5cf1
child 89
361c9897030f
--- a/atmospheric_lidar/eole.py	Mon Nov 20 15:22:11 2017 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-from licel import LicelLidarMeasurement
-import eole_netcdf_parameters
-
-
-class EoleLidarMeasurement(LicelLidarMeasurement):
-    extra_netcdf_parameters = eole_netcdf_parameters
-
-    def get_PT(self):
-        ''' Sets the pressure and temperature at station level .
-        The results are stored in the info dictionary.        
-        '''
-    
-        self.info['Temperature'] = 25.0
-        self.info['Pressure'] = 1020.0
-    
-           
-    #def save_netcdf_extra(self, f):
-    #    CHARMEX CLOUD MIN ALTITUDE 
-    #    temp_v=f.createVariable('max_altitude_m_asl', 'd', ('time', 'nb_of_time_scales'))

mercurial