docs/administration/product_channel_connections.rst

changeset 132
d20e02efcd2c
child 133
3a3dd5f91db4
equal deleted inserted replaced
131:adab08f90565 132:d20e02efcd2c
1 Product-Channel Connections
2 ===========================
3
4 The definition of each SCC product requires the specification of all the lidar channels needed to calculate it. For example, for a Raman backscatter product it is necessary to speficy which elastic and Raman lidar channels need to be used to compute the particle backscatter profile.
5
6 The list of the channels to be provided depends on the product type and also on the product usecase_.
7
8 .. _usecase: usecases.html
9
10
11 In particular, the number and the type of the lidar channels to be linked to a product for a particular usecase is given by the input channels (i.e. the channels you find on the top of each usecase schema) given in the definition of the corresponding usecase.
12
13 For example, from the schema defining the usecase 5 of Raman backscatter product we find that 4 channels need to be linked:
14
15 - 2 elastic channels (one for near range and another for the far range - elTnr and elTfr)
16 - 2 Raman channels (again one for near range and one for the far range vrRN2nr of vrRN2fr).
17
18 Lidar channels are linked to a particular product by using the tab 'Product/channel connections' available in each product settings page (from admin section). To enstablish the link two channel characteristic should be provided:
19
20 - channel ID
21 - Signal Type
22
23 The channel ID is automatically provided when you select on the small maggnifying glass available on the right of channel ID field (tab Product/channel connections) and select the channel you want to use in the pop up list (if the channel ID to be included is already known it is possible to provide it there directly).
24
25 The signal type should be selected among the available options according to the role of the specific channel in the product calculation. To facilitate the consistency between the definition of signal type and what is required by the selected product usecase, the input channels reported in each usecase schema are named as the available signal types. Coming back to the example of the usecase 5 of Raman backscatter, for the near range and far range elastic channels the signal type "elTnr" and "elTfr" should be used respectively. In the same way for the near range and far range Raman channel the signal type "vrRN2nr" and "vrRN2fr" should be used.
26
27 .. warning::
28 If the definition of the channels in "Product/channel connections" is not consistent with what expected according to the selected product usecase, an error reporting inconsistent product adefinition is reported by ELPP module.
29
30
31 Sygnal types are defined as it follows:
32
33 :Elastic channels:
34 :elT: elastic lidar channel (total)
35 :elTnr: near range elastic lidar channel (total)
36 :elTfr: far range elastic lidar channel (total)
37 :elTunr: ultra near range elastic lidar channel (total)
38 :elPR: reflected polarization component of elastic lidar channel
39 :elPRnr: near range reflected polarization component of elastic lidar channel
40 :elPRfr: far range reflected polarization component of elastic lidar channel
41 :elPT: transmitted polarization component of elastic lidar channel
42 :elPTnr: near range transmitted polarization component of elastic lidar channel
43 :elPTfr: far range transmitted polarization component of elastic lidar channel
44
45 :Raman channels:
46 :vrRN2: ro-vibration Raman channel due to atmospheric N2 molecule
47 :vrRN2nr: near range ro-vibrational Raman channel due to atmospheric N2 molecule
48 :vrRN2fr: far range ro-vibrational Raman channel due to the atmospheric N2 molecule
49 :pRRlow: low quantum number pure rotational Raman channel. Typically used together with high quantum number pure rotational Raman channel(s) to perform atmospheric temperature measurements
50 :pRRlownr: near range low quantum number pure rotational Raman channel. Typically used together with high quantum number pure rotational Raman channel(s) to perform atmospheric temperature measurements
51 :pRRlowfr: far range low quantum number pure rotational Raman channel. Typically used together with high quantum number pure rotational Raman channel(s) to perform atmospheric temperature measurements
52 :pRRhigh: high quantum number pure ritational Raman channel. Typically used together with low quantun number pure rotational Raman channel(s) to perform atmospheric temperature measurements
53 :pRRhighnr: near range high quantum number pure ritational Raman channel. Typically used together with low quantun number pure rotational Raman channel(s) to perform atmospheric temperature measurements
54 :pRRhighfr: far range high quantum number pure ritational Raman channel. Typically used together with low quantun number pure rotational Raman channel(s) to perform atmospheric temperature measurements
55
56 :Polarization calibration channels:
57 :+45elPR: plus 45 degrees rotated (in the polarization plane) reflected polariazion component of elastic lidar channel
58 :+45elPRnr: plus 45 degress rotated (in the polarization plane) near range reflected polarization component of elastic lidar channel
59 :+45elPRfr: plus 45 degrees rotated (in the polarization plane) far range reflected polarization component of elastic lidar channel
60 :+45elPT: plus 45 degrees rotated (in the polariation plane) transmitted component of elastic lidar channel*
61 :+45elPTnr: plus 45 degree rotated (in the polarization plane) near range transmitted polarization component of elastic lidar channel
62 :+45elPTfr: plus 45 degree rotated (in the polarization plane) far range transmitted polarization component of elastic lidar channel
63 :-45elPR: minus 45 degrees rotated (in the polarization plane) reflected polariazion component of elastic lidar channel
64 :-45elPRnr: minus 45 degress rotated (in the polarization plane) near range reflected polarization component of elastic lidarchannel
65 :-45elPRfr: minus 45 degrees rotated (in the polarization plane) far range reflected polarization component of elastic lidar channel
66 :-45elPT: minus 45 degrees rotated (in the polariation plane) transmitted component of elastic lidar channel
67 :-45elPTnr: minus 45 degree rotated (in the polarization plane) near range transmitted polarization component of elastic lidar channel
68 :-45elPTfr: minus 45 degree rotated (in the polarization plane) far range transmitted polarization component of elastic lidarchannel
69
70 Elastic channels are requested for the definition of product types:
71
72 - Raman backscatter
73 - Elastic backscatter
74 - Raman backscatter and linear depolarization
75 - Elastic backscatter and linear depolarization
76 - Lidar ratio and extinction
77
78 Raman channels are requested for the definition of the product types:
79
80 - Raman backscatter
81 - Raman backscatter and linear depolarization
82 - Extinction only
83 - Lidar ratio and extinction
84
85 Calibration channels are requested for the definition of the product types:
86
87 - Linear polarization calibration

mercurial