Skip to content

Commit

Permalink
Issue #361 Added new key-values for the ECNT, VCNT, VL1L2, and VAL1L2…
Browse files Browse the repository at this point in the history
… linetypes in the STATISTIC_TO_FIELDS
  • Loading branch information
bikegeek committed Apr 6, 2024
1 parent 9b16162 commit f43a9e5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion metcalcpy/agg_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ def __init__(self, in_params):
'vcnt_dir_abser': ['ufbar', 'vfbar', 'uobar', 'vobar'],
'vcnt_anom_corr': ['uvffabar', 'uvfoabar', 'uvooabar', 'fa_speed_bar', 'oa_speed_bar'],
'vcnt_anom_corr_uncntr': ['uvffabar', 'uvfoabar', 'uvooabar'],
'vcnt_dir_me': ['dir_me'],
'vcnt_dir_mae': ['dir_mae'],
'vcnt_dir_mse': ['dir_mse'],
'vcnt_dir_rmse': ['dir_mse'],

'vl1l2_bias': ['uvffbar', 'uvoobar'],
'vl1l2_fvar': ['uvffbar', 'f_speed_bar'],
Expand All @@ -185,6 +189,9 @@ def __init__(self, in_params):

'val1l2_anom_corr':
['ufabar', 'vfabar', 'uoabar', 'voabar', 'uvfoabar', 'uvffabar', 'uvooabar'],
'val1l2_dira_me': ['dira_me'],
'val1l2_dira_mae': ['dira_mae'],
'val1l2_dira_mse': ['dira_mse'],

'ssvar_fbar': ['fbar'],
'ssvar_fstdev': ['fbar', 'ffbar'],
Expand Down Expand Up @@ -224,7 +231,7 @@ def __init__(self, in_params):
'ecnt_me_ge_obs': ['me_ge_obs'],
'ecnt_n_lt_obs': [],
'ecnt_me_lt_obs': ['me_lt_obs'],
'ecnt_bias_ratio': ['me_ge_obs','me_lt_obs'],
'ecnt_bias_ratio': ['me_ge_obs', 'me_lt_obs'],

'nbr_fbs': ['fbs'],
'nbr_fss': ['fss'],
Expand Down

0 comments on commit f43a9e5

Please sign in to comment.