# HG changeset patch # User Iannis # Date 1488141027 -7200 # Node ID 51b799247d67455d6175e126104b0506671cb514 # Parent 6d6512752932f06ae9fb7c3d73650443a2d9a1b5# Parent 33623b2e149c14e324a1e0c1000fb2ad9ee4e270 Merge from 65:8fcc1507a3f2 diff -r 6d6512752932 -r 51b799247d67 atmospheric_lidar/licel_depol.py --- 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. diff -r 6d6512752932 -r 51b799247d67 atmospheric_lidar/scripts/licel2scc.py diff -r 6d6512752932 -r 51b799247d67 setup.py --- 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'], }, )