hibou.filters.h_quality#
- hibou.filters.h_quality(inputs: DataFrame, targets: DataFrame, bad_value: int = 2)#
Only keep
Targets.Hvalues whoseTargets.H_QUALITY_FLAGis strictly less thanbad_value.Parameters#
- inputs
pd.DataFrame The
pd.DataFramethat contains the inputs data.- targets
pd.DataFrame The
pd.DataFramethat contains the targets data.- bad_value
int, optionnal, By default:
2. The value ofTargets.H_QUALITY_FLAGabove which the data will be ignored.
Variables used#
Targets.H_QUALITY_FLAG
- inputs