docs/tutorial/adding_channels.rst

Mon, 12 Dec 2022 12:12:10 +0100

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Mon, 12 Dec 2022 12:12:10 +0100
changeset 145
50aa8dc8d558
parent 57
2c95a0843b64
permissions
-rw-r--r--

Fixed a typo in depol docs

binietoglou@7 1 Adding a channel
ioannis@57 2 ================
binietoglou@2 3
binietoglou@7 4 After adding a system, a telescope and a laser to the database, you need to add a new channel.
binietoglou@7 5 To do this, click on the **HOI channels** in the *System settings* panel.
binietoglou@16 6 This will take you to a page with a list of all available channels that are connected with your lidar systems.
binietoglou@7 7 This list should be empty if this is the first time you add a system.
binietoglou@7 8
binietoglou@7 9 To add a new channel to the database click on **Add HOI channel** at the top right of the screen.
binietoglou@7 10 This will take you to a new page were you can fill in the needed information. As before, the fields in **bold**
binietoglou@7 11 are mandatory and you will need to fill them before you can save you new system.
binietoglou@7 12
binietoglou@16 13 The fields you have to fill here are more, as many of these are used during the processing of measurements.
binietoglou@7 14
binietoglou@7 15 .. warning::
binietoglou@7 16
binietoglou@7 17 There is a last step, different from the previous cases, when saving a new channel. You need to connect your channel with
binietoglou@7 18 a lidar system before you save, or else all your entry will be lost. Read carefully through this document (or directly
binietoglou@7 19 the :ref:`last section <connect-channel-to-system>`) to avoid any problems.
binietoglou@7 20
binietoglou@7 21
binietoglou@7 22 Fill in the fields
binietoglou@7 23 ------------------
binietoglou@7 24
binietoglou@7 25 To start using the single calculus chain you will need to fill the following fields:
binietoglou@7 26
binietoglou@7 27 Name
binietoglou@7 28 The name of the channel ex. "355", "1064 analog" etc.
binietoglou@7 29
binietoglou@7 30 Telescope
binietoglou@7 31 The telescope that is used for this channel
binietoglou@7 32
binietoglou@7 33 Laser
binietoglou@7 34 The laser that is used for this channel
binietoglou@7 35
binietoglou@7 36 Interference filter center
binietoglou@7 37 The center of the interference filter in nm
binietoglou@7 38
binietoglou@7 39 Interference filter FWHM
binietoglou@7 40 The FWHM of the interference filter in nm
binietoglou@7 41
binietoglou@7 42 Emission wavelength
binietoglou@7 43 The emission wavelength of the laser used for this channel
binietoglou@7 44
binietoglou@7 45 Field of view
binietoglou@16 46 The field of view related to this channel in mrad
binietoglou@7 47
binietoglou@7 48 Raw range resolution
binietoglou@7 49 The raw range resolution of the measured data in m
binietoglou@7 50
binietoglou@7 51 Dead time
binietoglou@7 52 The dead of the detector in ns. You should fill in this in case
binietoglou@7 53 of a photon counting detector.
binietoglou@7 54
binietoglou@7 55 Trigger delay
binietoglou@7 56 The trigger delay value for the channel in ns. Fill in 0 if not needed.
binietoglou@7 57
binietoglou@7 58 Scattering mechanism
binietoglou@7 59 The scattering mechanism that is involved in this channel. Select the appropriate value from the drop-down list.
binietoglou@7 60
binietoglou@7 61 Dead time correction type
binietoglou@7 62 The dead time correction type to be applied. Select *Not defined* if none needs to be defined.
binietoglou@7 63
binietoglou@7 64 Background mode
binietoglou@16 65 The way to calculate the signal background. Select *Not defined* if none needs to be defined.
binietoglou@7 66
binietoglou@7 67 Signal type
binietoglou@16 68 The type of the signal that is measured, ex. "elT" for total elastic, "vrRN2" for vibrational-rotational
binietoglou@16 69 Raman signal from Nitrogen molecules etc. See :ref:`signal-types` for details.
binietoglou@7 70
binietoglou@7 71 Detection mode
binietoglou@7 72 The detection mode of this channel.
binietoglou@7 73
binietoglou@7 74 .. _connect-channel-to-system:
binietoglou@7 75
binietoglou@7 76 Connecting to a system
binietoglou@7 77 ----------------------
binietoglou@7 78
binietoglou@7 79 Before you finish, you need to attach your channel to one of your systems. To do this, go at the bottom of the page and
binietoglou@7 80 select your system from the drop-down list in the **System channels** area.
binietoglou@7 81
binietoglou@7 82 When you are done, press the **save** button at the bottom right of the page.
binietoglou@7 83 This will take you back to the list of your channels.
binietoglou@7 84 If everything went OK your new channel you just added should appear in the list.
binietoglou@7 85
binietoglou@7 86

mercurial