-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature #2395 TOTAL_DIR #2892
Feature #2395 TOTAL_DIR #2892
Commits on May 16, 2024
-
Per #2395, remove the n_dir_undef and n_dira_undef variables that are…
… superceded by the new dcount and dacount VL1L2Info members to keep track of the number of valid wind direction vectors.
Configuration menu - View commit details
-
Copy full SHA for 0365952 - Browse repository at this point
Copy the full SHA 0365952View commit details -
Per #2395, add TOTAL_DIR columns to the VL1L2, VAL1L2, and VCNT line …
…types and update the header column tables.
Configuration menu - View commit details
-
Copy full SHA for 7f9fe09 - Browse repository at this point
Copy the full SHA 7f9fe09View commit details -
Per #2395, update the User's Guide to list the new TOTAL_DIR columns …
…in the VL1L2, VAL1L2, and VCNT line types.
Configuration menu - View commit details
-
Copy full SHA for 7358ae6 - Browse repository at this point
Copy the full SHA 7358ae6View commit details -
Per #2395, update stat_analysis to parse the new TOTAL_DIR columns an…
…d use the values to aggregate results when needed.
Configuration menu - View commit details
-
Copy full SHA for 31e56a0 - Browse repository at this point
Copy the full SHA 31e56a0View commit details
Commits on May 17, 2024
-
Per #2395, for SonarQube change 'const char *' to 'const char * const…
…' to satisfy the finding that 'Global variables should be const.' Should probably switch from 'char char *' to strings eventually. But for now, I'm just making up for some SonarQube technical debt.
Configuration menu - View commit details
-
Copy full SHA for 35d4373 - Browse repository at this point
Copy the full SHA 35d4373View commit details -
Per #2395, fix typo in placement of the DIR_ME column name in the met…
…_header_columns_V12.0.txt file
Configuration menu - View commit details
-
Copy full SHA for a69e258 - Browse repository at this point
Copy the full SHA a69e258View commit details -
Per #2395, add 2 new Stat-Analysis jobs to demonstrate the processing…
… of VL1L2 lines.
Configuration menu - View commit details
-
Copy full SHA for 588e4db - Browse repository at this point
Copy the full SHA 588e4dbView commit details
Commits on May 20, 2024
-
Per #2395, update logic of is_vector_dir_stat(). Instead of just chec…
…king 'DIR_', check 'DIR_ME', 'DIR_MAE', and 'DIR_MSE' to avoid an false positive match for the 'DIR_ERR' column which is computed from the vector partial sums rather than the individual direction differences.
Configuration menu - View commit details
-
Copy full SHA for 406afe4 - Browse repository at this point
Copy the full SHA 406afe4View commit details