You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
float32 windspeed_north # Wind component in north / X direction (m/sec)
|
|
|
|
float32 windspeed_east # Wind component in east / Y direction (m/sec)
|
|
|
|
|
|
|
|
float32 variance_north # Wind estimate error variance in north / X direction (m/sec)**2 - set to zero (no uncertainty) if not estimated
|
|
|
|
float32 variance_east # Wind estimate error variance in east / Y direction (m/sec)**2 - set to zero (no uncertainty) if not estimated
|