We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc566cc commit e870e2aCopy full SHA for e870e2a
blobmodel/blobs.py
@@ -14,7 +14,7 @@ class Blob:
14
the function `discretize_blob`. The contribution of a single blob to a grid defined by `x`, `y` and `t` is given by:
15
16
.. math::
17
- a e^{-(t-t_k)/\tau_\shortparallel}\varphi\left( \frac{x-v(t-t_k)}{\ell_x}, \frac{(y-y_k)-w(t-t_k)}{\ell_y} \right)
+ a e^{-(t-t_k)/\\tau_\\shortparallel}\\varphi\\left( \\frac{x-v(t-t_k)}{\ell_x}, \\frac{(y-y_k)-w(t-t_k)}{\ell_y} \\right)
18
19
Where:
20
- :math:`a` is the blob amplitude, `amplitude`.
0 commit comments