diff -r 9d2b98ecf23d -r 82b144ee09b2 generic.py --- 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