docs/depolarization/depolarization.rst

Tue, 25 Oct 2016 10:08:18 +0000

author
Ioannis Binietoglou <ulalume3@yahoo.com>
date
Tue, 25 Oct 2016 10:08:18 +0000
changeset 74
01da2b469c84
parent 73
faa4ae183cf6
child 76
41c3dda6e81d
permissions
-rw-r--r--

Fixed all image paths (depolarization.rst edited online with Bitbucket)

mike@70 1 .. role:: underline
mike@70 2 :class: underline
mike@70 3
mike@70 4 .. role:: red
mike@70 5
mike@70 6
mike@70 7
mike@68 8 1. Particle Linear Depolarization Ratio Implementation
mike@68 9 ======================================================
ulalume3@67 10
mike@68 11 The most important improvement included in the SCC v4.0 is the implementation of a new optical product which is the particle linear depolarization ratio.
ulalume3@67 12
mike@68 13 1.1 Background
ulalume3@67 14 --------------
ulalume3@67 15
mike@68 16 The calculation of the volume linear depolarization ratio profile (*VLDR*) and particle linear depolarization ratio profile (*PLDR*) needs two different steps:
ulalume3@67 17
mike@68 18 #. the calibration of the polarization sensitive lidar channels;
mike@68 19 #. the calculation of the *VLDR* or *PLDR* itself.
mike@68 20
mike@68 21 The SCC allows the user to make both the above points. In particular the calibration step is made by a completely new module called **scc\_calibrator** which computes the *apparent calibration factor* :math:`\beta^*` out of the pre-processed data provided by the standard **ELPP** (Earlinet Lidar Pre-Processor) module and it records it in the SCC database (SCC\_DB). Once logged into the SCC\_DB this factor can be used whenever it is necessary.
mike@68 22
mike@68 23 The raw lidar calibration measurements should be put in a NetCDF file which has the same structure as the “standard” raw SCC NetCDF input file (for more details see sections 2 and 3.2).
ulalume3@67 24
mike@68 25 New signal types have been introduced to take into account special channel configurations used for calibration purposes.
ulalume3@67 26
mike@68 27 Moreover new product types for both calibration and *PLDR* calculation have been defined. As, in principle, it is possible to calculate the *PLDR* only when the aerosol backscatter coefficient profile is available the following new products have been defined:
ulalume3@67 28
mike@68 29 #. *Linear polarization calibration (factor* h) *(product\_type\_id=6);*
mike@68 30 #. *Raman backscatter and linear depolarization ratio
ulalume3@67 31 (product\_type\_id=7);*
mike@68 32 #. *Elastic backscatter and linear depolarization ratio
ulalume3@67 33 (product\_type\_id=8).*
ulalume3@67 34
mike@68 35 The first product in the above list is used only for calibration while the other two are used for the calculation of *PLDR*. Basically, in most of the cases, the products 2 and 3 are equivalent to the corresponding backscatter product types with the exception that also the following new variables are available:
ulalume3@67 36
mike@70 37 ::
ulalume3@67 38
mike@68 39 double VolumeDepol(Length) ;
mike@68 40 double ErrorVolumeDepol(Length) ;
mike@68 41 ErrorVolumeDepol:long\_name = "absolute error of VolumeDepol" ;
mike@68 42 double ParticleDepol(Length) ;
mike@68 43 double ErrorParticleDepol(Length) ;
mike@68 44 ErrorParticleDepol:long\_name = "absolute error of ParticleDepol" ;
ulalume3@67 45
mike@68 46 1.2 Polarization calibration
ulalume3@67 47 ----------------------------
ulalume3@67 48
mike@68 49 An important point is the definition of reliable *PLDR* calibration procedures. Within EARLINET the following calibration procedures are currently used:
ulalume3@67 50
mike@68 51 a) Rayleigh calibration;
mike@68 52 b) +45 calibration method, or D90 calibration method (made by +45 and -45 measurements);
mike@68 53 c) 3 signals (total, cross and parallel).
ulalume3@67 54
mike@68 55 It is well known that method a) could produce easily large errors on *PLDR* which cannot be controlled. For this reason only the methods b) and c) can be used to provide reliable polarization calibrations and so only those methods will be implemented in the SCC.
ulalume3@67 56
mike@68 57 For what it concerns the method c) it, basically, requires to solve the equation:
ulalume3@67 58
mike@68 59 .. math::
mike@68 60 \alpha_s P_s + \alpha_p P_p = P
ulalume3@67 61
mike@70 62 in two different of atmospheric layers with considerably different *VLDR*. So to calibrate in this way the implementation of automatic layer identification in the SCC is required. As at moment this feature is not yet available within the SCC :underline:`ONLY` the method b) is considered.
mike@68 63
mike@68 64 1.3 SCC procedure to calculate the PLDRP
mike@68 65 ----------------------------------------
mike@68 66
mike@68 67 According to what mentioned before the SCC calculates the *PLDR* through the following steps:
ulalume3@67 68
mike@68 69 #. The user needs to create a new system configuration in the SCC\_DB including only lidar channels used for the calibration. One (or more) *Linear polarization calibration (product\_type\_id=6)* product should be associated to this new configuration (see section 3.2 for more details);
mike@68 70
mike@70 71 #. This new system configuration should contain only the polarization channels in the configuration used for the calibration (for example rotated in the polarization plane of +45 degrees). A channel in calibration measurement configuration should have a :underline:`DIFFERENT` channel ID from the channel ID corresponding to the same channel in standard measurement configuration. For example, if a system has two polarization channels which in standard measurement configuration correspond to the channel ID=1 and 2 respectively, the same physical channels under calibration measurement configuration should correspond to different channel IDs (let's say ID=3 and 4 for the +45 degrees polarization rotated channels and ID=5 and 6 for the -45 degrees polarization rotated ones in case D90 calibration method is used). Moreover, the polarization channels should be labeled correctly using the new signal types available (*+45elPT, +45elPR, -45elPT, -45elPR, +45elPTnr, +45elPTfr, +45elPRnr, +45elPRfr, -45elPTnr, -45elPTfr, -45elPRnr, -45elPRfr).* For more details see section 3.2;
ulalume3@67 72
mike@70 73 #. In SCC v4.0 the polarization channels are :underline:`NOT` labeled on the base of their polarization state (as it was done in the SCC v3.11) but :underline:`ALWAYS` as transmitted and reflected channels. So the channels that in SCC v3.11 were labeled as *elCP, elCPnr, elCPfr, elPP, elPPnr elPPfr* will be labeled in SCC v4.0 as *elPR, elPRnr elPRfr elPT, elPTnr elPTfr* where the letter *T* stands from transmitted and the letter *R* for reflected.
ulalume3@67 74
mike@70 75 :WARNING: In switching from the SCC v3.11 to SCC v4.0 the following modifications have been made on :underline:`ALL` channels of :underline:`ALL` registered configurations:
mike@68 76 *elPP→elPR*
ulalume3@67 77
mike@68 78 *elCP→elPT*
ulalume3@67 79
mike@68 80 *elPPnr→elPRnr*
ulalume3@67 81
mike@68 82 *elPPfr→ elPRfr*
ulalume3@67 83
mike@68 84 *elCPnr→ elPTnr*
ulalume3@67 85
mike@68 86 *elCPfr→ elPTfr*
mike@68 87
mike@68 88 Please be sure these modifications reflect to your actual lidar setup(cross channels are transmitted and parallel channels are reflected);
ulalume3@67 89
mike@68 90 4. The user needs to submit a file (same format as raw SCC input file) containing the raw data for the lidar channels defined at the point 1 (see section 3.2 for more details);
mike@68 91 #. The file at point 2 is pre-processed by **ELPP** module which applies the standard pre-processing procedures applied to “standard” lidar data;
mike@68 92 #. The pre-processed files are then processed by the new modules **scc\_calibrator** which calculates :math:`\eta^*` *the apparent calibration factor* and logs it into the SCC\_DB;
mike@68 93 #. The user needs to create a new system configuration in the SCC\_DB (which should be different from the one used for the calibration) and associate it the new product *Raman backscatter and linear depolarization ratio product\_type\_id=7)* or *Elastic backscatter and linear depolarization ratio (product\_type\_id=8).* Alternatively the calculation of those products can be added to an already existing lidar configuration as long as it is different from the calibration one;
mike@68 94 #. The product defined at point 5 should be linked to the product containing the polarization calibration (defined at point 1) in a way that the *apparent calibration factor* can be selected from the SCC\_DB (see section 3.3 and in particular figure 3.4);
mike@68 95 #. The user needs to submit another SCC raw data file containing the “standard” measurements;
mike@68 96 #. Finally **ELPP** and **ELDA** will produce a b-file containing backscatter coefficient profile and *PLDR*. In particular this calculation is made in two different steps: from the pre-processed lidar polarization signals, and taking into account the *apparent calibration factor* and the *calibration factor correction K* (defined as option of *Linear polarization calibration* product\ *)* written into the SCC\_DB, an “apparent” *VLDR* :math:`\delta^*` is calculated. Even if :math:`\delta^*` is a calibrated quantity it can be still affected by possible systematic errors due to not perfect optics or alignment of the system;
ulalume3@67 97
mike@68 98 #. To take into account these errors a corrected *VLDR* (:math:`\delta`) is calculated using the *polarization cross-talk correction parameters* *G* and *H* calculated on the base of Müller matrix formalism. These cross-talk correction parameters (*G* and *H*) are stored in the SCC\_DB for each lidar channels (see section 3.1 in particular figure 3.2). Finally the *PLDR* is calculated using the backscatter coefficient profile and the molecular LDRP calculated by ELPP considering the center wavelength and bandwidth of the channels interference filter.
mike@68 99
mike@68 100 The *apparent calibration factor* :math:`\eta^*` is calculated by the **scc\_calibrator** module as the geometrical mean of the ratio of the +/-45 degrees reflected to the +/- 45 degrees transmitted signals within an altitude calibration range defined by the users in the raw data input files.
ulalume3@67 101
mike@68 102 In case of +45 calibration method :math:`\eta^*` is calculated by:
ulalume3@67 103
mike@68 104 .. math::
mike@68 105 \eta^* = \frac{I_R}{I_T}(+45)
ulalume3@67 106
ulalume3@67 107 While in case of D90 calibration method:
ulalume3@67 108
mike@68 109 .. math::
mike@68 110 \eta^* = \sqrt{\frac{I_R}{I_T}(+45) \frac{I_R}{I_T}(-45)}
ulalume3@67 111
ulalume3@67 112 **ELDA** module calculates the “apparent” *VLDR*:
ulalume3@67 113
mike@68 114 .. math::
mike@68 115 \delta^* = \frac{K}{\eta^*} \cdot \frac{I_R}{I_T}
ulalume3@67 116
ulalume3@67 117 the *VLDR*
ulalume3@67 118
mike@68 119 .. math::
mike@68 120 \delta = \frac{\delta^*(G_T + H_T)-(G_R + H_R)}{(G_R - H_R) - \delta^*(G_T - H_T)}
ulalume3@67 121
ulalume3@67 122 and the *PLDR*
ulalume3@67 123
mike@68 124 .. math::
mike@68 125 \delta_{\alpha} = \frac{(1 + \delta_m)\delta R - (1 + \delta)\delta_m}{(1 + \delta_m)R - (1 + \delta)}
ulalume3@67 126
ulalume3@67 127 where:
ulalume3@67 128
mike@68 129 - :math:`\eta^*` is the *apparent calibration factor* calculated by **scc\_calibrator**
mike@68 130
mike@68 131 - *K* is the *calibration factor correction* defined as polarization product option
ulalume3@67 132
mike@68 133 - :math:`I_T` and :math:`I_R` are the transmitted and the reflected signals in the polarization detection set-up
ulalume3@67 134
mike@68 135 - :math:`G_{T,R}` and :math:`H_{T,R}` are *polarization cross-talk correction parameters* for the transmitted and reflected signals used to correct for systematic errors. Both these factors are defined in the SCC\_DB for each lidar channel.
ulalume3@67 136
mike@68 137 - :math:`\delta_m` is the molecular linear depolarization ratio calculated by ELPP
mike@68 138
mike@68 139 - *R* is the backscatter ratio
ulalume3@67 140
mike@68 141 Please note once again that the polarization channels are described in terms of transmitted and reflected signals. This means that according to different lidar instrumental configurations, the transmitted or the reflected channel can contain total, perpendicular or parallel polarized signals.
ulalume3@67 142
mike@68 143 In order to retrieve the backscatter profile the total signal must be obtained combining the transmitted and reflected polarized signals. The following formula is used:
ulalume3@67 144
mike@68 145 .. math::
mike@68 146 I_{total} \propto \frac{\eta^*}{K}H_R I_T - H_T I_R
ulalume3@67 147
mike@68 148 The formulas above are general and can be adapted to all possible polarization lidar configurations selecting the right polarization cross-talk correction parameters (see Table 1.1).
ulalume3@67 149
mike@68 150 Let's suppose, for example, we have the perpendicular polarized lidar signal on the transmitted channel and the parallel polarized on reflected channel. For an ideal system (no diattenuation and cross-talk) we have:
ulalume3@67 151
mike@68 152 .. math::
mike@68 153 G_T=1 , \qquad H_T=-1, \qquad G_R=1, \qquad H_R=1
mike@68 154
mike@68 155 If, on the other hands, we have the perpendicular polarized lidar signal on reflected channel and the total polarized on the transmitted for and ideal system we have:
ulalume3@67 156
mike@68 157 .. math::
mike@68 158 G_T=1 , \qquad H_T=0, \qquad G_R=1, \qquad H_R=-1
ulalume3@67 159
ulalume3@67 160
mike@68 161 **Table 1.1:** Polarization cross-talk correction parameters for ideal systems
ulalume3@67 162
ulalume3@67 163 +----------------------+-----------------------------+-----------------+-----------------+-----------------+
ulalume3@67 164 | Laser polarization | Detected in lidar channel |
mike@68 165 + +-----------------------------+-----------------+-----------------+-----------------+
ulalume3@67 166 | | Transmitted | Reflected |
mike@68 167 + +-----------------------------+-----------------+-----------------+-----------------+
mike@68 168 | | :math:`G_T` | :math:`H_T` | :math:`G_R` | :math:`H_R` |
ulalume3@67 169 +----------------------+-----------------------------+-----------------+-----------------+-----------------+
ulalume3@67 170 | total | 1 | 0 | 1 | 0 |
ulalume3@67 171 +----------------------+-----------------------------+-----------------+-----------------+-----------------+
ulalume3@67 172 | parallel | 1 | 1 | 1 | 1 |
ulalume3@67 173 +----------------------+-----------------------------+-----------------+-----------------+-----------------+
ulalume3@67 174 | cross | 1 | -1 | 1 | -1 |
ulalume3@67 175 +----------------------+-----------------------------+-----------------+-----------------+-----------------+
ulalume3@67 176
mike@70 177 The *apparent calibration factor* (:math:`\eta^*`), *the calibration factor correction* (*K*) and the *polarization cross-talk correction parameters* are stored by **ELPP** module in the intermediate NetCDF files using the following variables:
ulalume3@67 178
mike@68 179 - :code:`Polarization_Channel_Gain_Factor` (*apparent calibration factor* - :math:`\eta^*` )
mike@68 180 - :code:`Polarization_Channel_Gain_Factor_Correction` (*calib. factor corr.* – *K*)
mike@68 181 - :code:`G_T`
mike@68 182 - :code:`H_T`
mike@68 183 - :code:`G_R`
mike@68 184 - :code:`H_R`
ulalume3@67 185
mike@68 186 Finally new usecases have been defined to take into account all the possible lidar configurations. The details on that are provided as a separate file.
ulalume3@67 187
mike@68 188 2. Changes of the SCC input format
mike@68 189 ==================================
ulalume3@67 190
ulalume3@67 191 The following minor changes have been applied to raw SCC data format:
ulalume3@67 192
mike@70 193 #. The optional variable *ID\_Range* has been :underline:`REMOVED`;
mike@70 194 #. The :underline:`OPTIONAL` variable :code:`int Signal\_Type(channels)` has been added. The possible values are the same available in the SCC\_DB:
ulalume3@67 195
mike@68 196 :code:`0` :math:`\rightarrow` :code:`elT`
ulalume3@67 197
mike@68 198 :code:`1` :math:`\rightarrow` :code:`elTnr`
ulalume3@67 199
mike@68 200 :code:`2` :math:`\rightarrow` :code:`elTfr`
ulalume3@67 201
mike@68 202 :code:`3` :math:`\rightarrow` :code:`vrRN2`
ulalume3@67 203
mike@68 204 :code:`4` :math:`\rightarrow` :code:`vrRN2nr`
ulalume3@67 205
mike@68 206 :code:`5` :math:`\rightarrow` :code:`vrRN2fr`
ulalume3@67 207
mike@68 208 :code:`6` :math:`\rightarrow` :code:`elPR`
ulalume3@67 209
mike@68 210 :code:`7` :math:`\rightarrow` :code:`elPT`
ulalume3@67 211
mike@68 212 :code:`8` :math:`\rightarrow` :code:`pRRlow`
ulalume3@67 213
mike@68 214 :code:`9` :math:`\rightarrow` :code:`pRRhigh`
ulalume3@67 215
mike@68 216 :code:`10` :math:`\rightarrow` :code:`elPRnr`
ulalume3@67 217
mike@68 218 :code:`11` :math:`\rightarrow` :code:`elPRfr`
ulalume3@67 219
mike@68 220 :code:`12` :math:`\rightarrow` :code:`elPTnr`
ulalume3@67 221
mike@68 222 :code:`13` :math:`\rightarrow` :code:`elPTfr`
ulalume3@67 223
mike@68 224 :code:`14` :math:`\rightarrow` :code:`vrRH2O`
ulalume3@67 225
mike@68 226 :code:`15` :math:`\rightarrow` :code:`pRRhighnr`
ulalume3@67 227
mike@68 228 :code:`16` :math:`\rightarrow` :code:`pRRhighfr`
ulalume3@67 229
mike@68 230 :code:`17` :math:`\rightarrow` :code:`pRRlownr`
ulalume3@67 231
mike@68 232 :code:`18` :math:`\rightarrow` :code:`pRRlowfr`
ulalume3@67 233
mike@68 234 :code:`19` :math:`\rightarrow` :code:`vrRH2Onr`
ulalume3@67 235
mike@68 236 :code:`20` :math:`\rightarrow` :code:`vrRH2Ofr`
ulalume3@67 237
mike@68 238 :code:`21` :math:`\rightarrow` :code:`elTunr`
ulalume3@67 239
mike@68 240 :code:`22` :math:`\rightarrow` :code:`+45elPT`
ulalume3@67 241
mike@68 242 :code:`23` :math:`\rightarrow` :code:`+45elPR`
ulalume3@67 243
mike@68 244 :code:`24` :math:`\rightarrow` :code:`-45elPT`
ulalume3@67 245
mike@68 246 :code:`25` :math:`\rightarrow` :code:`-45elPR`
ulalume3@67 247
mike@68 248 :code:`26` :math:`\rightarrow` :code:`+45elPTnr`
ulalume3@67 249
mike@68 250 :code:`27` :math:`\rightarrow` :code:`+45elPTfr`
ulalume3@67 251
mike@68 252 :code:`28` :math:`\rightarrow` :code:`+45elPRnr`
mike@68 253
mike@68 254 :code:`29` :math:`\rightarrow` :code:`+45elPRfr`
ulalume3@67 255
mike@68 256 :code:`30` :math:`\rightarrow` :code:`-45elPTnr`
ulalume3@67 257
mike@68 258 :code:`31` :math:`\rightarrow` :code:`-45elPTfr`
ulalume3@67 259
mike@68 260 :code:`32` :math:`\rightarrow` :code:`-45elPRnr`
ulalume3@67 261
mike@68 262 :code:`33` :math:`\rightarrow` :code:`-45elPRfr`
ulalume3@67 263
mike@70 264 :WARNING: It this variable is found in the SCC input file the corresponding settings in the SCC database will be :underline:`OVERWRITTEN`. Unless you don't have any valid reason to overwrite the database value this variable should not be used.
ulalume3@67 265
mike@68 266 3. The variables:
ulalume3@67 267
mike@70 268 ::
mike@68 269
mike@68 270 double Pol\_Calib\_Range\_Min(channels)
mike@68 271 double Pol\_Calib\_Range\_Max(channels)
ulalume3@67 272
mike@70 273 have been added. Both these variable are :underline:`MANDATORY` for any calibration raw dataset. These variable should be included only the polarization calibration measurements and should specify the altitude range (meters) in which the polarization calibration should be made. For more details see section 3.3;
mike@68 274
mike@70 275 4. The variable :code:`Depolarization_Factor` has been :underline:`REMOVED`.
ulalume3@67 276
mike@68 277 The SCC v3.11 used this variable to get polarization calibration factor for the calculation of the total signal out of cross and parallels ones. As the SCC v4.0 is able to calculate the same parameter by itself, the use of this variable is *NOT* possible anymore. The recommended way to get a valid and quality assured depolarization calibration factor is to submit to the SCC v4.0 a polarization calibration dataset and let the SCC to calculate such factor.
mike@68 278
mike@70 279 To make this change more smooth and to provide the users with the possibility to continue to analyze their data with the SCC v4.0 even if a calibration dataset has not been submitted yet, it will be possible for a :underline:`LIMITED` period of time to submit the calibration constant via the SCC web interface. The SCC will keep track of the used calibration method (automatic or manual).
ulalume3@67 280
mike@70 281 :WARNING: After this transition period :underline:`ONLY` automatic calibration will be allowed!
ulalume3@67 282
mike@70 283 5. The new :underline:`OPTIONAL` variable:
ulalume3@67 284
mike@68 285 :code:`string channel\_string\_ID(channels)`
ulalume3@67 286
mike@68 287 has been introduced.
mike@68 288
mike@68 289 Starting from SCC v4.0 the lidar channel can be identified not only by using integers (as it happened until SCC v3.11) but also by using strings.
ulalume3@67 290
mike@68 291 The procedure implemented in the SCC v4.0 to recognize the lidar channel within the raw lidar data is fully backward compatible (old format files are accepted as they are by SCC v4.0).
ulalume3@67 292
mike@68 293 :WARNING: Please note that the definition of the new string variable requires netCDF-4 format! The type *string* is not supported in netCDF-3 format!
ulalume3@67 294
mike@70 295 3. Real Example
mike@70 296 ===============
ulalume3@67 297
mike@70 298 This section describes all the practical steps the users need to follow to switch from SCC v3.11 to new SCC v4.0.
mike@70 299
mike@70 300 :IMPORTANT:
mike@70 301 If your lidar system is not equipped with any polarization channels :underline:`NO` changes are required. In this case, the SCC v4.0 should work using the same input files and the same database configurations you have used with the SCC v3.11. Anyway as in the SCC v4.0 several bugs have been fixed,it is recommended to re-run all the measurement IDs you have submitted. For doing that you just need to reprocess all your data without the need to submit raw data files already uploaded on the server.
ulalume3@67 302
mike@70 303 The practical example reported below describes the modifications required to use the SCC v4.0 for lidar systems equipped with polarization channels.
ulalume3@67 304
mike@70 305 3.1 Modification of polarization channel parameters
mike@70 306 ---------------------------------------------------
ulalume3@67 307
mike@70 308 In what it follows it is assumed you already have registered one or more lidar configurations in the SCC database and that such configurations have been already used to produce optical products (aerosol extinction and/or backscatter coefficients) by means of the SCC v3.11.
ulalume3@67 309
mike@70 310 Let's assume your 3+2 system is registered in the SCC database and the settings used by the SCC v3.11 are the ones summarized in table 3.1.
ulalume3@67 311
mike@70 312 :Table 3.1: Example of configuration in SCC v3.11
ulalume3@67 313
ulalume3@67 314 +----------------+--------------+----------------+-------------+-----------+
ulalume3@67 315 | Channel Name | Channel ID | Channel Type | nighttime | daytime |
ulalume3@67 316 +----------------+--------------+----------------+-------------+-----------+
mike@70 317 | 355 | 1 | elT | x | x |
ulalume3@67 318 +----------------+--------------+----------------+-------------+-----------+
mike@70 319 | 387 | 2 | vrRN2 | x | |
ulalume3@67 320 +----------------+--------------+----------------+-------------+-----------+
mike@70 321 | 532 cross | 3 | elCP | x | x |
ulalume3@67 322 +----------------+--------------+----------------+-------------+-----------+
mike@70 323 | 532 parallel | 4 | elPP | x | x |
ulalume3@67 324 +----------------+--------------+----------------+-------------+-----------+
mike@70 325 | 607 | 5 | vrRN2 | x | |
ulalume3@67 326 +----------------+--------------+----------------+-------------+-----------+
mike@70 327 | 1064 | 6 | elT | x | x |
ulalume3@67 328 +----------------+--------------+----------------+-------------+-----------+
ulalume3@67 329
mike@70 330 We assume there are 2 system configurations called “nighttime” and “daytime”. The nighttime configuration contains all the available lidar channels (in order to calculate, for example, the aerosol extinction at 355 and 532nm and the aerosol backscatter at 355, 532 and 1064nm) while in daytime conditions only elastic channels are used (only elastic backscatter coefficients are generated).
mike@70 331
mike@70 332 To make these settings working with SCC v4.0 it is needed to modify :underline:ONLY` the products properties involving the polarization channels (532 cross and parallel). All the products not involving the polarization channels :underline:`DO NOT` need any modification and should work in the SCC v4.0 exactly as they did in SCC v3.11. In the example above the aerosol extinction and backscatter coefficient at 355nm, the extinction at 532nm as well as the backscatter coefficient at 1064nm do not required any
mike@70 333 modification. Let's focus on the modifications needed for the calculation of backscatter at 532nm.
ulalume3@67 334
ulalume3@73 335 .. figure:: media/figure3.1.png
mike@70 336 :height: 369
mike@70 337 :width: 1037
mike@70 338 :scale: 100 %
mike@70 339 :align: center
ulalume3@67 340
mike@70 341 **Figure 3.1**: How to select signal types
ulalume3@67 342
mike@70 343 The first modification concerns the settings of the channel type for the 532 cross and 532 parallel polarization channels. Starting from SCC v4.0 polarization channels are identified as transmitted and reflected polarization channels and not on the base of their polarization state. So suppose if we suppose the cross polarized channel is transmitted by a polarizer beam splitter cube and the parallel is reflected the value reported in table 3.1 should be modified as they appear in table 3.2. So using the SCC web interface, the signal type of the 532 cross channel should be changed from :code:`elCP` to :code:`elPT` and in the same way the 532 parallel channel should be changed from :code:`elPP` to :code:`elPR` (see figure 3.1).
ulalume3@67 344
ulalume3@67 345 **Table 3.2:** The same of table 3.1 but with new channel types
ulalume3@67 346 introduced in SCC v4.0
ulalume3@67 347
ulalume3@67 348 +----------------+--------------+----------------+-------------+-----------+
ulalume3@67 349 | Channel Name | Channel ID | Channel Type | nighttime | daytime |
ulalume3@67 350 +----------------+--------------+----------------+-------------+-----------+
mike@70 351 | 355 | 1 | elT | x | x |
ulalume3@67 352 +----------------+--------------+----------------+-------------+-----------+
mike@70 353 | 387 | 2 | vrRN2 | x | |
ulalume3@67 354 +----------------+--------------+----------------+-------------+-----------+
mike@70 355 | 532 cross | 3 | :red:`elPT` | x | x |
ulalume3@67 356 +----------------+--------------+----------------+-------------+-----------+
mike@70 357 | 532 parallel | 4 | :red:`elPR` | x | x |
ulalume3@67 358 +----------------+--------------+----------------+-------------+-----------+
mike@70 359 | 607 | 5 | vrRN2 | x | |
ulalume3@67 360 +----------------+--------------+----------------+-------------+-----------+
mike@70 361 | 1064 | 6 | elT | x | x |
ulalume3@67 362 +----------------+--------------+----------------+-------------+-----------+
ulalume3@67 363
mike@70 364 The other change about the polarization channels required to run the SCC v4.0 is the definition of the polarization crosstalk parameters for all the polarization channels available. Such parameters can be defined for each polarization channel using the SCC web interface (see figure 3.2). In particular among the channel parameters there is a new tab called *Polarization crosstalk parameters* where it is possible to insert the values from for the parameters *G* and *H* and the corresponding statistical and systematic errors if available. In case you have measured *G* and *H* for your polarization channels please insert the corresponding values there. Otherwise you can insert the ideal values as reported in table 1.1.
ulalume3@67 365
ulalume3@74 366 .. figure:: media/figure3.2.png
mike@70 367 :height: 479
mike@70 368 :width: 1890
mike@70 369 :scale: 100 %
mike@70 370 :align: center
ulalume3@67 371
mike@70 372 **Figure 3.2:** Polarization crosstalk parameters tab in channel properties (SCC v4.0).
ulalume3@67 373
mike@70 374 3.2 Definition of new calibration configuration and product
mike@70 375 -----------------------------------------------------------
mike@70 376
mike@70 377 In this section we will see how to set the polarization calibration parameters: the calibration constant (called :math:`\eta^*`*` in section 1.3) and the correction to calibration constant (called K in section 1.3). In order to provide such parameters you need to define a new system configuration to be used :underline:`ONLY` for calibration purposes. Such new configuration should include the polarization channels in the measurement configuration used for the calibration. Let's suppose we want to use the :math:`\Delta90` calibration method.
mike@70 378
mike@70 379 In this case we need to define a new configuration (called for example “depol_calibration”) as reported in the table 3.3. As you can see the configuration “depol\_calibration” includes 4 “new” channels. Actually the channels “532 cross +45 degrees” (channel ID=10) and “532 cross -45 degrees” (channel ID=12) refer to the same physical channel “532 cross” reported with channel ID=3 in table 3.2. Anyway we need to define two new channel IDs to identify the “532 cross” channel in the two polarization rotated configurations (+45 and -45 degrees) needed to apply the D90 calibration method. The same is true for the “532 parallel” channel. The polarization rotated channels should be labeled with the corresponding signal type as reported in table 3.3 (see figure
ulalume3@67 380 3.1).
ulalume3@67 381
ulalume3@67 382 **Table 3.3:** Polarization calibration configurations assuming D90
ulalume3@67 383 calibration method
ulalume3@67 384
ulalume3@67 385 +----------------------------+--------------+----------------+----------------------+
mike@70 386 | Channel Name | Channel ID | Channel Type | depol_calibration |
ulalume3@67 387 +----------------------------+--------------+----------------+----------------------+
mike@70 388 | 532 cross +45 degrees | 10 | +45elPT | x |
ulalume3@67 389 +----------------------------+--------------+----------------+----------------------+
mike@70 390 | 532 parallel +45 degrees | 11 | +45elPR | x |
ulalume3@67 391 +----------------------------+--------------+----------------+----------------------+
mike@70 392 | 532 cross -45 degrees | 12 | -45elPT | x |
ulalume3@67 393 +----------------------------+--------------+----------------+----------------------+
mike@70 394 | 532 parallel -45 degrees | 13 | -45elPR | x |
ulalume3@67 395 +----------------------------+--------------+----------------+----------------------+
ulalume3@67 396
mike@70 397 Finally we should add to the configuration “depol_calibration” a product “*Linear polarization calibration”* to be used for the calibration. According to the example given above and to the usecase document attached we should use an usecase=4 for this example.
ulalume3@67 398
mike@70 399 Other “*Linear polarization calibration”* options to be specified are reported in figure 3.3. The most important factor you should insert here is the *Pol calibration correction factor* (K). The ideal value for this parameter is 1. Anyway if you have measured the parameter K please fill in the measured value and the corresponding measurement errors.
ulalume3@67 400
ulalume3@74 401 .. figure:: media/figure3.3.png
mike@70 402 :height: 495
mike@70 403 :width: 1887
mike@70 404 :scale: 100 %
mike@70 405 :align: center
ulalume3@67 406
mike@70 407 **Figure 3.3:** Options for *Linear polarization calibration product*.
mike@70 408
mike@70 409 As you can see it is possible to fill in only the K correction factor and not the calibration constant :math:`\eta^*`.
mike@70 410
mike@70 411 Actually for a :underline:`LIMITED` period of time it will be possible to fill in also the constant :math:`\eta^*` using a temporary tab called *Polarization calibration constant*. This has been done to provide the users with the possibility to continue to use the SCC even if an automatic calibration made by the SCC was not submitted yet. Anyway after a transition period it will be :underline:`NOT` possible to provide calibration constant using this procedure and the parameter :math:`\eta^*` can be calculated :underline:`ONLY` by the SCC as result of the submission of a proper calibration raw input dataset. The format of this input file is the same as the standard SCC input file. The only difference is that is should contain calibration measurements instead of standard measurements. Following our example, such file should contain the measurement performed at +45 and -45 degrees at 532nm. Also the channel IDs in the file should reflect the ones reported in table 3.3.
ulalume3@67 412
ulalume3@67 413 Moreover this raw input file has to contain the variables:
mike@70 414 ::
ulalume3@67 415
mike@70 416 double Pol_Calib_Range_Min(channels)
mike@70 417 double Pol_Calib\_Range_Max(channels)
ulalume3@67 418
mike@70 419 where to specify the altitude ranges in meters in which the polarization calibration should be done.
ulalume3@67 420
ulalume3@67 421 According to the table 3.3 this file should be something similar to:
mike@70 422 ::
ulalume3@67 423
mike@70 424 dimensions:
mike@70 425 channels = 4 ;
mike@70 426 nb\_of\_time\_scales = 1 ;
mike@70 427 points = 16380 ;
mike@70 428 scan\_angles = 1 ;
mike@70 429 time = UNLIMITED ; // (3 currently)
mike@70 430 variables:
mike@70 431 int channel\_ID(channels) ;
mike@70 432 double Background\_Low(channels) ;
mike@70 433 double Background\_High(channels) ;
mike@70 434 int id\_timescale(channels) ;
mike@70 435 double Laser\_Pointing\_Angle(scan\_angles) ;
mike@70 436 int Molecular\_Calc ;
mike@70 437 int Laser\_Pointing\_Angle\_of\_Profiles(time, nb\_of\_time\_scales) ;
mike@70 438 int Raw\_Data\_Start\_Time(time, nb\_of\_time\_scales) ;
mike@70 439 int Raw\_Data\_Stop\_Time(time, nb\_of\_time\_scales) ;
mike@70 440 int Laser\_Shots(time, channels) ;
mike@70 441 double Raw\_Lidar\_Data(time, channels, points) ;
mike@70 442 double Pressure\_at\_Lidar\_Station ;
mike@70 443 double Temperature\_at\_Lidar\_Station ;
mike@70 444 double Pol\_Calib\_Range\_Min(channels) ;
mike@70 445 double Pol\_Calib\_Range\_Max(channels) ;
ulalume3@67 446
mike@70 447 // global attributes:
mike@70 448 :System = "mysystem" ;
mike@70 449 :Longitude\_degrees\_east = 15.723771 ;
mike@70 450 :RawData\_Start\_Time\_UT = "220000" ;
mike@70 451 :RawData\_Start\_Date = "20130620" ;
mike@70 452 :Measurement\_ID = "20130620po00" ;
mike@70 453 :Altitude\_meter\_asl = 760. ;
mike@70 454 :RawData\_Stop\_Time\_UT = "230333" ;
mike@70 455 :Latitude\_degrees\_north = 40.601039 ;
ulalume3@67 456
mike@70 457 data:
mike@70 458 channel\_ID = 10, 11, 12, 13 ;
ulalume3@67 459
mike@70 460 Background\_Low = 30000, 30000, 30000, 30000 ;
ulalume3@67 461
mike@70 462 Background\_High = 50000, 50000, 50000, 50000 ;
ulalume3@67 463
mike@70 464 id\_timescale = 0, 0, 0, 0 ;
ulalume3@67 465
mike@70 466 Laser\_Pointing\_Angle = 0 ;
ulalume3@67 467
mike@70 468 Molecular\_Calc = 0 ;
ulalume3@67 469
mike@70 470 Laser\_Pointing\_Angle\_of\_Profiles =
mike@70 471 0,
mike@70 472 0,
mike@70 473 0 ;
ulalume3@67 474
mike@70 475 Raw\_Data\_Start\_Time =
mike@70 476 0,
mike@70 477 300,
mike@70 478 600 ;
ulalume3@67 479
mike@70 480 Raw\_Data\_Stop\_Time =
mike@70 481 210,
mike@70 482 510,
mike@70 483 810 ;
ulalume3@67 484
mike@70 485 Laser\_Shots =
mike@70 486 1200, 1200, 1200, 1200,
mike@70 487 1200, 1200, 1200, 1200,
mike@70 488 1200, 1200, 1200, 1200 ;
ulalume3@67 489
mike@70 490 Pressure\_at\_Lidar\_Station = 1010 ;
ulalume3@67 491
mike@70 492 Temperature\_at\_Lidar\_Station = 14 ;
ulalume3@67 493
mike@70 494 Pol\_Calib\_Range\_Min = 1000, 1000, 1000, 1000 ;
ulalume3@67 495
mike@70 496 Pol\_Calib\_Range\_Min = 2000, 2000, 2000, 2000 ;
ulalume3@67 497
mike@70 498 Raw\_Lidar\_Data = …...;
ulalume3@67 499
mike@70 500 The file above assume the following calibration measurements have been done:
ulalume3@67 501
mike@70 502 1. First +45 degrees acquisition followed by a corresponding -45 degrees acquisition
ulalume3@67 503
mike@70 504 a. Measurement at +45 degrees
ulalume3@67 505
mike@70 506 Start Time: 20130620 22:00:00
ulalume3@67 507
mike@70 508 Stop Time: 20130620 22:01:00
ulalume3@67 509
mike@70 510 Shots: 1200
ulalume3@67 511
mike@70 512 b. Measurement at -45 degrees
ulalume3@67 513
mike@70 514 Start Time: 20130620 22:02:30
ulalume3@67 515
mike@70 516 Stop Time: 20130620 22:03:30
ulalume3@67 517
mike@70 518 Shots: 1200
ulalume3@67 519
mike@70 520 2. Second +45 degrees acquisition followed by a corresponding -45 degrees acquisition
ulalume3@67 521
mike@70 522 a. Measurement at +45 degrees
ulalume3@67 523
mike@70 524 Start Time: 20130620 22:05:00
ulalume3@67 525
mike@70 526 Stop Time: 20130620 22:06:00
ulalume3@67 527
mike@70 528 Shots: 1200
ulalume3@67 529
mike@70 530 b. Measurement at -45 degrees
ulalume3@67 531
mike@70 532 Start Time: 20130620 22:07:30
ulalume3@67 533
mike@70 534 Stop Time: 20130620 22:08:30
ulalume3@67 535
mike@70 536 Shots: 1200
ulalume3@67 537
mike@70 538 3. Third +45 degrees acquisition followed by a corresponding -45 degrees acquisition
ulalume3@67 539
mike@70 540 a. Measurement at +45 degrees
ulalume3@67 541
mike@70 542 Start Time: 20130620 22:10:00
ulalume3@67 543
mike@70 544 Stop Time: 20130620 22:11:00
ulalume3@67 545
mike@70 546 Shots: 1200
ulalume3@67 547
mike@70 548 b. Measurement at -45 degrees
ulalume3@67 549
mike@70 550 Start Time: 20130620 22:12:30
ulalume3@67 551
mike@70 552 Stop Time: 20130620 22:13:30
ulalume3@67 553
mike@70 554 Shots: 1200
ulalume3@67 555
mike@70 556 As you can see there are 3 cycles of consecutive measurements at +45 and -45 degrees. That way the dimension :code:`time` is set to 3.
mike@70 557
mike@70 558 The first +/-45 degrees measurement starts at “20130620 22:00:00” (start time of the first +45 measurement) and stops at “20130620 22:03:30” (stop time of the fist -45 measurement). As a consequence, according to the values of the global attributes :code:`RawData\_Start\_Date` and :code:`RawData_Start_Time_UT` we have to set:
ulalume3@67 559
mike@70 560 :code:`Raw_Data_Start_Time[0]=0` (start of the first +45 measurement in
mike@70 561 seconds since :code:`RawData_Start_Time\_UT`)
ulalume3@67 562
mike@70 563 :code:`Raw_Data_Stop_Time[0]=210` (stop of the first -45 measurement in
mike@70 564 seconds since :code:`RawData_Start_Time_UT`)
ulalume3@67 565
ulalume3@67 566 Following a similar procedure for the other 2 cycles we have:
ulalume3@67 567
mike@70 568 :code:`Raw_Data_Start_Time[1]=300` (start of the second +45 measurement in seconds since :code:`RawData_Start_Time_UT`)
ulalume3@67 569
mike@70 570 :code:`Raw_Data_Stop_Time[1]=510` (stop of the second -45 measurement in seconds since :code:`RawData_Start_Time\_UT`)
ulalume3@67 571
mike@70 572 :code:`Raw_Data_Start_Time[2]=600` (start of the third +45 measurement in seconds since :code:`RawData_Start_Time_UT`)
ulalume3@67 573
mike@70 574 :code:`Raw_Data_Stop_Time[2]=810` (stop of the third -45 measurement in seconds since :code:`RawData_Start_Time_UT`)
ulalume3@67 575
mike@70 576 Moreover, according to the order of the channels in the :code:`channel_ID` variable, the :code:`Raw_Lidar_Data` array should be filled as it follows:
ulalume3@67 577
mike@70 578 :code:`Raw_Lidar_Data[0][0][points]` :math:`\rightarrow` 1\ :sup:`st` measured transmitted signal at +45 degrees
ulalume3@67 579
mike@70 580 :code:`Raw_Lidar_Data[0][1][points]` :math:`\rightarrow` 1\ :sup:`st` measured transmitted signal at +45 degrees
ulalume3@67 581
mike@70 582 :code:`Raw_Lidar_Data[0][2][points]` :math:`\rightarrow` 1\ :sup:`st` measured transmitted signal at -45 degrees
ulalume3@67 583
mike@70 584 :code:`Raw_Lidar_Data[0][3][points]` :math:`\rightarrow` 1\ :sup:`st` measured transmitted signal at -45 degrees
ulalume3@67 585
mike@70 586 :code:`Raw_Lidar_Data[1][0][points]` :math:`\rightarrow` 2\ :sup:`nd` measured transmitted signal at +45 degrees
ulalume3@67 587
mike@70 588 :code:`Raw_Lidar_Data[1][1][points]` :math:`\rightarrow` 2\ :sup:`nd` measured transmitted signal at +45 degrees
ulalume3@67 589
mike@70 590 :code:`Raw_Lidar_Data[1][2][points]` :math:`\rightarrow` 2\ :sup:`nd` measured transmitted signal at -45 degrees
ulalume3@67 591
mike@70 592 :code:`Raw_Lidar_Data[1][3][points]` :math:`\rightarrow` 2\ :sup:`nd` measured transmitted signal at -45 degrees
ulalume3@67 593
mike@70 594 :code:`Raw_Lidar_Data[2][0][points]` :math:`\rightarrow` 3\ :sup:`rd` measured transmitted signal at +45 degrees
ulalume3@67 595
mike@70 596 :code:`Raw_Lidar_Data[2][1][points]` :math:`\rightarrow` 3\ :sup:`rd` measured transmitted signal at +45 degrees
ulalume3@67 597
mike@70 598 :code:`Raw_Lidar_Data[2][2][points]` :math:`\rightarrow` 3\ :sup:`rd` measured transmitted signal at -45 degrees
ulalume3@67 599
mike@70 600 :code:`Raw_Lidar_Data[2][3][points]` :math:`\rightarrow` 3\ :sup:`rd` measured transmitted signal at -45 degrees
ulalume3@67 601
mike@70 602 Once this file has been created it needs to be submitted to the SCC and linked to the configuration “depol\_calibration”. The result of the SCC analysis on this file will be the calculation of the calibration constant h\ :sup:`\*` that will be logged into the SCC database and can be used to calibrate Raman/Elastic backscat ter products (see section 3.3).
mike@70 603
mike@70 604 3.3 Definition of “Raman/Elastic backscatter and linear depolarization ratio”
ulalume3@67 605 -----------------------------------------------------------------------------
ulalume3@67 606
mike@70 607 In order to calculate the *PLDR* we need to modify the polarization related products linked to the “standard” measurement configurations (the configuration called “nighttime” and/or “daytime” in table 3.2).
ulalume3@67 608
mike@70 609 Let's suppose we have defined the following products (defined already in SCC v3.11):
ulalume3@67 610
ulalume3@67 611 **Table 3.4:** Example of products configuration in SCC v3.11
ulalume3@67 612
ulalume3@67 613 +-----------------------+--------------+-----------------------+-------------+-----------+
ulalume3@67 614 | Product Name | Product ID | Product Type | nighttime | daytime |
ulalume3@67 615 +-----------------------+--------------+-----------------------+-------------+-----------+
mike@70 616 | Raman backscatter | 1 | Raman backscatter | x | |
ulalume3@67 617 | | | | | |
ulalume3@67 618 | 355nm | | | | |
ulalume3@67 619 +-----------------------+--------------+-----------------------+-------------+-----------+
mike@70 620 | Extinction | 2 | Extinction | x | |
ulalume3@67 621 | | | | | |
ulalume3@67 622 | 387nm | | | | |
ulalume3@67 623 +-----------------------+--------------+-----------------------+-------------+-----------+
mike@70 624 | Raman backscatter | 3 | Raman backscatter | x | |
ulalume3@67 625 | | | | | |
ulalume3@67 626 | 532nm | | | | |
ulalume3@67 627 +-----------------------+--------------+-----------------------+-------------+-----------+
mike@70 628 | Extinction | 4 | Extinction | x | |
ulalume3@67 629 | | | | | |
ulalume3@67 630 | 532nm | | | | |
ulalume3@67 631 +-----------------------+--------------+-----------------------+-------------+-----------+
mike@70 632 | Elastic backscatter | 5 | Elastic backscatter | | x |
ulalume3@67 633 | | | | | |
ulalume3@67 634 | 355nm | | | | |
ulalume3@67 635 +-----------------------+--------------+-----------------------+-------------+-----------+
mike@70 636 | Elastic backscatter | 6 | Elastic backscatter | | x |
ulalume3@67 637 | | | | | |
ulalume3@67 638 | 532nm | | | | |
ulalume3@67 639 +-----------------------+--------------+-----------------------+-------------+-----------+
mike@70 640 | Elastic backscatter | 7 | Elastic backscatter | x | x |
ulalume3@67 641 | | | | | |
ulalume3@67 642 | 1064nm | | | | |
ulalume3@67 643 +-----------------------+--------------+-----------------------+-------------+-----------+
ulalume3@67 644
mike@70 645 Product ID=1, 2, 4, 5, 7 do not need any modification as they do not involve polarization channels. The only product that need to be modified are the Product ID=3 and 6. To produce b532 files containing also *PLDR* we need to modify the “nighttime” and “daytime” configurations to include a product of type “Raman bakscatter and linear depolarization ratio” or “Elastic bakscatter and linear depolarization ratio” respectively. So the configuration reported in table 3.4 should be
ulalume3@67 646 changed to match what is included in table 3.5.
ulalume3@67 647
mike@70 648 **Table 3.5:** The same of table 3.4 but with new product types introduced in SCC v4.0
ulalume3@67 649
ulalume3@67 650 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
ulalume3@67 651 | Product Name | Product ID | Product Type | nighttime | daytime |
ulalume3@67 652 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
mike@70 653 | Raman backscatter | 1 | Raman backscatter | x | |
ulalume3@67 654 | | | | | |
ulalume3@67 655 | 355nm | | | | |
ulalume3@67 656 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
mike@70 657 | Extinction | 2 | Extinction | x | |
ulalume3@67 658 | | | | | |
ulalume3@67 659 | 387nm | | | | |
ulalume3@67 660 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
mike@70 661 | Raman backscatter | 10 | :red:`Raman backscatter and linear depolarization ratio` | x | |
ulalume3@67 662 | | | | | |
ulalume3@67 663 | 532nm | | | | |
ulalume3@67 664 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
mike@70 665 | Extinction | 4 | Extinction | x | |
ulalume3@67 666 | | | | | |
ulalume3@67 667 | 532nm | | | | |
ulalume3@67 668 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
mike@70 669 | Elastic backscatter | 5 | Elastic backscatter | | x |
ulalume3@67 670 | | | | | |
ulalume3@67 671 | 355nm | | | | |
ulalume3@67 672 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
mike@70 673 | Elastic backscatter | 11 | :red:`Elastic backscatter and linear depolarization ratio`| | x |
ulalume3@67 674 | | | | | |
ulalume3@67 675 | 532nm | | | | |
ulalume3@67 676 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
mike@70 677 | Elastic backscatter | 7 | Elastic backscatter | x | x |
ulalume3@67 678 | | | | | |
ulalume3@67 679 | 1064nm | | | | |
ulalume3@67 680 +-----------------------+--------------+-----------------------------------------------------------+-------------+-----------+
ulalume3@67 681
mike@70 682 As you can see in table 3.5, the old product IDs=3 and 6 (present in table 3.4) have been replaced with the new product ID=10 and 11 to guarantee the calculation of *PLDR*.
ulalume3@67 683
mike@70 684 It is important to set among the product options of the product ID=10 and 11 which calibration product we want to use for calibration (see section 3.2). This can be done using the SCC web interface setting the appropriate setting in the tab *Polarization calibration products* (see figure 3.4). According to the current example you should set here the calibration product defined in section 3.2.
ulalume3@67 685
ulalume3@74 686 .. figure:: media/figure3.4.png
mike@70 687 :height: 102
mike@70 688 :width: 1895
mike@70 689 :scale: 100 %
mike@70 690 :align: center
ulalume3@67 691
mike@70 692 **Figure 3.4:** How to link a product to calibrate with a calibration product.
mike@70 693
mike@70 694 :WARNING: Please not that also *Raman/Elastic backscatter products* need to be linked to a calibration product because the calibration constant and the corresponding correction factor is needed to calculate the total signal out of the two polarization components even if the *PLDR* is not involved in the product calculation.

mercurial