edges_analysis.filters.lst_model.GHAModelFilter.apply_filter

GHAModelFilter.apply_filter(gha: ndarray, metric: ndarray) ndarray[source]

Apply the filter to a set of metric data.

Parameters:
  • gha – The GHAs at which the data to be filtered was measured (1D array)

  • metric – The metric to filter on (eg. RMS or Total Power) as a function of GHA (1D array)

Returns:

flags – Boolean array specifying which data points should be flagged.