Thu, 02 Mar 2017 15:11:24 +0200
Fixed used variables with the depol converter.
atmospheric_lidar/__init__.py | file | annotate | diff | comparison | revisions | |
atmospheric_lidar/licel_depol.py | file | annotate | diff | comparison | revisions |
--- a/atmospheric_lidar/__init__.py Thu Mar 02 12:39:55 2017 +0200 +++ b/atmospheric_lidar/__init__.py Thu Mar 02 15:11:24 2017 +0200 @@ -1,1 +1,1 @@ -__version__ = '0.2.9' \ No newline at end of file +__version__ = '0.2.10' \ No newline at end of file
--- a/atmospheric_lidar/licel_depol.py Thu Mar 02 12:39:55 2017 +0200 +++ b/atmospheric_lidar/licel_depol.py Thu Mar 02 15:11:24 2017 +0200 @@ -117,7 +117,7 @@ new_measurement = self.subset_by_channels(ph_channels) return new_measurement - def _get_scc_channel_variables(self): + def _get_scc_mandatory_channel_variables(self): """ Get a list of variables to put in the SCC. @@ -130,8 +130,7 @@ A dictionary with channel variable specifications. """ channel_variables = \ - {'channel_ID': (('channels',), 'i'), - 'Background_Low': (('channels',), 'd'), + {'Background_Low': (('channels',), 'd'), 'Background_High': (('channels',), 'd'), 'LR_Input': (('channels',), 'i'), 'DAQ_Range': (('channels',), 'd'),