feat: introduced alias gm for Obs.gamma_method.

This commit is contained in:
Fabian Joswig 2023-01-04 15:33:46 +01:00
parent f40eb1b6c0
commit 91ec0bff41
No known key found for this signature in database

View file

@ -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)