rdtools.filtering.normalized_filter
- rdtools.filtering.normalized_filter(energy_normalized, energy_normalized_low=0.01, energy_normalized_high=None)
Select normalized yield between
low_cutoffandhigh_cutoff- Parameters:
energy_normalized (pandas.Series) -- Normalized energy measurements.
energy_normalized_low (float, default 0.01) -- The lower bound of acceptable values.
energy_normalized_high (float, optional) -- The upper bound of acceptable values.
- Returns:
Boolean Series of whether the given measurement is within acceptable bounds.
- Return type: