docs/administration/adding_products.rst

Tue, 25 Mar 2014 09:07:49 +0200

author
Iannis <ioannis@inoe.ro>
date
Tue, 25 Mar 2014 09:07:49 +0200
changeset 52
2bf4fc38bf5d
parent 37
4e3f530ac84e
child 56
42ab98661928
permissions
-rw-r--r--

Added the preprocessor exit codes file in the data processing section.

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

mercurial