docs/tutorial/adding_products.rst

Thu, 21 Oct 2021 12:19:16 +0200

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Thu, 21 Oct 2021 12:19:16 +0200
changeset 132
d20e02efcd2c
parent 28
c426a3e4b62c
permissions
-rw-r--r--

More documentation on product-channel connections

binietoglou@2 1 Adding products
binietoglou@2 2 ===============
binietoglou@2 3
binietoglou@8 4 After completing all the information related to the your system, we need to specify which
binietoglou@8 5 product we need to acquire.
binietoglou@8 6 To do this, click on the **Products** in the *Product settings* panel.
binietoglou@13 7 This will take you to a page with a list of all available products that are connected with your stations. This list should
binietoglou@8 8 be empty if this is the first time you add a product.
binietoglou@8 9
binietoglou@8 10 To add a new product to the database click on **Add Products** at the top right of the screen.
binietoglou@8 11 This will take you to a new page were you can fill in the needed information. As before, the fields in **bold**
binietoglou@8 12 are mandatory and you will need to fill them before you can save you new system.
binietoglou@8 13
binietoglou@8 14 For now you will need to fill in the following fields:
binietoglou@8 15
binietoglou@8 16 Product type
binietoglou@21 17 Choose the type of this product. (Available products: Raman backscatter, Extinction only, Combined Raman backscatter and extinction, Elastic backscatter retrieval)
binietoglou@8 18
binietoglou@8 19 Usecase
binietoglou@28 20 The use-case number (an integer) based on the descriptions given in the usecase section (ex. 0). See the :ref:`usecase list<usecases>` for details.
binietoglou@28 21
binietoglou@8 22
binietoglou@13 23 Product channels
binietoglou@13 24 Here you need to specify the channels that are involved in the calculation of the product. If you run out of
binietoglou@13 25 empty spaces you can add a new blank line by clicking on **Add another Product Channel**.
binietoglou@13 26
binietoglou@13 27 System products
binietoglou@13 28 Here you need to specify the system that this product is related to.
binietoglou@13 29
binietoglou@13 30 Next you will need to fill in various options in the **Product options** table. You will need to fill in the following:
binietoglou@8 31
binietoglou@13 32 Low range error threshold
binietoglou@21 33 Specify the maximum acceptable error for altitudes **bellow** 2 km. (from 1% to 100%)
binietoglou@13 34
binietoglou@13 35 High range error threshold
binietoglou@21 36 Specify the maximum acceptable error for altitudes **above** 2 km. (from 1% to 100%)
binietoglou@13 37
binietoglou@13 38 Detection limit
binietoglou@21 39 The minimum value that your instrument can detect (in :math:`m^{-1}sr^{-1}` (backscatter) or in :math:`m^{-1}` (extinction))
binietoglou@13 40
binietoglou@13 41 Min height
binietoglou@21 42 The minimum height for for which the product should be calculated (in meters) e.g., 500 m for extinction calculations
binietoglou@8 43
binietoglou@13 44 Max height
binietoglou@21 45 The maximum height for for which the product should be calculated (in meters) e.g., 10000 m for extinction calculations
binietoglou@13 46
binietoglou@13 47 Preprocessing integration time
binietoglou@21 48 The integrated time of the preprocessed data (in seconds) ex. 900 sec
binietoglou@13 49
binietoglou@13 50 Preprocessing vertical resolution
binietoglou@21 51 The vertical resolution of the preprocessed data (in meters) ex. 60 m
binietoglou@13 52
binietoglou@13 53 Next depending on the product type you selected you have to fill the values in the tables below.
binietoglou@13 54
binietoglou@13 55 When you are done, press the **save** button at the bottom right of the page.
binietoglou@13 56 This will take you back to the list of your products. If everything went OK the new product you just added should appear
binietoglou@8 57 in the list.
binietoglou@8 58
binietoglou@8 59 We don't have to make any more changes in this part, so you can click on **Home**
binietoglou@8 60 on the top left of the page to return to the starting page of the *admin section*.
binietoglou@8 61

mercurial