Sun, 26 Feb 2017 22:30:27 +0200
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'], }, )