Wed, 10 Jan 2018 17:07:11 +0200
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):