-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Plume Height and Wind Measurement Dialog to read from 2 eval logs #73
Comments
May need to resolve #89 first. |
Mattias completed this but we do not have good data to test the feature with. |
Attaching data from Kilauea with two evaluation logs. The wind direction calculated for the 1414 data seems in the ball park but plume height is 0. The wind dir for 1514 seems far off at 285 degrees. Plume height is also 0 here. |
This data shows plume height (though quite high). After talking to Christoph, it was determined that we need to be able to select out the part of measurement that is approximately a straight line. If the car is making turns during the measurements, the beams will be going all over the place. In above, the first five minutes is going straight south. Similarly for wind speed, user needs to be able to select part of the measurement where the vehicle is stationary and the telescopes are aligned with the plume axis. |
Changes were made to address issue #8 in some form, but this did not automatically fix the Plume Height and Wind Measurement Dialog (currently disabled). They are expecting one evaluation log file with both channels, master and slave, in it. The software produces one evaluation log for each channel (i.e. 2). The dialog need to be modified to allow both eval logs to be specified and to process data from.
The text was updated successfully, but these errors were encountered: