Removed dependancy on milos that was not needed.

Thu, 24 May 2012 15:43:33 +0200

author
ulalume3 <binietoglou@imaa.cnr.it>
date
Thu, 24 May 2012 15:43:33 +0200
changeset 1
82b144ee09b2
parent 0
9d2b98ecf23d
child 2
b11082bfcb4a
child 3
42dbb0451ebd

Removed dependancy on milos that was not needed.

generic.py file | annotate | diff | comparison | revisions
--- 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