From 92e39d7610c50fb465ed189f30caa906f8fb6e41 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 3 Apr 2024 18:16:39 +0200 Subject: [PATCH] adjust description --- docs/source/ReadInData.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ReadInData.rst b/docs/source/ReadInData.rst index 8b2a808..7b701c4 100644 --- a/docs/source/ReadInData.rst +++ b/docs/source/ReadInData.rst @@ -30,7 +30,7 @@ Here, each solver refers to a single timestep of the timelapse series (stack rec Next, we can read in the 3D arrays containing the coordinates, forces, and deformations either at a single time step (top; A) or all time steps at once (bottom; B). -Since we are only interested in the forces generated by the cells, we use the regularisation_mask to ignore the areas where the algorithm places the material balancing forces at the stack borders. +Since we are only interested in the forces generated by the cells, we use a mask (regularisation_mask) to ignore the areas where the algorithm places the material balancing forces at the stack borders. .. code-block:: python