generic.py

changeset 1
82b144ee09b2
parent 0
9d2b98ecf23d
child 14
a267a7564570
--- a/generic.py	Tue May 15 16:43:26 2012 +0200
+++ b/generic.py	Thu May 24 15:43:33 2012 +0200
@@ -8,12 +8,9 @@
 from matplotlib import pyplot as plt
 import netCDF4 as netcdf
 
-# CNR-IMAA specific imports
-import milos
+netcdf_format = 'NETCDF3_CLASSIC' # choose one of 'NETCDF3_CLASSIC', 'NETCDF3_64BIT', 'NETCDF4_CLASSIC' and 'NETCDF4'
 
 
-netcdf_format = 'NETCDF3_CLASSIC' # choose one of 'NETCDF3_CLASSIC', 'NETCDF3_64BIT', 'NETCDF4_CLASSIC' and 'NETCDF4'
-
 class BaseLidarMeasurement():
     """ This is the general measurement object.
     It is meant to become a general measurement object 

mercurial