Skip to content

update the filtering based on GE recommendation  #8

@codenamenikky

Description

@codenamenikky

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions