IMet UAV sonde package: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Figure (c) Intermet systems | Figure (c) Intermet systems | ||
'''Measurement capability''' | |||
Measurement features in the second-generation sensor include | Measurement features in the second-generation sensor include | ||
Line 19: | Line 21: | ||
The sensor information is detailed on the corresponding [https://www.intermetsystems.com/ee/pdf/202021_iMet-XQ2_171207.pdf data sheet] | The sensor information is detailed on the corresponding [https://www.intermetsystems.com/ee/pdf/202021_iMet-XQ2_171207.pdf data sheet] | ||
'''Data format and processing''' | |||
The log from the imet can either be acquired in csv format from the software when connected to a computer via USB cable, or from reading the output with another serial port logging program. | |||
Routines for data processing are available on the [https://git.app.uib.no/uib-gfi/gfi_instruments/-/tree/master/iMet GFI git repository], including a simple plotting routine in matlab. The code in its current version is cloned on the cyclone compute system at location <code>/Data/gfi/scratch/metdata/scripts/gfi_instuments/imet</code>. |
Latest revision as of 05:39, 21 June 2020
The Meteorology group has 2 UAV measurement sondes of type iMet XQ2 (see Intermet Systems website).
Figure (c) Intermet systems
Measurement capability
Measurement features in the second-generation sensor include
- atmospheric pressure,
- air temperature
- relative humidity,
- GPS coordinates,
This is packaged into a small housing, with rechargeable battery and data logger. The sonde can be run on battery power or powered by micro-USB cable. Battery capacity five hours.
The sensor information is detailed on the corresponding data sheet
Data format and processing
The log from the imet can either be acquired in csv format from the software when connected to a computer via USB cable, or from reading the output with another serial port logging program.
Routines for data processing are available on the GFI git repository, including a simple plotting routine in matlab. The code in its current version is cloned on the cyclone compute system at location /Data/gfi/scratch/metdata/scripts/gfi_instuments/imet
.