docs/administration/adding_products.rst

changeset 37
4e3f530ac84e
child 56
42ab98661928
equal deleted inserted replaced
36:98a251a75e80 37:4e3f530ac84e
1 Adding products
2 ===============
3
4 Depending on the product you need to produce, some of the following tables need to be filled.
5
6 .. note::
7
8 This section is not up-to-date to the latest interface version. It will be updated shortly.
9
10
11 Backscatter products
12 --------------------
13 The following tables need to be filed for the various backscatter products.
14
15 Backscatter calibrations
16 ------------------------
17 For backscatter (product types: Raman backscatter, Combined Raman backscatter and extinction, Elastic backscatter retrieval
18
19 LowestHeight
20 in meters, lowest height for reference height search
21
22 TopHeight
23 in meters, maximum height for reference height search
24
25 WindowWidth
26 in meters, width of the reference height interval
27
28 calValue
29 backscatter ratio, e.g. 1 or 1.01
30
31 calRangeSearchMethod ID:
32 always 0
33
34
35 If done, you have to remember the ID for your backscatter calibration options an go the the specific tables below,
36
37 for product type 0 and 2: Raman_backscatter_options
38 ---------------------------------------------------
39
40 Raman calculation method
41 at the moment, only 1
42
43 bsc cal options
44 insert ID from previous step
45
46 error method ID:
47 at the moment, only 1
48
49 for product type 3: elast_backscatter_options
50 -----------------------------------------------
51
52 elast bsc method ID
53 at the moment, only 1 (iterative approach)
54
55 bsc cal options
56 insert ID from previous step
57
58 error method ID:
59 at the moment, only 1
60
61 lr input id:
62 at the moment, only 1 (fixed LR)
63
64 fixed_lr
65 ... in sr, value of the used lidar ratio
66
67 iter_bsc_options
68 if, iterative approach is used, go to table iter_bsc_options and remember ID and insert here
69
70 iter_bsc_options
71 ----------------
72
73 iter conv crit
74 ...e.g. 0.1 (=10%) The iteration is stopped when the RELATIVE difference between the actual and the previous column integrated backscatter coefficients is below this value
75
76 ram bsc method id
77 at the moment, only 1
78
79 max iteration count:
80 maximum number of iteration steps
81
82 for product type 1: Extinction options
83 --------------------------------------
84
85 Extinction method:
86 Standard: 1, (0 weighted linear fit, 1 non-weighted linear fit, 2 difference quotient, 3 polynomial sec order fit, 4 quadratic function, 5 Savitzky-Golay filter, 6 Russo)
87
88 error method ID:
89 at the moment, only 1
90
91 overlap file ID:
92 if overlap file is available, enter ID here
93
94 angstroem:
95 used angström value for the extinction calculation, e.g. 0,1, or 1.5
96
97 for product type 2: Ext bsc options
98 -----------------------------------
99
100 product ID
101 ID of product type 2
102
103 extinction option product ID
104 ID of the extinction product (see table products)
105
106 raman backscatter options product ID
107 ID of the Raman backscatter product (see table products)
108
109 error method ID:
110 at the moment, only 1
111

mercurial