117 my_measurement.get_PT() |
117 my_measurement.get_PT() |
118 |
118 |
119 You can specify the standard values by overriding your system's ``get_PT`` method: |
119 You can specify the standard values by overriding your system's ``get_PT`` method: |
120 |
120 |
121 .. code-block:: python |
121 .. code-block:: python |
122 :caption: cf_lidar.py |
|
123 |
122 |
124 from licel import LicelLidarMeasurement |
123 from licel import LicelLidarMeasurement |
125 import cf_netcdf_parameters |
124 import cf_netcdf_parameters |
126 |
125 |
127 class CfLidarMeasurement(LicelLidarMeasurement): |
126 class CfLidarMeasurement(LicelLidarMeasurement): |