readme.rst

changeset 43
c0d3f3831539
parent 38
4a8c544f683f
child 45
b52cac9a4732
equal deleted inserted replaced
42:62da57352e86 43:c0d3f3831539
5 5
6 6
7 Set up 7 Set up
8 ------ 8 ------
9 9
10 ### Parameter file 10 Parameter file
11 11 ~~~~~~~~~~~~~~
12 Before using the classes you need to setup some channel parameters, that are used when converting the lidar data to Single Calculus Chain format. 12 Before using the classes you need to setup some channel parameters, that are used when converting the lidar data to Single Calculus Chain format.
13 13
14 All the parameters are read from an external file stored in the same folder as the code. You can start by changing the file “cf_netcdf_parameters.py” that describe such parameters for the Clermont Ferrand lidar. 14 All the parameters are read from an external file stored in the same folder as the code. You can start by changing the file “cf_netcdf_parameters.py” that describe such parameters for the Clermont Ferrand lidar.
15 15
16 ### System class 16 System class
17 17 ~~~~~~~~~~~~
18 The next thing you need to create a class that describes you system. This is very simple if your lidar data are in the Licel format, as you only need to specify the external file with the extra SCC parameters. You can use as an example the file “cf_raymetrics.py”: 18 The next thing you need to create a class that describes you system. This is very simple if your lidar data are in the Licel format, as you only need to specify the external file with the extra SCC parameters. You can use as an example the file “cf_raymetrics.py”:
19 19
20 :::python 20 :::python
21 from licel import LicelLidarMeasurement 21 from licel import LicelLidarMeasurement
22 import cf_netcdf_parameters 22 import cf_netcdf_parameters

mercurial