From 91ec0bff418c45c297205c1e731fa24e0bae4a51 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Wed, 4 Jan 2023 15:33:46 +0100 Subject: [PATCH] feat: introduced alias gm for Obs.gamma_method. --- pyerrors/obs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyerrors/obs.py b/pyerrors/obs.py index 6b25b723..07998420 100644 --- a/pyerrors/obs.py +++ b/pyerrors/obs.py @@ -349,6 +349,8 @@ class Obs: self.ddvalue = np.sqrt(self.ddvalue) / self._dvalue return + gm = gamma_method + def _calc_gamma(self, deltas, idx, shape, w_max, fft): """Calculate Gamma_{AA} from the deltas, which are defined on idx. idx is assumed to be a contiguous range (possibly with a stepsize != 1)