Skip to content
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

update the filtering based on GE recommendation #8

Open
codenamenikky opened this issue Aug 12, 2019 · 2 comments
Open

update the filtering based on GE recommendation #8

codenamenikky opened this issue Aug 12, 2019 · 2 comments

Comments

@codenamenikky
Copy link
Owner

filtered_Ref_TI = inputdata['Ref_TI'][inputdata['RSD_TI']<0.3]
filtered_RSD_TI = inputdata['RSD_TI'][inputdata['RSD_TI']<0.3]
model = get_regression(filtered_RSD_TI, filtered_Ref_TI)
RSD_TI = inputdata['RSD_TI'].copy()
RSD_TI[RSD_TI>=0.3] = np.nan
RSD_TI[RSD_TI<0.3] = model[0]*RSD_TI[RSD_TI<0.3]+model[1]

Elie raised a issue on the call that this filtering could be on met tower or sodar TI, Dale from GE should let us know on what the TI is corrected on.

@codenamenikky
Copy link
Owner Author

codenamenikky commented Aug 12, 2019

Below is the response from Dale

Team,

As a follow-up to my presentation this morning, Looking closely at my code, I filter BOTH RSD and Met TI for values less than 30%.

If there are any other questions, please let me know.

Dale

@codenamenikky
Copy link
Owner Author

@AhabAndrew , thanks for the this correction method. I just opened this issue as a tracking item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant