Added warning about subset_by_time in licel files.

Wed, 10 Jan 2018 17:07:11 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Wed, 10 Jan 2018 17:07:11 +0200
changeset 119
0bae1c530148
parent 118
f9990fc845c4
child 120
2970b69f966f

Added warning about subset_by_time in licel files.

atmospheric_lidar/licel.py file | annotate | diff | comparison | revisions
--- a/atmospheric_lidar/licel.py	Wed Jan 10 17:04:33 2018 +0200
+++ b/atmospheric_lidar/licel.py	Wed Jan 10 17:07:11 2018 +0200
@@ -438,7 +438,14 @@
 
         return new_measurement
 
+    def subset_by_time(self, channel_subset):
+        """
+        Subsetting by time does not work yet with Licel files.
 
+        This requires changes in generic.py
+        """
+        raise NotImplementedError("Subsetting by time, not yet implemented for Licel files.")
+        
 
 class LicelChannel(LidarChannel):
 

mercurial