Merge from 65:8fcc1507a3f2

Sun, 26 Feb 2017 22:30:27 +0200

author
Iannis <ulalume3@yahoo.com>
date
Sun, 26 Feb 2017 22:30:27 +0200
changeset 66
51b799247d67
parent 64
6d6512752932 (current diff)
parent 65
33623b2e149c (diff)
child 67
c7e64cfab199

Merge from 65:8fcc1507a3f2

atmospheric_lidar/scripts/licel2scc.py file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/atmospheric_lidar/licel_depol.py	Sun Feb 26 22:28:30 2017 +0200
+++ b/atmospheric_lidar/licel_depol.py	Sun Feb 26 22:30:27 2017 +0200
@@ -109,14 +109,6 @@
 
         self.update()
 
-    def subset_by_netcdf_channels(self):
-        """
-        Subset the measurement based on the available netcdf channels in the parameters file.
-        """
-        channels = self.extra_netcdf_parameters.channel_parameters.keys()
-        new_measurement = self.subset_by_channels(channels)
-        return new_measurement
-
     def subset_photoncounting(self):
         """
         Subset photoncounting channels.
--- a/setup.py	Sun Feb 26 22:28:30 2017 +0200
+++ b/setup.py	Sun Feb 26 22:30:27 2017 +0200
@@ -54,6 +54,7 @@
           "sphinx",
       ],
       entry_points={
-          'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main'],
+          'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main',
+                              'licel2scc-depol = atmospheric_lidar.scripts.licel2scc_depol:main'],
       },
       )

mercurial