aim2dat.fct.smearing¶
Module to implement different smearing methods.
Module Contents¶
Functions¶
|
Apply smearing to a dataset. Different smearing methods can be specified. |
Attributes¶
-
aim2dat.fct.smearing.apply_smearing(y: numpy.array, sigma: float =
0.5, radius: int =None, method: str ='gaussian') numpy.array[source]¶ Apply smearing to a dataset. Different smearing methods can be specified.
- aim2dat.fct.smearing.AVAILABLE_SMEARING_METHODS¶