From bfdda89195d66a0c37af4da6155a8be434388f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Chaves?= Date: Mon, 9 Dec 2024 13:13:55 +0100 Subject: [PATCH] Add doc #143 --- src/lipyphilic/analysis/memb_thickness.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lipyphilic/analysis/memb_thickness.py b/src/lipyphilic/analysis/memb_thickness.py index ac9834d..83ab30b 100644 --- a/src/lipyphilic/analysis/memb_thickness.py +++ b/src/lipyphilic/analysis/memb_thickness.py @@ -169,7 +169,8 @@ def __init__(self, universe, lipid_sel, leaflets, n_bins=1, interpolate=False, r of higher-resolution grids. The default is False. return_surface : bool, optional If True, the height of the bilayer at grid point at each frame is returned as - numpy ndarray. The default is False. + numpy ndarray. The 2D grid will be stored in self.memb_thickness_grid. The + default is False. Tip ---