hibou.filters.le_quality#
- hibou.filters.le_quality(inputs: DataFrame, targets: DataFrame, bad_value: int = 2)#
Only keep
Targets.LEvalues whoseTargets.LE_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.LE_QUALITY_FLAGabove which the data will be ignored.
Variables used#
Targets.LE_QUALITY_FLAG
- inputs