Skip to content

Commit

Permalink
adjust description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Apr 3, 2024
1 parent 5079071 commit 92e39d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ReadInData.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92e39d7

Please sign in to comment.